Solana begins reducing account rent requirements

Solana began the first phase of a five-stage reduction in account rent requirements. The change lowers the SOL reserve needed to keep accounts rent-exempt, leaving some existing accounts with balances above the new minimum.

The Token Program's WithdrawExcessLamports instruction lets authorised users recover that surplus from token accounts and mints without closing them or changing their token balances. Token-2022 supports the same operation. Accounts owned by other programs require those programs to implement their own withdrawal logic.

The foundation's guidance tells developers to calculate the current minimum from network state rather than hard-code a reserve. Withdrawals must preserve the required balance and validate the signer responsible for the account.

Reducing a reserve frees capital already tied up in account storage. Wallet and application support determines how readily users can recover it as later phases arrive.