Burning vs. Closing Solana Token Accounts: What's the Difference?
If you have been cleaning up your Solana wallet, you have probably seen two terms used almost interchangeably: burning and closing.
They are related, but they are not the same action.
Both can return SOL to your wallet. The key difference is what gets removed and whether that removal is reversible.
What Closing a Solana Token Account Means
When you receive a new SPL token, your wallet creates an associated token account (ATA) to hold it. That account requires a small SOL deposit (usually around 0.002 SOL) to remain rent-exempt on-chain.
After you sell, swap, or transfer your full token balance, the account often remains as an empty shell. Closing the account does one thing: it returns that locked rent deposit to your wallet.
You are not destroying a token when you close an empty account. You are just removing unused account state from the blockchain.
If you ever receive that same token again, Solana can create a fresh ATA automatically.
What Burning a Token Means on Solana
Burning is permanent destruction of the asset itself.
When you burn a fungible token or NFT, the asset is gone. The token account that held it then reaches zero balance and can be closed to reclaim rent.
In practice, burning can be a two-step flow:
- Burn the token or NFT.
- Close the now-empty token account.
For NFTs, recovered SOL is often higher than a basic token-account close because additional accounts can be reclaimed too (for example, metadata and sometimes master edition accounts). That is why NFT burns may return around 0.01 SOL in many cases, versus about 0.002 SOL for a simple empty account close.
Closing vs. Burning at a Glance
| Action | What it does | Reversible? | Typical SOL recovered |
|---|---|---|---|
| Close empty token account | Removes empty on-chain account and returns rent | Yes (account can be recreated later) | ~0.002 SOL per account |
| Burn token/NFT | Permanently destroys asset, then allows account closure | No | Usually more than a basic close (NFTs often ~0.01 SOL total) |
When to Close Token Accounts
Close accounts when they are already empty and no longer used.
This is common if you actively:
- trade memecoins,
- swap on DEXs,
- farm in DeFi,
- collect and sell NFTs,
- or move airdropped tokens around.
Empty accounts accumulate over time. If you have 200 empty token accounts, that is roughly 0.4 SOL sitting in rent deposits.
Fun Mode on Sol Incinerator is built for this exact workflow: safe batch cleanup of empty accounts.
When to Burn Tokens or NFTs
Burn only when you are certain you never want the asset again.
The most common cases are spam tokens and scam NFTs that clutter your wallet. Burning removes them permanently and lets you reclaim rent from the related accounts.
Never visit links found in scam NFT descriptions or metadata. Burning the NFT is safe, but external links are often phishing or wallet-drainer traps.
The Bottom Line
Use closing to safely recover SOL from empty token accounts.
Use burning when you want an asset permanently destroyed.
Both actions help clean your wallet and recover SOL that is already yours. Most users simply do not realize how much rent can be locked across old accounts.

Incinerator
Batch close empty token accounts or burn unwanted assets and recover locked SOL rent.
Frequently Asked Questions
What is the difference between burning and closing a token account on Solana?
Closing removes an empty token account and returns its rent deposit to your wallet; the account can be recreated later, so nothing is lost. Burning permanently destroys the token or NFT itself, after which the emptied account can be closed to reclaim rent.
How much SOL do you get for closing a token account?
Around 0.002 SOL per empty token account, which is the rent deposit Solana requires to keep the account on-chain. A wallet with 200 empty accounts holds roughly 0.4 SOL in reclaimable rent.
How much SOL do you get for burning an NFT on Solana?
NFT burns often return around 0.01 SOL because additional accounts, such as metadata and sometimes master edition accounts, are reclaimed along with the token account. A basic empty-account close returns about 0.002 SOL by comparison.
Can a closed Solana token account be recreated?
Yes. Closing an empty token account is reversible in practice: if you receive that same token again, Solana automatically creates a fresh associated token account, funded by a new rent deposit.