Back to Blog
Solana

How to Burn NFTs on Solana and Reclaim SOL

S
Sol Slugs Team
Sol Incinerator

Spam NFT airdrops, dead mint passes, and collections that went quiet two years ago all sit in your wallet holding SOL. Burning them destroys the NFT and returns that SOL — and NFTs pay back considerably more than ordinary tokens do.

How much SOL do you get for burning an NFT?

Burning a standard Solana NFT returns roughly 0.01 SOL — about five times what an ordinary token account returns. An NFT holds rent in several accounts at once, and burning closes all of them together. Compressed NFTs are the exception and return 0 SOL.

Why do NFTs return more SOL than tokens?

An ordinary SPL token account holds a single rent-exempt deposit of about 0.00204 SOL. A standard NFT is more structurally expensive than that. On top of the token account that holds the NFT itself, it has on-chain metadata — the name, the image URI, the creator list, the royalty configuration — and, for most collections, an edition account that marks it as a unique non-fungible asset rather than a divisible token.

Each of those accounts required its own rent deposit when the NFT was minted. Burning the NFT closes them all in one transaction, so several deposits come back at once instead of one. That is the whole reason the payout is around 0.01 SOL instead of 0.002 SOL.

Sol Incinerator's burn keeps around 5% on standard NFT burns. Rates vary for other asset types — programmable NFTs (pNFTs) and MPL Core assets are structured differently and carry higher rates.

Which NFTs return nothing?

Compressed NFTs (cNFTs). This is the single most common surprise in Solana wallet cleanup, so it is worth being blunt about it: burning a compressed NFT returns exactly zero SOL, with any tool.

Compressed NFTs are not stored in individual accounts. They live as leaves in an on-chain merkle tree, which is precisely what makes them cheap enough to airdrop by the hundred thousand. No account means no rent deposit, which means nothing to reclaim.

The practical rule of thumb: if it showed up in your wallet unsolicited and you have never heard of the collection, it is very likely compressed. Spam NFT airdrops are usually compressed because that is the only economical way to mass-mint them.

Burning cNFTs is still worth doing — spam NFTs are frequently phishing bait, using their image and name to advertise a malicious site. Clearing them out removes the lure. Just do not expect a payout. Full explanation in Why Burning Compressed NFTs Gives Zero SOL Back.

What NFT types can actually be burned?

Not every wallet cleaner handles every NFT standard, and the ones it cannot handle simply do not appear in the list — so it looks like your wallet is clean when it is not. Sol Incinerator burns:

Asset typeBurnableTypical return
Standard NFTYes~0.01 SOL
Programmable NFT (pNFT)YesVaries
NFT editionYesVaries
Compressed NFT (cNFT)Yes0 SOL
MPL Core assetYesVaries

Programmable NFTs are worth calling out. pNFTs enforce royalties through a token record account and are usually held in a frozen state, which means a naive burn instruction fails outright. Handling them requires thawing the delegated account as part of the same flow. Most cleanup tools do not implement this and quietly skip your pNFTs.

Step-by-step: burning NFTs

  1. Open Sol Incinerator and connect your wallet. The scan is read-only, so you can see the full picture before signing anything.
  2. Switch to Pro Mode in the footer toggle. Fun Mode is non-destructive by design and will not burn anything — it only closes accounts that are already empty.
  3. Open the NFT tab. Your NFTs are listed separately from fungible tokens, with floor price data where it is available.
  4. Select what you want to destroy. Anything above a USD value threshold is hidden by default so it cannot be caught by a select-all.
  5. Confirm and sign. Burns are batched, so clearing out fifty spam NFTs does not mean fifty signatures.

Burning an NFT is permanent. The asset is destroyed on-chain and cannot be restored by anyone, including us. Check floor prices before you burn — a collection you have written off may still have a bid.

Why won't my NFT burn?

Two situations account for nearly every failed NFT burn:

It is listed on a marketplace. When you list an NFT, you typically hand a delegate authority to the marketplace program, or the NFT moves into an escrow account. Either way your wallet no longer has unilateral authority to burn it. Delist it first and it will burn normally.

It is frozen. Programmable NFTs are held frozen as a matter of course to enforce royalties, and some standard NFTs are frozen by their collection authority. A frozen token account rejects burn instructions until it is thawed. Sol Incinerator handles the pNFT case as part of its burn flow.

Should you burn it or sell it?

Burn an NFT when it has no bids and no realistic prospect of any — dead mint passes, spam airdrops, abandoned collections. The ~0.01 SOL you reclaim is strictly better than leaving it there.

If a collection still has a floor, sell into it instead. And if you bought an NFT that has since gone to zero with no market to sell into, the Tax Loss Harvester sells illiquid NFTs for 1 lamport each, producing an on-chain sale record for a position that is otherwise impossible to close out. Whether that record is useful to you is a question for a tax professional — nothing here is tax advice.

Clean the free stuff first

Before burning anything, close your empty token accounts. That pass is completely non-destructive, it is the default mode, and on an active wallet it often returns more than the NFT burns will.

Sol Incinerator

Sol Incinerator

Connect your wallet and see how much SOL your unwanted NFTs are holding.

Try it now

Related Reading

Frequently Asked Questions

How much SOL do you get for burning an NFT on Solana?

Burning a standard Solana NFT returns roughly 0.01 SOL. That is more than a plain token account because an NFT holds rent in several accounts at once — the token account plus its metadata and edition accounts — and burning closes all of them together.

How do you burn NFTs on Solana?

Connect your wallet to Sol Incinerator, switch to Pro Mode, open the NFT tab, select the NFTs you want to destroy, and sign the transaction. The NFT is permanently burned and the rent from its token, metadata, and edition accounts is returned to your wallet.

Why did burning my NFT return zero SOL?

It was almost certainly a compressed NFT. Compressed NFTs live in a merkle tree rather than in their own accounts, so they hold no rent deposit and there is nothing to reclaim. Burning still removes the spam from your wallet, but the payout is zero.

Can you burn an NFT that is listed for sale?

Not while it is listed. Listing usually delegates the NFT to the marketplace program or moves it into escrow, so your wallet no longer holds unilateral authority over it and the burn instruction fails. Delist it first and the burn goes through normally, with the delegate clearing as part of the cancel.

Is it safe to burn NFTs on Solana?

The burn itself is non-custodial and requires your signature, so nothing happens without your approval. The risk is burning something valuable by mistake, which is why Sol Incinerator hides NFTs above a USD threshold by default and asks for extra confirmation on large burns.