Blog

SOL rent recovery guide

How to Burn Tokens and Claim SOL

Every Solana token balance is stored in a token account. These accounts generally hold a rent-exempt SOL reserve. For a selected account with a balance, SOLBurner burns the tokens first and closes the emptied account in the same transaction, returning eligible rent to your wallet.

7 min read
01

Why SOL is locked in token accounts

Solana accounts need a minimum lamport balance to remain rent exempt. When a token account is created, SOL is deposited into it for that purpose. The reserve belongs to the account owner, but it remains unavailable while the account stays open.

The exact amount recovered can vary by account type and network rules. The amount displayed by a cleanup tool should be treated as an estimate until the closing transaction confirms.

02

Burn, close, and reclaim rent in one transaction

Burning and closing are distinct on-chain instructions, but SOLBurner puts them in the required order inside one transaction: burn the selected balance first, then close the emptied account and return eligible rent.

  1. 1Connect the wallet that owns the unwanted token accounts.
  2. 2Select each unwanted asset and carefully verify its mint address.
  3. 3Open Cleanup and scan for empty token accounts or tokens with a balance.
  4. 4Review the eligible accounts and estimated SOL recovery.
  5. 5Approve the cleanup transaction and wait for on-chain confirmation.
03

When an account cannot be closed

A token account generally must have a zero token balance and the connected wallet must have authority to close it. SOLBurner automatically burns tokens with a balance and closes the account in the same transaction. Frozen accounts, delegated authority, withheld fees, or certain Token-2022 extensions can require additional steps or prevent a standard close instruction.

04

What to verify after cleanup

Check the confirmed transaction in a Solana explorer. You should see the burn where applicable, account close instructions, and lamports returning to the destination wallet. Network fees mean the final wallet change may be slightly lower than the gross rent recovered.

Common questions

Frequently asked questions

How much SOL can I claim from a token account?

It depends on the account's allocated data size and current rent requirements. Review the on-chain account or the estimate shown before confirming.

Do I need to burn tokens before closing an account?

You do not need to burn them in a separate transaction. When a selected token account has a balance, SOLBurner adds the burn instruction first and the close-account instruction after it in the same transaction. Swap wanted tokens to SOL on Jupiter instead of selecting them for cleanup.

Will cleanup affect my main wallet address?

No. Cleanup targets selected token accounts owned by your wallet; your main wallet remains active.