SOLANA RENT RECOVERY

Recover SOL held in eligible empty token accounts.

An empty token account can remain on-chain after its token balance reaches zero. Closing an eligible account returns its remaining lamports to the controlling wallet; it does not recover the market value of a token.

Estimate recoverable SOL

GROSS ESTIMATE

0.020393 SOL

NET AFTER 5% FEE

0.019373 SOL

NET WITH REFERRAL

0.019475 SOL

This is an estimate, not a quote. Account size and current on-chain state determine actual lamports. Network fees are separate. The free scanner reads each account before any transaction is prepared.

Scan a public wallet for exact accounts

1. Read public state

The scan checks token-program ownership, wallet ownership, token amount, authority, and lamports without asking for a signature.

2. Separate safe defaults

Zero-balance accounts can be selected by default. Every non-zero or NFT-like asset stays unselected for explicit review.

3. Revalidate before signing

The server checks current state again and the wallet displays the transaction before you approve it.

Rent recovery is a state transition, not free yield.

Solana accounts hold lamports so their data can remain rent-exempt. An eligible token-account close instruction transfers the account's lamports to a chosen destination and removes the token account.

Actual recoverability depends on current account state and authority. The scanner excludes malformed or unsupported states and requires a fresh check before preparing a cleanup.

Read the official Solana account documentation , or review our source-backed methodology.