What Is Token Burning?
Token burning is the permanent, irreversible destruction of crypto tokens on-chain. When tokens are burned, they are removed from circulation entirely and can never be recovered, transferred, or used again. On Solana, burning is executed through the SPL Token Program's burn instruction, which reduces the token's total supply counter directly on the blockchain. Projects burn tokens to reduce supply, signal commitment, clean up unused allocations, and create deflationary pressure on their tokenomics.
How Token Burning Works on Solana
Burning a token on Solana is not the same as sending it to a dead wallet. The SPL Token Program has a dedicated burn instruction that destroys tokens at the protocol level. When this instruction executes, the token balance in the holder's account decreases and the token's total supply decreases by the same amount. Both changes are recorded on-chain and visible in any Solana explorer.
This distinction matters. Sending tokens to a so-called burn address like 1nc1nerator11111111111111111111111111111111 does remove them from your wallet, but it does not reduce the on-chain supply counter. The tokens still technically exist in that address. A proper burn through the SPL Token Program eliminates them entirely.
After burning the full balance of a token from your wallet, the token account can be closed. Every token account on Solana requires approximately 0.002 SOL in rent to exist, so closing it after a burn returns that rent to your wallet. The best burn tools handle the burn and account closure in a single transaction.
Why Projects Burn Tokens
Token burning serves several strategic purposes depending on the project's stage and goals.
Reducing circulating supply is the most straightforward reason. If a project launched with a large total supply and wants to create scarcity, burning a portion of the supply permanently reduces it. This is verifiable on-chain by anyone checking the token's supply data.
Buyback and burn programs combine two actions. The project uses revenue to buy its own token on the open market, then burns the purchased tokens. This creates consistent buy pressure from the purchases and permanent supply reduction from the burns. Many established projects run recurring buyback and burn cycles as part of their tokenomics.
Burning unsold allocations happens after a token launch when reserved tokens for private sales, marketing budgets, or team allocations go unused. Rather than leaving a large unused supply sitting in a wallet where it creates uncertainty for holders, burning it removes the overhang permanently.
Burning LP tokens is a special case. When a project burns its LP tokens, it permanently gives up the ability to withdraw liquidity from the trading pool. The liquidity stays in the pool forever, ensuring that holders can always trade the token. This is the most extreme form of liquidity commitment, stronger than locking because it is irreversible.
Wallet cleanup is the most practical reason for individual holders. Solana wallets accumulate spam tokens, airdropped scam tokens, and tokens from abandoned projects. Burning these and closing the accounts reclaims the SOL rent locked up in each token account.
Token Burning vs Token Locking
Burning and locking both serve as trust signals, but they work very differently and the choice between them matters.
Burning is permanent. Once tokens are burned, they are gone forever. There is no unlock date, no recovery mechanism, no reversal. This provides the strongest possible signal that those tokens will never enter circulation, but it also means the project can never access that capital again.
Locking is temporary. A token locker holds tokens in a smart contract vault until a set unlock date. The tokens are inaccessible during the lock period, providing the same trust signal as a burn for the duration of the lock. After the lock expires, the owner can withdraw them.
For most projects, locking is the better first choice. It provides the trust signal investors need while preserving the option to reclaim the tokens later. A project can always burn tokens after a lock expires, but it cannot reverse a burn.
LP tokens are the one area where the decision is more nuanced. Burning LP tokens creates a permanent liquidity floor that can never be removed. Locking LP tokens achieves the same effect for the duration of the lock. Projects with long term plans typically lock LP for 12 to 36 months. Projects that want to signal permanent commitment burn them outright.
How to Burn Tokens on Solana
Burning tokens on Solana does not require coding or command-line tools. The StakePoint Token Burn tool lets you burn any SPL or Token-2022 token in a single transaction.
Connect your wallet, select the token you want to burn, enter the amount, and approve the transaction. If you burn the full balance, the token account closes automatically and returns the rent deposit to your wallet. The burn is recorded on-chain with a dedicated detail page showing the token, amount, transaction signature, and timestamp.
The tool supports both SPL and Token-2022 tokens including those with transfer fee extensions. Token standard detection is automatic.
For a detailed walkthrough with screenshots, see the full guide: How to Burn Tokens on Solana in 2026.
How to Verify a Token Burn
Verifying that a project has actually burned tokens is straightforward because burns are recorded on-chain.
Check the token's total supply. Every Solana token has a supply field that reflects all mints and burns. If a project claims to have burned 50% of supply, the on-chain supply should reflect that reduction. You can check this on any Solana explorer like Solana Explorer or Solscan by searching the token's mint address.
Look at the transaction history. Every burn creates an on-chain transaction that shows the amount burned, the wallet that burned it, and the timestamp. These transactions are permanent and cannot be altered.
Verify mint authority status. A burn means less if the mint authority is still active. An active mint authority allows the creator to print new tokens, negating the supply reduction from the burn. Check whether mint authority has been revoked using a token scanner like the StakePoint Token Safety Scanner. If tokens were burned but mint authority is still active, the burn provides limited assurance.
Check for LP burns specifically. If a project claims to have burned LP tokens, verify that the LP token balance for their wallet is zero and that the burn transaction exists on-chain. Burned LP means the liquidity is permanently locked in the pool with no possibility of withdrawal.
Common Token Burn Misconceptions
"Burning increases the price." Burning reduces supply, but price depends on both supply and demand. If nobody wants the token, burning half the supply will not save it. Burns create conditions where price can increase if demand holds steady or grows, but they do not guarantee it.
"Sending to a dead wallet is the same as burning." It is not. Sending to a dead wallet moves tokens out of your control but does not reduce the on-chain supply counter. A proper burn through the SPL Token Program destroys the tokens at the protocol level.
"All burns are good." Context matters. A project burning 1% of supply as a marketing stunt provides minimal economic impact. A project burning unsold presale allocation after failing to raise funds might be covering up a failed launch. Evaluate burns based on what was burned, how much, and why.
"Burns are better than locks." Not necessarily. Burns are irreversible, which can be a strength or a limitation depending on the situation. For most projects, locking tokens provides the same trust signal with more flexibility.
Token-2022 and Burning
Solana's Token-2022 standard introduced extensions that affect how burning works in some cases.
Transfer fee tokens can be burned normally. The burn instruction is not a transfer, so transfer fees do not apply to the burn itself. However, accumulated fees sitting in the token account may need to be handled before or after the burn.
Permanent delegate tokens have a designated address that can burn tokens from any holder's account. This is an important risk flag. If you hold a Token-2022 token with a permanent delegate, someone else can burn your tokens without your permission. Always check for permanent delegates before buying a Token-2022 token.
Non-transferable (soulbound) tokens can still be burned by the holder even though they cannot be transferred.
The StakePoint Token Burn tool detects the token standard automatically and uses the correct program for the burn instruction, handling both SPL and Token-2022 tokens without any extra steps.
Frequently Asked Questions
What does it mean to burn a token?
Burning a token means permanently destroying it on-chain so it can never be used, transferred, or recovered. On Solana, the SPL Token Program's burn instruction reduces both the holder's balance and the token's total supply. The destruction is recorded on-chain and is publicly verifiable.
Is token burning reversible?
No. Once tokens are burned through the SPL Token Program, they are permanently destroyed. There is no mechanism to reverse a burn. This is different from locking, where tokens become accessible again after the lock period expires.
Does burning tokens cost SOL?
The transaction fee for burning is approximately 0.000005 SOL, which is a standard Solana network fee. If you burn the full balance and close the token account, you actually receive SOL back because the rent deposit (approximately 0.002 SOL) is returned to your wallet.
What is a buyback and burn?
A buyback and burn is when a project uses revenue to purchase its own token on the open market and then burns the purchased tokens. This creates buy pressure from the purchase and permanent supply reduction from the burn. It is one of the most common deflationary mechanisms in crypto.
Should a project burn or lock its tokens?
It depends on the goal. Locking holds tokens in a smart contract vault for a set period and provides a strong trust signal while preserving the option to reclaim them later. Burning destroys them permanently with no recovery. Most projects benefit from locking first because they can always burn later, but cannot undo a burn.
How do I burn spam tokens in my Solana wallet?
Connect your wallet to a burn tool like the StakePoint Token Burn tool, select the spam token, burn the full balance, and the account closes automatically. The rent deposit returns to your wallet. For bulk cleanup, the StakePoint Wallet Cleanup tool scans for all closeable accounts and reclaims rent in one step.
*Burn any SPL or Token-2022 token: StakePoint Token Burn. One transaction, automatic account close, public burn record.*
*Prefer to lock instead? StakePoint Token Locker and LP Locker. Non-custodial, time-locked, publicly verifiable.*
*Step-by-step burning guide: How to Burn Tokens on Solana in 2026.*