How to burn Solana tokens (and prove the burn to holders)
Burning SPL tokens permanently removes them from supply. Here's how to do it from Phantom, how to read the burn on Solscan, and what NOT to do.
Burning tokens permanently removes them from circulating supply. On Solana there's a dedicated Burn instruction — you do not send tokens to a dead address. Here's the right way.
Don't send to a "dead" address
Ethereum culture burns by sending to 0x000...dead. On Solana this is wrong. The tokens still technically exist, they're just locked in an ATA whose owner key is unknown. The supply doesn't drop, RugCheck doesn't update, and a sophisticated observer can argue the address is recoverable.
The correct way is the SPL Token Burn instruction, which decrements the mint's supply field directly on-chain.
The fastest path
- Open Phantom and navigate to the token you want to burn.
- Click the token → menu → Burn token. (Phantom added this UI in late 2024.)
- Enter the amount.
- Sign. Fee is ~5,000 lamports.
Behind the scenes Phantom builds a Burn instruction targeting your ATA. After confirmation, total supply on Solscan drops by exactly the amount you burned.
How holders verify your burn
Solscan's mint page shows Total Supply at the top. Before your burn it might say 1,000,000,000. After, 950,000,000. The drop is real and irreversible.
For a public, dated proof, share the burn transaction signature. Anyone can paste it into Solscan and see:
- Instruction type:
spl-token::Burn - Account: your ATA
- Amount: exact number burned
- Block time: dated
Burning LP tokens specifically
"Locking" liquidity is sometimes done by burning the LP token. This makes the underlying liquidity permanently inaccessible — neither you nor anyone else can ever withdraw it. Do not do this casually — it's the most expensive trust signal in DeFi because you can never recover that liquidity for migrations, CEX listings, or buybacks.
If you want the trust signal without permanent loss, use a timelock (Streamflow, Goki) — locks for 6/12/24 months, then unlocks. Still a strong signal, but reversible after the term.
What burning does NOT do
- Doesn't revoke mint authority. You can still mint new tokens to replace the burned supply unless mint authority is
NULL. - Doesn't affect freeze authority.
- Doesn't change the price directly — markets re-price as the new circulating supply propagates through aggregators.
Bottom line
Use the actual Burn instruction (Phantom has it native; SolanaForge's SPL Token Creator dashboard exposes it too). Never send to a dead address. Share the tx signature publicly. Combine with revoked mint authority for the strongest possible supply guarantee.
Ready to launch your token?
One signature, 0.1 SOL service fee, IPFS metadata pinned via Pinata, mainnet only.
