All posts
guideburnsolanatokenomics

How to Burn Solana Tokens: Supply, LP & What It Does (2026)

Burn Solana tokens in one transaction, free. What burning actually does to supply and price, how LP burns differ from locks, and the mistakes that can't be undone.

SolFoundry TeamJuly 22, 2026 6 min read
How to Burn Solana Tokens: Supply, LP & What It Does (2026)

What Burning a Token Actually Does

Burning a Solana token permanently removes it from circulation. The burn instruction destroys the tokens in your token account and decreases the mint's recorded supply by the same amount. There is no burn address holding them, no recovery path, no admin who can reverse it. On Solana, burned means gone at the protocol level.

That's the whole mechanic. Everything else people attach to burning, price pumps, "deflationary tokenomics," trust signals, follows (or doesn't) from that one supply change.

Need to burn tokens right now? It's one transaction, free, no platform fee.Open the Burn Tool

Legitimate reasons to burn:

  • Reducing supply you never should have minted. You created 1B tokens, distributed 200M, and want the remaining 800M provably out of the game instead of sitting in your wallet reading as a dump bag.
  • Backing a public commitment. "Team allocation will be burned" only counts when the burn transaction is on-chain and linkable.
  • Cleaning up. Dead test tokens, airdrop dust, abandoned projects cluttering a wallet.
  • Burning LP tokens to make a liquidity position permanent, with caveats covered below.

What Burning Does NOT Do

This is where most burn decisions go wrong, so let's be blunt:

Burning supply does not automatically raise the price. Price comes from the pool: how much SOL is in it and how much of the token trades against it. Burning tokens that were never going to be sold (your own treasury) changes the theoretical fully-diluted valuation, not the pool math. The market may interpret a burn as a bullish signal, but that's narrative, not mechanics.

Burning also doesn't:

  • Fix a bad distribution. If one wallet holds 40% of what remains, burning treasury tokens makes that concentration worse as a percentage.
  • Substitute for revoking mint authority. If the mint authority is still active, the supply can be re-inflated at will, a burn is theater while someone can print the tokens back. Revoke mint authority first (our rug check flags this on any token).
  • Recover rent. Burning empties the token account but doesn't close it. The ~0.002 SOL of rent stays locked in the account until it's closed separately.

How to Burn Solana Tokens, Step by Step

The SolFoundry Burn Tool handles both classic SPL and Token-2022 mints, detects the right token program automatically, and burns in a single transaction:

  1. Open solfoundry.io/burn and connect your wallet.
  2. Paste the token mint address. The tool loads your balance and the token's decimals so amounts are interpreted correctly.
  3. Enter the amount to burn, or hit Max Balance to burn everything.
  4. Confirm in your wallet. One transaction: the burn instruction plus an on-chain memo stamping the burn.

Cost: free. There's no platform fee on burns, you pay only the Solana network fee (a fraction of a cent).

Triple-check the mint and the amount. Burning is the single most irreversible action in this ecosystem. There is no support ticket, no undo, no "contact the team." If you burn the wrong token or an extra zero, it's gone.

Burning LP Tokens vs Locking Liquidity

A special case worth its own section, because the terms get mixed up constantly.

When you provide liquidity on a classic AMM, you receive LP tokens representing your share of the pool. Burning those LP tokens makes your liquidity position permanent: nobody can ever withdraw that SOL and token pair from the pool. This is why "LP burned" shows up as a trust badge on DexScreener, it's the old-school way to prove you can't rug. Bonding-curve platforms like Pump.fun do a version of this automatically when a token graduates.

The trade-off: a burned LP position earns you nothing, forever. The fees your liquidity generates accrue to a position nobody controls.

The modern alternative is a permanent lock that keeps fee accrual alive. SolFoundry's Liquidity Lock uses Meteora's permanent lock: the position can never be withdrawn (same rug-proof guarantee as a burn), but the creator keeps claiming trading fees on it forever. Same trust signal, ongoing revenue instead of a tombstone. The full comparison is in permanent vs time-locked liquidity.

LP burnPermanent lock (Meteora)
Liquidity withdrawable?NeverNever
Trust signal on-chainYesYes
Trading feesLost foreverClaimable by creator
ReversibleNoNo
One transaction · Free

Burn tokens without the guesswork.

Paste the mint, set the amount, confirm. Works with SPL and Token-2022, no platform fee.

Open the Burn Tool

Token-2022 vs Classic SPL Burns

Functionally identical from your side: same flow, same irreversibility. The difference is under the hood, Token-2022 mints live under a different token program, and a burn instruction sent to the wrong program fails. Tools that hardcode the classic SPL program choke on Token-2022 mints (increasingly common now that major launchpads mint Token-2022 by default). The Burn Tool resolves the mint's program on-chain before building the transaction, so both work without you having to know which standard your token uses. If you're not sure what you're holding, Token-2022 vs classic SPL covers how to tell.

FAQ

Is burning Solana tokens free?

On SolFoundry, yes, there's no platform fee. You pay only the Solana network transaction fee, typically well under $0.01.

Can I recover tokens after burning them?

No. Burning destroys the tokens at the protocol level and reduces the mint's supply. There is no burn wallet to retrieve them from and no authority that can reverse it.

Does burning tokens increase the price?

Not mechanically. Price is set by the liquidity pool, and burning tokens outside the pool doesn't change the pool's math. Markets sometimes react to burns as a signal, but there's no built-in price effect.

How do I burn the liquidity on my token?

If you hold classic LP tokens, burning them makes the liquidity permanent. If you're launching new, consider a permanent lock instead, same irreversible guarantee, but you keep earning the pool's trading fees.

Can I burn Token-2022 tokens?

Yes. The Burn Tool detects whether a mint is classic SPL or Token-2022 and routes the burn to the correct program automatically.

Does burning close my token account?

No. The account remains open (and keeps its ~0.002 SOL rent) with a zero balance. Closing the account is a separate instruction.

Ready to launch your token?

Create, configure, and launch on Solana in minutes.

Launch App

Keep reading