Solana activated the first stage of a planned 90% reduction in minimum SOL balances required to maintain token accounts on September 3, lowering the lamports-per-byte reserve parameter from 6,960 to 6,333 at epoch 1028. The 9% cut took effect on mainnet, reducing the deposit needed to create a standard token account by approximately 9%.
The reduction is part of a five-stage plan outlined in the SIMD-0437 specification. Under the framework, the minimum reserve equals account data size plus 128 bytes overhead, multiplied by the lamports-per-byte parameter. A standard token account occupies 293 bytes effective size, including the 128-byte overhead. The first reduction brought the parameter down from 6,960 to 6,333 lamports per byte.
A second reduction is expected in mid-September, lowering the parameter to 5,080 lamports per byte and is currently running on testnet as of September 5. The final three reductions are scheduled for November 2024 alongside the Agave 4.4 release, targeting a final parameter of 696 lamports per byte. At that level, the full plan would achieve the 90% reduction in minimum SOL required across all five stages.
Account Closure and Withdrawal Mechanics
Solana’s rent mechanism differs from ongoing fees. The balance is held against account storage and is generally recoverable when an account closes. Account owners retain control over excess SOL withdrawals even when a payments provider funded the original deposit. Token-2022 program offers a “WithdrawExcessLamports” instruction enabling SOL withdrawal above the current minimum without closing the account.
Withdrawal authority carries economic significance. A payments provider funding a customer’s token account cannot assume it has the right to reclaim excess SOL, meaning capital reclaimed through rent reductions may flow to account owners rather than back to the provider.
Account Activity and SOL Demand
Solana Foundation researcher Umberto Natale published an account-state analysis in July 2024 examining creation and closure patterns. The study found that 75.5% of account-creation events in the analyzed cohort closed within the same transaction. However, Natale’s research identified weak, unstable correlations between SOL prices and account activity, cautioning that these are descriptive rather than causal estimates of how cheaper rent changes demand. The study does not predict user response to the September reduction.
As of September 5, circulating SOL stood at 585.36 million. In a one-million-account scenario, the final rent reduction represents 0.000314% of circulating supply.
Fee payments remain a separate SOL demand channel from refundable account reserves. Half the base fee is burned and half goes to validators; the entire priority fee goes to validators. SOL holders can also delegate stake to validators for network security and become eligible for rewards.
Conditional Activation and Risk Management
Each activation of further rent reductions remains subject to review of state growth. The Solana Foundation retains the ability to restore the original parameter as a fallback if network conditions warrant. Associated token accounts normally serve a particular wallet and token mint, so later payments in the same token do not require new account-creation deposits, limiting the addressable reduction in per-transaction costs for repeat users.