Back to Blog
Solana

Why Burning Compressed NFTs (cNFTs) Gives Zero SOL Back

S
Sol Slugs Team
Sol Incinerator

If you have ever pointed a wallet cleaner at a pile of spam NFTs, you may have noticed something odd: some burns show an estimated SOL return, and others show nothing at all. The ones that return nothing are almost always compressed NFTs (cNFTs) — and the zero is not a bug.

Burning a compressed NFT on Solana returns exactly 0 SOL, every time, no matter which tool you use. This post explains why that is, how it differs from burning a regular NFT, and why burning cNFTs is still one of the most useful things you can do for your wallet.

How much SOL do you get for burning a compressed NFT?

Zero. Compressed NFTs are stored in on-chain merkle trees, not in individual token accounts, so no rent-exempt SOL deposit exists to reclaim. Burning a cNFT only removes it from your wallet. By contrast, burning a regular NFT closes its token account and metadata accounts, often returning around 0.01 SOL of rent.

That zero surprises a lot of people, because the whole pitch of a Solana wallet cleaner is "burn junk, get SOL back." The pitch is true — but only for assets that actually hold a rent deposit. Compressed NFTs never did.

Why do regular NFT burns return SOL?

To see why cNFTs are different, start with how a normal Solana asset holds your SOL in the first place.

Every time your wallet receives a new type of token or a standard NFT, Solana automatically creates a token account to hold it. Each token account requires a rent-exempt deposit of about 0.00204 SOL to exist on-chain. That deposit is your SOL — it is just locked while the account exists.

When you burn a regular NFT (or close an empty token account after selling a token), the token account is closed and the deposit flows back to your wallet. This is the entire economic engine behind wallet cleaning: the SOL you "earn" was always yours, sitting as a security deposit in accounts you no longer need. If you want the full picture, see How to Reclaim Solana from Unused Token Accounts.

So the formula for a regular NFT burn is simple:

  • The NFT lives in its own token account, which holds a ~0.00204 SOL rent deposit.
  • Its on-chain metadata (and sometimes edition) accounts hold additional rent.
  • Burning destroys the NFT, closes those accounts, and returns the deposits to you — often around 0.01 SOL in total.

Why do cNFTs have no rent to reclaim?

Compressed NFTs break that formula at step one: a cNFT never gets a token account.

Instead of creating a dedicated on-chain account for every single NFT, compression stores the data for many NFTs together in a merkle tree — a single on-chain structure that can hold an enormous number of assets. Your wallet does not hold a cNFT in an account it owns; the network can simply prove, via the tree, that a given cNFT belongs to your address.

That design is exactly what makes compression cheap. There is no per-NFT account, which means:

  • No token account is created when a cNFT lands in your wallet.
  • No 0.00204 SOL deposit was ever locked on your behalf.
  • Burning it closes nothing, so there is nothing to refund.

The zero SOL return is not a fee eating your refund and not a limitation of any particular burn tool. The deposit you are hoping to reclaim simply does not exist for compressed assets.

Regular NFTCompressed NFT (cNFT)
Stored inIts own token accountA shared merkle tree
Rent deposit locked~0.00204 SOL + metadata account rentNone
SOL returned on burnOften ~0.01 SOL (minus tool fee)0 SOL
Typical sourcePurchases, mints, real collectionsMass airdrops, spam, scams

This is also why spam NFT airdrops so often arrive as cNFTs. Minting a regular NFT to thousands of wallets would cost the spammer a rent deposit per wallet. Compression makes mass airdrops nearly free — which is great for legitimate large-scale projects, and unfortunately just as great for scammers.

Why burn compressed NFTs at all?

If a cNFT burn returns 0 SOL, why bother? Three reasons.

1. Spam NFTs are usually compressed

Most unsolicited NFTs that appear in Solana wallets — fake "reward" vouchers, counterfeit collection lookalikes, "you won 500 USDC" claim tickets — are compressed NFTs, precisely because they cost the sender almost nothing to blast out at scale. If your wallet looks cluttered with junk you never asked for, cNFTs are usually the bulk of it.

2. Spam cNFTs are phishing bait

Scam cNFTs are not just ugly; they are dangerous. They typically carry a URL in the image or description that leads to a wallet-drainer site. The NFT itself cannot harm you while it sits in your wallet — but every day it stays there is another chance you (or someone you hand the wallet screen to) taps it in a hurry and follows the link. Burning the cNFT removes the bait permanently.

3. A clean wallet is easier to manage

When your NFT tab is 90% spam, the assets you actually care about get buried. Cleaning out compressed junk makes it much harder to fat-finger the wrong item when listing, sending, or burning later — and it makes genuinely suspicious new arrivals stand out instead of blending into the noise.

While you are cleaning: the same session is a good time to close empty token accounts left over from old tokens and sold NFTs. Those do return ~0.00204 SOL each, so the overall cleanup usually still pays you even though the cNFT burns themselves return nothing.

How do you burn cNFTs with Sol Incinerator?

Sol Incinerator burns compressed NFTs alongside regular NFTs, pNFTs, and editions. Burning is a Pro Mode feature:

  1. Open Sol Incinerator and connect your wallet — Phantom, Solflare, Backpack, Ledger, or any WalletConnect-compatible wallet.
  2. Switch from Fun Mode to Pro Mode using the toggle. Fun Mode is strictly non-destructive (it only closes empty accounts), so burning of any kind lives in Pro Mode.
  3. Select the spam cNFTs you want to remove. Pro Mode includes safety controls that help protect valuable tokens and NFTs from accidental burns.
  4. Review the transaction in your wallet and sign. Sol Incinerator is non-custodial — your keys never leave your wallet, and nothing happens without your explicit signature.

The estimated return shown for cNFT burns will be zero, for all the reasons above. Fees only ever come out of reclaimed SOL, so a zero-rent burn does not cost you a cut of anything — there is no upfront charge. And because burning is permanent, double-check each selection: a burned NFT, compressed or not, cannot be recovered. For a deeper look at when to burn versus when to close, see Burning vs Closing Solana Token Accounts.

The bottom line

Compressed NFTs live in merkle trees, not token accounts, so there was never a rent deposit locked for them — and burning one returns 0 SOL by design, not by any tool's choice. Burn them anyway: they are the main channel for wallet spam and phishing bait on Solana, and clearing them out makes your wallet safer and easier to use. Then let the empty token accounts from your regular tokens and NFTs pay for the trip.

Sol Incinerator

Sol Incinerator

Connect your wallet, burn spam cNFTs in Pro Mode, and reclaim SOL from empty token accounts while you're at it.

Try it now

Related Reading

Frequently Asked Questions

How much SOL do you get for burning a compressed NFT?

Zero. Compressed NFTs are stored in on-chain merkle trees rather than in individual token accounts, so there is no rent-exempt SOL deposit attached to them. Burning a cNFT removes it from your wallet but returns no SOL, unlike closing a regular token account which returns about 0.00204 SOL.

Why does burning a regular NFT return SOL but a cNFT does not?

A regular NFT lives in its own token account with a rent deposit of about 0.00204 SOL, and its on-chain metadata accounts hold additional rent. Burning the NFT closes these accounts and often returns around 0.01 SOL in total. A compressed NFT has no such accounts, so there is no deposit to reclaim when you burn it.

Is it worth burning compressed NFTs if you get no SOL back?

Yes, for wallet hygiene and safety. Spam and scam NFT airdrops on Solana are usually compressed because they cost almost nothing to mint in bulk. Burning them cleans up your wallet and removes phishing bait that could trick you into visiting a malicious site later.

Can Sol Incinerator burn compressed NFTs?

Yes. Sol Incinerator burns compressed NFTs in Pro Mode, alongside standard NFTs, programmable NFTs, editions, LP tokens, and spam tokens. It is non-custodial, every burn requires your explicit signature, and safety controls help protect valuable assets from accidental burns.

How do I know if an NFT in my wallet is compressed?

A quick rule of thumb: if it arrived unsolicited as a mass airdrop, it is very likely compressed. In Sol Incinerator, switch to Pro Mode and select it for burning — if the estimated SOL return for that item is zero, it is almost certainly a compressed NFT with no rent deposit attached.