Back to Blog
Solana

How to Burn Tokens on Solana: A Step-by-Step Guide

S
Sol Slugs Team
Sol Incinerator

If your Solana wallet is full of dead memecoins, failed airdrops, and tokens that no longer have a market, you can destroy them permanently and get back the SOL locked in their accounts. That process is called burning, and it takes about a minute.

This guide covers what burning actually does on-chain, how much SOL you get back, and the safest way to do it.

How do you burn tokens on Solana?

Connect your wallet to Sol Incinerator, switch to Pro Mode, select the tokens you want gone, and sign. Each burn destroys the token supply and closes its account, returning a flat 0.002 SOL of the ~0.00204 SOL rent deposit to your wallet.

What does burning a token actually do?

Burning is not the same as sending a token somewhere you cannot reach. It calls the SPL Token program's burn instruction, which permanently reduces the token's total supply on-chain. The tokens stop existing — they are not sitting in a wallet somewhere waiting to be recovered.

This matters because there is a common shortcut that looks like burning but is not: sending tokens to the 1nc1nerator11111111111111111111111111111111 address. That address is a well-known Solana burn address, but tokens sent there are stranded rather than destroyed. The supply never decreases, and the rent stays locked. If you have already done this, the stuck-tokens tool burns them properly.

Why does burning give you SOL back?

Every SPL token account on Solana requires a rent-exempt deposit of about 0.00204 SOL (exactly 0.00203928) to exist on-chain. That deposit is not a fee — it is refundable, and it comes back to the account owner when the account is closed.

The catch is that you cannot close an account that still holds tokens. Solana will reject it. So a token you do not want creates a deadlock: the account holds a balance you do not care about, and that balance blocks the refund of a deposit you do care about.

Burning breaks the deadlock. One transaction destroys the balance and closes the account, and the rent comes back.

This is why burning and closing are different operations that often happen together. If an account is already empty, there is nothing to burn — you just close it. That distinction is covered in depth in Burning vs Closing Solana Token Accounts.

How much SOL do you get for burning a token?

You receive a flat 0.002 SOL per token account closed, out of the ~0.00204 SOL the account held. The difference is the cleanup fee — roughly 1.93%, taken only out of SOL you actually reclaim. There is no upfront cost, and no charge if there is nothing to recover.

The same flat 0.002 SOL payout applies to LP token burns. Standard NFTs are different: they carry metadata and edition accounts on top of the token account, so burning one returns roughly 0.01 SOL, with the burn keeping around 5%. Rates vary for other asset types — programmable NFTs (pNFTs) and MPL Core assets are higher.

One category returns nothing at all. Compressed NFTs do not have token accounts and hold no rent, so burning one returns exactly zero SOL. It is still worth doing to clear spam out of your wallet, but do not expect a payout — we wrote up why in detail here.

What you burnRoughly what you get back
SPL token (any amount)0.002 SOL per account
LP token0.002 SOL per account
Standard NFT~0.01 SOL
Compressed NFT0 SOL

Step-by-step: burning tokens with Sol Incinerator

  1. Open Sol Incinerator and connect your wallet. Phantom, Solflare, Backpack, Trust Wallet, OKX, Exodus, and anything supporting WalletConnect all work. The initial scan is read-only — you do not sign anything to see what is in your wallet.
  2. Switch to Pro Mode using the toggle in the footer. The default Fun Mode is deliberately non-destructive: it only closes accounts that are already empty and cannot burn anything.
  3. Review the token list. Sol Incinerator reads your balances and shows what each position is worth so you are not burning blind.
  4. Select the tokens you want to destroy. Take your time here — this is the only step that matters.
  5. Confirm and sign. Burns are batched into as few transactions as possible, so a wallet full of dead tokens does not mean a hundred separate signatures.
  6. Check your balance. The reclaimed SOL lands immediately.

Burning is irreversible. There is no undo, no admin override, and no recovery process. Before you sign, make sure every token in the list is one you genuinely want destroyed — especially anything you might be holding as a long-term position or a locked/vesting allocation.

How do you avoid burning something valuable?

The real risk in burning is not the mechanics, it is misidentification. Sol Incinerator has a few safety layers built around that:

  • Fun Mode is the default. Burning is opt-in. If you never leave Fun Mode, nothing you hold can be destroyed.
  • Valuable assets are hidden by default in Pro Mode. Anything above a USD threshold is filtered out of the burn list so it cannot be swept up in a select-all.
  • Large burns require extra confirmation before they will go through.
  • LP tokens are gated behind Dev mode, one step further than Pro. LP positions are easy to misread as junk when they are not, so they live in their own tab that you have to deliberately turn on.

If a token still has a market, consider swapping it instead of burning it. A worthless token is worth burning for the rent; a token worth $40 is worth selling.

What if the token has no liquidity at all?

Burning is the right call for genuinely dead tokens. But if you are burning a token that dropped to zero after you paid real money for it, there may be a better option: selling it rather than destroying it. The Tax Loss Harvester sells worthless and illiquid tokens for 1 lamport each, producing an on-chain sale record for a position that has no market to sell into. Burning destroys the asset; selling creates a transaction record with a counterparty. Which one is right for you is a question for a tax professional — this is not tax advice.

Does this work for Token-2022?

Yes. Sol Incinerator supports both the classic SPL Token program and Token-2022 (Token Extensions), for closing empty accounts and for burning. This matters more than it used to — a growing share of newly launched tokens use Token-2022, and tools that only handle classic SPL will silently skip them and leave that rent locked.

Start with the free part

Before burning anything, run the non-destructive pass first. Most wallets are holding more in empty accounts than people expect, and closing those carries zero risk to your assets. Fun Mode does exactly that, and it costs you nothing to look.

Sol Incinerator

Sol Incinerator

Connect your wallet and see how much SOL you can reclaim from burning dead tokens and closing empty accounts.

Try it now

Related Reading

Frequently Asked Questions

How do you burn tokens on Solana?

Connect your wallet to Sol Incinerator, switch to Pro Mode, select the tokens you want to destroy, and sign the transaction. The burn instruction permanently removes the tokens from circulation and closes the token account, returning 0.002 SOL of rent per account to your wallet.

How much SOL do you get for burning a token on Solana?

You receive a flat 0.002 SOL for each token account closed by a burn, out of the roughly 0.00204 SOL rent deposit the account holds. That works out to a cleanup fee of about 1.93 percent, taken only from SOL you actually reclaim.

Can you undo a token burn on Solana?

No. Burning calls the SPL Token program's burn instruction, which permanently reduces the token supply on-chain. There is no reversal, no admin, and no support ticket that can restore burned tokens. Always confirm a token is genuinely worthless before burning it.

Is burning tokens on Solana safe?

The action itself is safe and non-custodial — your keys never leave your wallet and every burn requires your signature. The risk is choosing the wrong token. Sol Incinerator hides assets above a USD threshold by default and asks for extra confirmation on large burns.

Do you need to burn a token to close its account?

Only if it still holds a balance. An account that is already empty can be closed directly with no burn at all, which is what Fun Mode does. Burning is for accounts that still contain tokens you have decided you do not want.