TutorialUpdated May 2026 · 6 min read

How to Burn Solana Tokens (Permanently Reduce Supply)

Burning is one of the most powerful supply-management tools available to a Solana token project. Whether you want to permanently shrink your circulating supply, dispose of unsold allocation, or lock liquidity to earn community trust, burning gets it done in a single on-chain transaction. This guide explains exactly what burning does, how it differs from revoking mint authority, and how to burn tokens safely using the SOLTokenLab Burn tool— no code required.

Table of Contents
  1. What Does It Mean to Burn a Token?
  2. Burning vs Revoking Mint Authority
  3. Why Projects Burn Tokens
  4. The Irreversibility Warning
  5. Step-by-Step: Burn Tokens with SOLTokenLab
  6. Can You Burn LP Tokens?
  7. FAQ

What Does It Mean to Burn a Token?

Burning a token means permanently destroying it. On Solana, this is handled directly by the SPL Token Program through its Burninstruction. When you burn tokens, the program subtracts the amount from your token account's balance and decrements the mint account's total supply field by the same amount — in the same transaction.

A common misconception, carried over from chains like Ethereum, is that burning sends tokens to a “dead” or null address. On Solana, that is not how it works. There is no burn address. The tokens are removed from existence entirely, and the mint's reported total supply genuinely drops. Anyone checking your token on Solscan or Solana Explorer will see the reduced supply reflected accurately.

Importantly, you can only burn tokens that you hold. Burning operates on your own token account, so you do not need to be the mint authority or the project owner — any holder can burn the tokens sitting in their wallet.

Burning vs Revoking Mint Authority

These two actions are often confused, but they solve different problems and are frequently used together.

Burning reduces the supply that exists now

Burning is backward-looking: it destroys tokens that have already been minted, lowering the current circulating supply. If your token has 1,000,000,000 supply and you burn 200,000,000, the on-chain supply becomes 800,000,000.

Revoking the mint authority caps the future supply

Revoking the mint authority is forward-looking: it permanently removes the ability to create anynew tokens. It does not change the current supply — it guarantees the supply can never be inflated again. You set this up when you create your token, or later from your token's management page.

The full trust package: Many projects do both. Burning reduces the supply that is live today, and revoking the mint authority guarantees no one can quietly mint it back. Holders and DEX listing teams routinely check for both.

Why Projects Burn Tokens

Burning serves several legitimate purposes for a token project. Here are the most common reasons teams reach for it:

Be transparent: A burn is only a trust signal if your community can verify it. Always share the burn transaction signature so holders can confirm it on a block explorer themselves.

The Irreversibility Warning

This is the single most important thing to understand before you burn anything: burning cannot be undone.

There is no undo button, no support ticket, and no recovery path. Once the burn transaction confirms on-chain, those tokens are gone forever. Even if you still hold the mint authority, re-minting creates newtokens — it does not bring back the exact units you destroyed, and it would increase the supply again, defeating the point of the burn.

Triple-check before you sign. Verify the token, the amount, and the network every single time. A burn on the wrong token or for the wrong amount is permanent. When in doubt, do a small test burn on Devnet first, where tokens cost nothing.

Step-by-Step: Burn Tokens with SOLTokenLab

The Burn tool handles the SPL Token Program interaction for you, so you can burn safely from your browser without touching the CLI. Here is the full process.

1

Connect your wallet on the Burn page

Open the Burn page on SOLTokenLab and click Connect Wallet. Approve the connection request in your wallet popup (Phantom, Solflare, Backpack, and others are supported).

Confirm your wallet is on the correct network — Mainnet for a real burn, or Devnet if you are testing. The tokens you intend to burn must be in this connected wallet.

2

Select the token to burn

Pick the token from your wallet's token list, or paste its mint address directly.

The tool reads your live balance straight from the blockchain, so the amount available to burn always reflects what you actually hold in that token account.

3

Enter the amount to burn

Type the number of tokens you want to destroy, or click Max to burn the entire balance.

Review the live preview, which shows how the burn will change the circulating supply. Take a moment here — this is the number that becomes permanent.

4

Review and confirm

Carefully verify three things before continuing:

  • Token — the correct mint address.
  • Amount — the exact quantity you intend to destroy.
  • Network — Mainnet vs Devnet.

Because burning is irreversible, this review step is your last chance to catch a mistake.

5

Approve the burn transaction

Click Burnand approve the transaction in your wallet. The SPL Token Program reduces your token account balance and decrements the mint's total supply in one instruction.

On Solana, this confirms in seconds thanks to ~400ms block times and sub-cent network fees.

6

Verify the new supply on Explorer

Once confirmed, open the transaction signature on Solana Explorer or Solscan, then look up the mint address to confirm the total supply dropped by the burned amount.

Share that signature with your community so they can independently verify the burn — transparency is what turns a burn into a trust signal.

Can You Burn LP Tokens?

Yes. When you add liquidity to a DEX such as Raydium, you receive LP tokens that represent your share of the pool. Those LP tokens are themselves SPL tokens, so they can be burned exactly like any other token using the same Burn tool.

Burning your LP tokens permanently locks the underlying liquidity in the pool. Withdrawing liquidity requires the LP tokens, so if they no longer exist, the deposited tokens and SOL can never be pulled out. This is precisely why an “LP burn” is treated as such a strong anti-rug signal — it provably removes the team's ability to drain the pool.

LP burns are forever too. Once you burn LP tokens, that liquidity is locked permanently. You will never be able to reclaim it, adjust the position, or migrate the pool. Only burn LP tokens you are fully committed to leaving in place.

New to liquidity pools? Start with our guide on how to add liquidity on Raydium before deciding whether an LP burn fits your launch plan.

Frequently Asked Questions

Is burning tokens reversible?

No. Burning permanently destroys the tokens and reduces the on-chain supply. There is no undo, no recovery, and no way to re-mint the exact tokens you burned. Once the burn transaction confirms, those tokens are gone forever. This is why you should always double-check the amount before signing.

Does burning tokens make the price go up?

Not automatically. Burning reduces supply, but price is set by supply and demand together. If demand stays the same and supply falls, each remaining token represents a larger share of the project, which can be supportive of price. But burning a token nobody wants will not create demand. Burns are a tool, not a guarantee.

Can I burn LP (liquidity pool) tokens?

Yes. LP tokens are themselves SPL tokens that represent your share of a liquidity pool, so they can be burned exactly like any other token. Burning your LP tokens permanently locks that liquidity in the pool because the LP tokens needed to withdraw it no longer exist. This is a common trust signal that the team cannot pull liquidity.

What is the difference between burning and revoking mint authority?

Burning destroys tokens that already exist, lowering the current circulating supply. Revoking the mint authority prevents any new tokens from ever being created, freezing the maximum supply at its current level. They are complementary: burning reduces supply now, revoking guarantees it can never be inflated later. Many projects do both.

Do I need the mint authority to burn tokens?

No. Anyone who holds tokens can burn the tokens in their own wallet — burning only requires ownership of the token account, not the mint authority. The SPL Token Program's Burn instruction simply reduces the balance in your account and decreases the mint's total supply by the same amount.

Where do burned tokens go?

Nowhere. Burning is not a transfer to a dead address — the SPL Token Program subtracts the amount from your token account and decrements the mint's total supply field directly on-chain. The tokens cease to exist entirely, which is cleaner than the burn-address approach used on some other chains.

Ready to burn tokens?

Permanently reduce your token's supply in a few clicks. Connect your wallet, pick the amount, and confirm — no code required.

Open the Burn ToolCreate a Token
Related Guides
How to Create a Solana TokenAdd Liquidity on RaydiumWhat Is an SPL Token?Add LiquidityUpdate Metadata