Solana tools
Burn Solana Tokens
Permanently burn SPL tokens on Solana to reduce circulating supply. On-chain burn for any SPL or Token-2022 token. No coding required.Solana tools
Burn tokens
Blockchain
Token address
Burn amount
Ratio to burn
The 20lab burn Solana tokens tool lets you permanently destroy SPL tokens from your wallet, removing them from circulation forever. Burning reduces total supply, creates deflationary pressure, and is commonly used for buyback-and-burn programs or scheduled supply reductions.
The tool works with all SPL tokens including Token-2022, supports both whole-position and partial burns, and produces an on-chain record that anyone can verify on Solana Explorer. For more context on how burning works at the protocol level, see our guide on how to burn tokens on Solana.
To burn SPL tokens on Solana:
- Connect the wallet holding the tokens you want to burn
- Enter the token's mint address
- Specify the amount to burn
- Confirm the transaction
The tokens are removed from your wallet and the total supply decreases by the burned amount. The action is irreversible and is recorded permanently on the Solana blockchain. Double-check the amount before confirming - there is no recovery mechanism for burned tokens.
These are two different things often confused:
- Burning SPL tokens uses the SPL Burn instruction to destroy the tokens at the protocol level. The tokens stop existing - total supply on-chain decreases. This is what the 20lab burn tool does.
- The "Solana burn address" (the Solana incinerator, 1nc1nerator11111111111111111111111111111111) is just a wallet no one can sign for. Tokens sent there are inaccessible but still exist - total supply on-chain is unchanged. This is how native SOL is burned, since SOL has no protocol-level burn instruction.
Proper burning is cleaner: it reduces the visible supply and is what DEXes, trackers, and aggregators detect as a true burn. For deflationary tokenomics, always use Burn instructions over the incinerator address.
Burning SPL tokens serves several strategic purposes:
- Deflationary tokenomics - Reducing supply to create scarcity and support price
- Buyback and burn programs - Using treasury funds to buy tokens off the market and destroy them
- Scheduled supply reductions - Executing promised burns from your tokenomics roadmap
- LP token burns - Locking liquidity permanently by destroying the LP tokens (one of the strongest trust signals when you make a meme coin)
- Cleaning up dust - Removing tiny, unusable balances from your wallet
Many Solana projects build automated burn mechanisms - burning a portion of transaction fees, marketplace royalties, or protocol revenue - to create continuous deflationary pressure.
Anyone holding the tokens can burn them. Unlike minting (which requires mint authority), burning is permissionless - token holders always have the right to destroy their own tokens.
Important details:
- You can only burn tokens from a wallet you control
- You cannot burn tokens held in another wallet, even with view access
- Tokens with non-transferable extensions can still be burned
- Tokens with active transfer hooks can sometimes be blocked from burning if the hook program restricts it
No - burning SPL tokens is absolutely irreversible. When you burn tokens:
- The tokens are permanently removed from your wallet
- The total supply decreases by the burned amount
- The transaction is recorded immutably on the Solana blockchain
- No mechanism exists to recover, undo, or restore burned tokens
The only way to increase supply again is to mint new tokens, which requires an active mint authority. If the mint authority has been revoked, the post-burn supply is permanent. Always review the amount carefully before confirming.
Burned Solana tokens don't go anywhere - they are destroyed at the protocol level. The SPL Burn instruction:
- Subtracts the burned amount from your token account balance
- Subtracts the same amount from the token's total supply on the mint account
- Records the burn transaction on-chain
This is fundamentally different from transferring to a "burn address" - burned tokens stop existing entirely, which is why the on-chain total supply visibly decreases.
Yes - every SPL burn is permanently recorded and publicly verifiable:
- Solana Explorer and Solscan show every burn transaction in the token's history
- The token's total supply on-chain reflects the reduction in real time
- Your wallet history shows the burn transaction
- Analytics platforms like DexScreener and Birdeye track cumulative burns and supply changes
This transparency lets your community verify that promised burns actually happened. Many projects share the burn transaction hash immediately after execution as proof of completion.
Burning SPL tokens reduces supply, which can support price - but it's not automatic:
- Burns work best when paired with sustained demand - reducing supply with no buyers does little
- Large announced burns sometimes cause short-term price spikes from speculation
- Continuous fee-based burns can create gradual long-term deflationary pressure
- Burning tokens already in your treasury (vs. buying from market and burning) has weaker market impact
Burns are most effective as part of a broader tokenomics strategy with utility, demand drivers, and clear communication. Burning alone rarely moves price meaningfully without those.
No - in standard configurations, you can only burn tokens held in a wallet you control. There are no special bypass authorities for burning other people's tokens.
The only exceptions are:
- Tokens with custom transfer hooks that explicitly delegate burn rights
- Tokens deposited into programs (vaults, staking contracts) that have been granted burn permission
This restriction is fundamental to Solana's security model - it ensures that destroying tokens always requires consent from the holder.
Related Posts
Continue your journey with these related blog posts.
Learn how to properly burn Solana tokens using burn instructions. This guide explains why token burning is important and how to safely execute burns.
April 23, 2025
4 min read
Learn how to add liquidity to Raydium DEX with our comprehensive guide. Step-by-step instructions for Solana token creators to securely launch your token!
January 28, 2025
7 min read
Learn how to add liquidity to Meteora for your Solana token - a step-by-step guide covering DAMM v2 pool creation, fee configuration, and LP token security.
March 23, 2026
7 min read
Learn about Solana, the blockchain that provides a fast, secure and scalable infrastructure for token projects.
July 24, 2024
8 min read
Learn what SPL is and how it is standardizing tokens for compatibility across Solana blockchain.
November 11, 2024
5 min read




