Blog

Token burning guide

How to Burn Tokens on Solana

Burning a Solana token permanently removes the selected amount from your wallet and reduces that mint's circulating supply. It is useful for disposing of unwanted assets, retiring project supply, or cleaning up a wallet before closing unused token accounts.

6 min read
01

What happens when you burn a Solana token?

A burn instruction destroys tokens held in your token account. The transaction is recorded on Solana, the account balance decreases, and the mint's supply decreases by the same amount. Burned tokens cannot be recovered, transferred, or recreated by reversing the transaction.

A burn instruction alone does not close the associated token account. When you remove a full token balance through SOLBurner Cleanup, SOLBurner places the burn and close-account instructions in the same transaction so eligible rent-exempt SOL can be returned.

02

How to burn SPL tokens with SOLBurner

Before starting, confirm the token mint and amount. Keep a small amount of SOL in the wallet to pay the network transaction fee.

  1. 1Open SOLBurner and connect the Solana wallet that holds the token.
  2. 2Review the detected assets and select the token you intend to destroy.
  3. 3Enter the amount to burn, or choose the full available balance.
  4. 4Approve the burn transaction in your wallet.
  5. 5Wait for confirmation, then inspect the transaction in a Solana explorer if desired.
03

Safety checks before confirming

Token names and images can be copied, so use the mint address as the definitive identifier. Never burn an asset you may need later.

04

Burning vs. sending to another address

Sending tokens to an inaccessible address is not the same as a protocol-level burn. A proper burn reduces the mint supply on-chain. This makes the outcome easier to verify and avoids leaving the tokens in another account.

Common questions

Frequently asked questions

Can burned Solana tokens be recovered?

No. A confirmed token burn is permanent and cannot be reversed.

Does burning tokens give me SOL?

The burn instruction itself does not return SOL. When an account with a balance is selected in SOLBurner Cleanup, the same transaction burns the tokens first, closes the emptied account, and returns eligible rent.

Can I burn Token-2022 tokens?

Yes, although rarely extensions configured by the mint may affect how an asset behaves.