what the 90% plan means for SOL

by

Eligible Solana token-account owners can reclaim excess SOL previously needed to keep their token accounts open after the network’s first rent reduction went live Sept. 3. For businesses funding new accounts, the same change lowers the upfront capital required to create them.

The full plan would change how account growth translates into SOL held against storage. If Solana completes its proposed 90% reduction, total persistent account state, including each account’s storage overhead, would have to grow tenfold to require the same minimum SOL reserves as before the rollout. Adoption could expand substantially while the minimum SOL needed for this reserve channel falls.

The Solana Foundation’s tracker confirms that only the first reduction, approximately 9%, is live on mainnet. The tenfold comparison applies to the conditional final target, while the initial cut already lowers reserve requirements.

Related Reading

Solana’s Agave 4.2 activation target arrives with mainnet feature gates still pending

Solana rent reduction and the 10× hurdle

Solana’s “rent” is a balance held against account storage. It is generally recoverable when an account closes, rather than an ongoing bill paid to validators. Reducing the required balance lets new accounts begin with less SOL and can leave existing accounts holding more than their minimum.

At epoch 1028 on Sept. 3, Solana lowered the reserve parameter from 6,960 to 6,333 lamports per byte. The five-stage plan’s final target is 696.

Under SIMD-0437, the rent-reduction specification, that minimum equals the account’s data size plus 128 bytes of overhead, multiplied by the current lamports-per-byte parameter. A standard token account has 165 data bytes, making its effective size 293 bytes.

Applying that formula to one million identical standard token accounts gives the following illustration:

Scenario Lamports per byte Required reserve Reduction versus original
Before the rollout 6,960 2,039.28 SOL Baseline
First step, live Sept. 3 6,333 1,855.569 SOL 183.711 SOL
Final target, conditional 696 203.928 SOL 1,835.352 SOL

These are calculated minimum requirements for a fixed account population, not measured withdrawals. The final row assumes all five reductions activate. Different account sizes would produce different totals.

The million-account example illustrates operating capital, but it cannot establish a network-wide supply effect. Its conditional final reduction of 1,835.352 SOL represents about 0.000314% of the approximately 585.36 million circulating SOL shown in CryptoSlate’s Sept. 5 market data. The actual aggregate reserve channel requires a broader account inventory, with account sizes, balances and reclaimability taken into account.

The tenfold threshold follows from the same relationship. At one-tenth the original reserve rate, ten times as many rent-bearing bytes would be needed to keep the aggregate minimum unchanged. It measures the total stock of persistent state, including per-account overhead. User counts, transaction counts and SOL prices are separate measures; the tenfold comparison describes storage requirements.

The live first step sets a smaller hurdle: about 9.9% more rent-bearing state would preserve the original minimum requirement at 6,333 lamports per byte. Both comparisons concern required reserves. Actual account balances can remain above those floors.

Solana rent-reserve comparison as of Sept. 5, 2026: the original 6,960 lamports per byte requires baseline state; the live 6,333 rate requires about 1.099 times that state, and the conditional 696 target requires ten times that state to preserve the pre-cut minimum SOL reserve.

For payments, this reserve demand arises mainly when accounts are opened. The Foundation’s July account-state study explains that an associated token account normally serves a particular wallet and token mint. Once it exists, later payments in the same token do not require another account-creation deposit. More payments through existing accounts therefore need not produce a proportional increase in storage reserves.