Not every token in your Solana wallet deserves to stay there. Scam tokens, worthless dust, abandoned project tokens — they clutter your portfolio and, worse, each one locks a rent deposit of ~0.00204 SOL that you can't access until the account is empty and closed. Burning is the cleanest way to remove unwanted tokens, but doing it wrong can mean losing something you actually wanted. Here's how to do it safely.
TL;DR: Burning a Solana token permanently destroys it, reducing the account balance to zero. Once the balance is zero, you can close the token account and recover your locked SOL rent deposit. Always verify the token is truly unwanted before burning — the action is irreversible.
When Should You Burn Solana Tokens?
Burning isn't something you should do casually. There are specific situations where it makes sense:
- Scam or spam tokens — Tokens airdropped to your wallet by unknown projects. These are often designed to lure you into malicious sites, and burning them removes the temptation.
- Dust from partial swaps — Sometimes a swap leaves behind a tiny fraction of a token worth less than the transaction fee to sell it.
- Dead project tokens — If a project has shut down and the token has no market or utility, holding it serves no purpose.
- Unwanted airdrop tokens — Legitimate airdrops you've decided you don't want. Perhaps you've already claimed and sold most of it, but a tiny balance remains.
The common thread is that the token has no value to you and no realistic prospect of gaining value. If there's any doubt, leave it alone. You can always burn later, but you can never un-burn.
Burning vs Closing: Key Differences
These two actions are related but distinct, and confusing them is a common mistake:
Burning reduces a token's balance to zero by permanently destroying the tokens. The account still exists after burning — it's just empty. Burning is for accounts that still hold a balance you want to remove.
Closing removes the token account itself from the blockchain and returns the rent deposit to your wallet. Closing only works on accounts that already have a zero balance.
The typical workflow for unwanted tokens is: burn first, then close. If your account already has a zero balance (you sold or transferred everything), you can skip burning entirely and go straight to closing. For a detailed walkthrough of the closing process, see our guide on how to clean up your Solana wallet.
How to Burn SPL Tokens (Step-by-Step)
There are several ways to burn SPL tokens on Solana. Here are the most accessible methods, ordered from easiest to most technical:
Method 1: Using a Wallet with Built-In Burn
Some Solana wallets, like Phantom, include a burn feature directly in the interface:
- Open your wallet and find the token you want to burn.
- Click on the token to view its details.
- Look for a "Burn" or "Remove" option (often in a menu or settings icon).
- Confirm the burn transaction.
This is the simplest method but is limited to wallets that support the feature natively.
Method 2: Using Solana CLI Tools
For more control, the Solana CLI's spl-token command lets you burn with precision:
- Install the Solana CLI and
spl-tokentools if you haven't already. - Run
spl-token burn <TOKEN_ACCOUNT_ADDRESS> <AMOUNT>to burn a specific amount. - To burn the entire balance, use
spl-token burn <TOKEN_ACCOUNT_ADDRESS> ALL. - After burning, close the empty account with
spl-token close <TOKEN_ACCOUNT_ADDRESS>.
This method is ideal for developers and technical users who want full control over the process.
Method 3: Using a DApp Interface
Several Solana dApps provide token burning interfaces. When using any third-party tool, verify it's legitimate before connecting your wallet. Check for open-source code, community reputation, and never approve transactions you don't understand.
After Burning: Recover Your Rent Deposit
Burning tokens is only half the job. The real payoff comes from closing the now-empty account and recovering the rent deposit. Each token account on Solana holds approximately 0.00204 SOL in rent, and that deposit stays locked until the account is explicitly closed.
After burning, your token balance will be zero, making the account eligible for closure. This is where the process connects to the broader goal of wallet maintenance.
Already burned your unwanted tokens? Use SolRecover to find and close all your empty token accounts in one transaction — and get your locked SOL back instantly.
Recover Your SOL NowHow Recovery Tool Fees Compare
Fees vary dramatically across SOL recovery tools. Here's how they compare on a typical 30-account cleanup at SOL's January 2025 peak of $295 (0.0612 SOL / $18.06 USD recoverable):
| Tool | Fee | Cost on 30 Accounts (USD) | You Keep (USD) |
|---|---|---|---|
| SolRecover | 1.9% | $0.34 USD | $17.72 USD |
| PandaTool | 4.88% | $0.88 | $17.18 |
| ReclaimSOL | 5% | $0.90 | $17.16 |
| SlerfTools | 8% | $1.44 | $16.62 |
| RefundYourSOL | 15% (base) | $2.71 | $15.35 |
| SolRefunds | 20% | $3.61 | $14.45 |
| RentSolana | 20% | $3.61 | $14.45 |
Competitor fees last verified: March 12, 2026. With SolRecover, you pay just $0.34 USD on a 30-account cleanup — over 10x less than the $3.61 USD charged by 20% tools like SolRefunds or RentSolana. That's a $3.27 USD difference for the exact same operation. SolRecover also runs fully client-side (your browser connects directly to Helius RPC with no backend server), and offers a generous referral program where the referrer earns 1% while the platform keeps just 0.9%.
If you have many accounts to close after burning, batching them through SolRecover is far faster than closing each one individually through CLI commands.
Safety Precautions Before Burning
Token burns are permanent. Take these precautions to avoid costly mistakes:
-
Verify the token identity. Make sure you're burning the right token. Scam tokens sometimes mimic the names and symbols of legitimate projects. Check the token's mint address on Solscan or Solana Explorer before burning.
-
Check the token's current value. Even tokens that seem worthless might have some market value. Search the mint address on Jupiter or a DEX aggregator to see if there's any liquidity. If the token is worth more than the transaction fee to sell it, selling is better than burning.
-
Never interact with suspicious token links. Some scam tokens include URLs in their name or description. Do not visit these links. Simply burn the token or leave it alone.
-
Start with one small burn. If you're burning multiple token types for the first time, do one burn transaction first and verify everything worked correctly before processing the rest.
-
Double-check the amount. If you're burning a partial amount rather than the full balance, make sure you've entered the correct number. Burning more than intended means those tokens are gone forever.
These precautions take only a few extra minutes but protect you from the kind of mistake that can't be undone. Once you've confirmed the burn is safe, proceed confidently and then close the empty accounts to recover your SOL.
Frequently Asked Questions About Burning Solana Tokens
What does burning a Solana token mean?
Burning a token permanently destroys it by reducing the token supply. Once burned, the tokens cannot be recovered.
Should I burn tokens or just close the account?
If the account has a zero balance (you've already sold/transferred everything), you don't need to burn — just close the account. Burning is only needed for accounts that still hold unwanted tokens.
Can burning tokens be reversed?
No. Token burns on Solana are permanent and irreversible. Only burn tokens you are certain you no longer want.
Does SolRecover burn tokens?
SolRecover only closes accounts with zero balance. It does not burn tokens. For accounts with dust balances, you'll need to burn or transfer the tokens first before closing.