Solana implements first rent reduction on testnet, cuts costs by 90%

1 day ago 1



Solana just made its on-chain storage dramatically cheaper, at least on testnet. The network’s first-ever rent reduction is now live in a testing environment, cutting the cost of maintaining accounts by 90% as part of the SIMD-0437 proposal. The change targets the lamports_per_byte constant, the core variable that determines how much SOL users must lock up to keep their data stored on-chain. It drops from 6,960 to 696. In practical terms, maintaining a standard SPL token account will cost roughly $0.016 instead of approximately $0.16. What Solana rent actually is “Rent” on Solana isn’t quite what it sounds like. It’s not a recurring fee that drains your wallet every month. It’s more like a refundable security deposit. Users lock up a minimum amount of SOL to keep their account data stored on the blockchain, and if they ever close the account, they get that SOL back in full. The system exists to prevent state bloat, the gradual accumulation of data that can slow a network down over time. Every token account, every NFT, every program-derived address requires its own rent-exempt balance. For applications managing thousands or millions of user accounts, the aggregate cost becomes a rea...

Read Entire Article