TOKEN ACCOUNT CLOSURE

Close empty Solana token accounts without treating every asset as clutter.

The safe default is narrow: identify zero-balance accounts, verify control and current state, show the destination and fees, then let the wallet owner approve the exact instructions.

Scan token accounts
OBSERVED STATEDEFAULT ACTIONREASON
Zero token balanceClose candidateClosing can release account rent without destroying a token balance.
Non-zero fungible tokenKeep unselectedA burn is irreversible and price, liquidity, staking, or receipt-token meaning is not inferred by the scanner.
NFT-like amountKeep unselectedCollection metadata and related accounts may matter; review independently before any burn.
Wrong owner or authorityExcludeThe connected wallet must control the account and its close authority.

Five checks before approval

  1. 1Confirm the intended public wallet address.
  2. 2Scan without signing and review zero balances separately.
  3. 3Leave every non-zero or NFT-like asset unselected unless independently verified.
  4. 4Confirm gross rent, the disclosed success fee, network fees, and destination.
  5. 5Read the wallet transaction and reject any unexpected transfer or authority change.

Closing and burning are different

Closing a zero-balance account releases its lamports. Burning destroys a token amount first and is permanent. The product never auto-selects a non-zero or NFT-like item.

  • No seed phrase or private key
  • No signature for the initial scan
  • Explicit review for irreversible actions
Official close-account guide

Need the amount before connecting?

Use the estimator, then confirm with the public-address scanner.

Open rent calculator