1. Read public state
The scan checks token-program ownership, wallet ownership, token amount, authority, and lamports without asking for a signature.
SOLANA RENT RECOVERY
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.
INTERACTIVE ESTIMATE
GROSS ESTIMATE
NET AFTER 5% FEE
NET WITH REFERRAL
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.
The scan checks token-program ownership, wallet ownership, token amount, authority, and lamports without asking for a signature.
Zero-balance accounts can be selected by default. Every non-zero or NFT-like asset stays unselected for explicit review.
The server checks current state again and the wallet displays the transaction before you approve it.
WHAT COUNTS
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.