OFICIAL Solana News

How to Reclaim Excess SOL After Rent Reduction

What happened
Based on Solana News · Sep 03, 2026

Solana has reduced rent requirements, leaving excess lamports in token accounts and program-owned accounts that can now be reclaimed using new instructions.

Video

Video available

Key points
·
Rent on Solana is getting cheaper, and that means you and your users are now sitting on excess lamports that can be reclaimed.
·
If you manage a wallet or other utility service (e.g., token account closing), you may want to allow your users to reclaim excess rent on their token accounts and token mints.
·
If you operate a program, you may want to allow users to reclaim excess rent on PDAs that your program owns.
·
The Token Program was recently reimplemented using Pinocchio (called P-token).
Key numbers
·
This feature is accessible via the @solana-program/token-2022 package for the Token 2022 program.

Solana’s Token Program now includes the WithdrawExcessLamports instruction, which allows users to recover SOL held above the rent-exempt minimum in token accounts, mints, or multisig accounts without altering token balances or closing the account. The instruction moves surplus lamports to a destination while keeping the account operational, simplifying the process of reclaiming excess funds after rent reductions.

This feature is accessible via the @solana-program/token-2022 package for the Token 2022 program.

For program-owned accounts, such as DeFi position PDAs or escrow vaults, developers must implement reclaim logic within their own programs, following a realloc pattern similar to resizing an account. The process involves shrinking the account to its required data size and then transferring lamports above the new rent-exempt minimum to a destination account.

This ensures only surplus SOL is moved while maintaining account functionality.

Original source → Deals on Clipraptor.com →