Blog / Sol Incinerator
What is Sol Incinerator? Complete Guide to Burning Tokens & Reclaiming SOL
Updated April 2026 · 7 min read
Sol Incinerator is a Solana web application that burns unwanted tokens, NFTs, and empty token accounts in your wallet — and refunds the SOL that was locked as rent inside each of them. If your wallet is full of spam airdrops, dead memecoins, or random NFTs you never asked for, a sol incinerator is the fastest way to clean it up while putting SOL back in your pocket.
This guide explains exactly what Sol Incinerator is, how it works under the hood, what you can burn, how much SOL you can realistically reclaim, the fee model, safety considerations, and how it compares to alternative tools like sØl Incinerator.
What is Sol Incinerator?
Sol Incinerator is the most well-known dApp in a category of Solana tools called wallet cleaners or token burners. The original tool was launched in December 2021 by the Sol Slugs team and lives at sol-incinerator.com. Since then, it has processed tens of millions of transactions and helped users reclaim hundreds of thousands of SOL that would otherwise have stayed locked in junk token accounts.
The core idea is simple. On Solana, every token you hold lives in its own token account, and every token account has to lock a small amount of SOL (about 0.002 SOL) as a rent-exempt deposit. This deposit pays for the storage space the account occupies on the blockchain. The SOL is not spent or burned — it is fully recoverable when the account is closed. Sol Incinerator automates that recovery at scale: it burns the token balance to zero, closes the account, and returns the rent to your wallet.
The Sol Incinerator name has become so widely associated with this category that "sol incinerator" is now a generic term for any tool that burns Solana tokens and reclaims rent — similar to how "Photoshop" became a verb for image editing. When someone says "use a sol incinerator," they often mean any wallet cleaner, not specifically the original product.
How Does Sol Incinerator Work?
Under the hood, Sol Incinerator uses two standard instructions from the Solana Token Program:
burn— destroys the token balance in your account by reducing the supply to zero. This instruction can only be called by the account owner (you), so the tool needs your wallet signature to execute it.closeAccount— closes the now-empty token account and refunds the rent deposit (~0.002 SOL) directly to your wallet. This instruction also requires your signature.
Both instructions are part of the official Solana Program Library. They are not custom contracts, not proxies, and not anything that requires trusting a third party with your funds. When you click "burn" in Sol Incinerator, the app builds a transaction containing one or more of these instructions, hands it to your wallet (Phantom, Solflare, Backpack, etc.) for review, and waits for you to sign. Nothing happens until you approve.
To save you transaction fees, Sol Incinerator batches multiple burns into a single transaction. Solana's low compute limits typically allow 4-8 burn-and-close pairs per transaction, depending on the token type. So if you have 50 spam tokens to burn, the tool will package them into roughly 7-12 transactions instead of 50 individual ones — saving you both time and network fees.
The reclaimed SOL appears in your wallet within seconds of each transaction confirming. There is no waiting period, no withdrawal step, and no off-chain accounting. Everything settles on-chain in real time.
What Can You Burn with Sol Incinerator?
Sol Incinerator and its alternatives can burn (and close accounts for) several different asset types. Here is what each one looks like:
SPL Tokens
SPL tokens are the standard Solana fungible tokens — anything from USDC to memecoins to spam airdrops. Each SPL token you hold occupies one token account, locking ~0.002 SOL in rent. These are the most common targets for burning because spam tokens accumulate quickly.
NFTs and Compressed NFTs (cNFTs)
Standard NFTs on Solana are technically SPL tokens with a supply of 1 and metadata attached. They can be burned the same way as fungible tokens, reclaiming around 0.01 SOL per NFT (more than fungible tokens because NFT accounts hold extra metadata). Compressed NFTs (cNFTs) work differently — they live in a Merkle tree off-chain and do not lock individual rent deposits. Some incinerators support burning them, but they do not recover SOL because there is no per-asset rent to refund.
Empty Token Accounts
These are token accounts where the balance is already zero — typically because you sold or transferred all the tokens but the account itself was never closed. Empty accounts are the safest things to close because there is nothing of value in them, just locked rent. Most active wallets accumulate dozens of these over time. You can use our authority checker to verify token details before deciding whether to burn anything with a balance.
LP Tokens and Unknown Assets
Liquidity pool tokens (LP tokens) from DEXs like Raydium or Orca, governance tokens from defunct protocols, and miscellaneous "unknown" tokens that wallets cannot identify can all be burned. Most incinerators have an "unknown" or "pro mode" tab specifically for these advanced cases. Be careful here — some "unknown" tokens are actually valuable LP positions or staked assets you may want to keep.
How Much SOL Can You Reclaim?
The exact amount depends on what is in your wallet. Here is the typical recovery breakdown by asset type:
| Asset Type | SOL Reclaimed Per Item |
|---|---|
| Empty SPL token account | ~0.00203928 SOL |
| SPL token with balance | ~0.00203928 SOL |
| Standard NFT | ~0.01 SOL |
| Token-2022 account | ~0.002-0.005 SOL (varies by extensions) |
| Compressed NFT (cNFT) | ~0 SOL (no individual rent) |
For a typical Solana user who has been active for a year or two, that adds up fast. A wallet with 50 spam tokens and 5 dead NFTs would reclaim around 0.15 SOL. Active DeFi users with hundreds of leftover token accounts often reclaim 0.5-1+ SOL. At $150/SOL, that is real money for thirty seconds of clicking.
The math is always in your favor: the rent you reclaim is many times larger than the network transaction fee (~0.000005 SOL per transaction), so even after the platform's fee, you walk away with more SOL than you started with.
Fun Mode vs Pro Mode Explained
Sol Incinerator separates its features into two modes to match different user comfort levels:
- Fun Mode (default) — only closes empty token accounts. No tokens are actually burned. This is the safest possible operation because you are not destroying anything of value, just closing accounts that are already empty. Beginners and cautious users should start here.
- Pro Mode — unlocks the ability to burn tokens with a balance, NFTs, LP tokens, and unknown assets. This is where the bigger SOL recovery happens, but it also requires more attention because burning is irreversible.
If you have never used a sol incinerator before, run Fun Mode first. You can typically reclaim 0.05-0.2 SOL just by closing empty accounts, with zero risk of accidentally burning something you wanted to keep. Once you are comfortable, switch to Pro Mode to clean out the rest.
How to Use Sol Incinerator: Step-by-Step
The full workflow takes under a minute for most wallets. Here is what to expect:
- Open the tool. Navigate to the sol incinerator URL. Always type it manually or use a bookmark — never click links from Discord DMs or random tweets. Multiple phishing clones exist (sol-incinerator.tax and similar variants).
- Connect your wallet. Click connect and choose Phantom, Solflare, Backpack, or any Solana wallet adapter. The tool only requests wallet connection — it should never ask for your seed phrase, private key, or any kind of password.
- Wait for the scan. The tool reads all token accounts owned by your wallet — including empty ones, spam tokens, NFTs, and unknown assets. This usually takes 2-5 seconds depending on wallet size.
- Pick what to burn. Review the list. Empty accounts are pre-selected because they carry no risk. For tokens with a balance, click each one to inspect the name, symbol, and value before adding to the burn list.
- Approve transactions. The tool batches your selections into one or more transactions and sends them to your wallet for signing. Your wallet will show exactly which Solana Program instructions are being called (
burnandcloseAccount) and the resulting SOL change. If anything looks unfamiliar, reject and investigate. - Confirm the SOL refund. After each transaction confirms (1-2 seconds), the reclaimed SOL appears in your wallet balance. Refresh your wallet UI if you don't see it immediately.
That is the entire flow. There is no "deposit" step, no waiting period, no off-platform balance to manage. Everything settles on-chain.
Sol Incinerator Fees: What You Actually Pay
Sol Incinerator uses a no-upfront-cost model. You never pay anything out of pocket. Instead, the platform takes a small percentage of the SOL it helps you reclaim. The exact rate varies by tool — typically 5-15% of the recovered rent.
On top of that, you pay the standard Solana network transaction fee — currently around 0.000005 SOL per transaction. Even when batching is fully utilized, these network fees remain trivially small compared to the rent you recover.
The result is that you cannot lose money burning worthless spam tokens. If you reclaim 0.10 SOL and the platform takes 10%, you receive 0.09 SOL minus a few thousand lamports for network fees — still a clear net gain. The only way to "lose money" is to burn a token you actually wanted to keep, which is why reviewing the burn list before signing is non-negotiable.
Is Sol Incinerator Legit?
Yes — the original Sol Incinerator is a legitimate, on-chain tool that has been operating since late 2021. It has processed tens of millions of transactions without a single reported incident of stolen funds. The tool is non-custodial, never requests private keys, and only executes standard Solana Token Program instructions that you approve in your wallet.
That said, "Sol Incinerator" is also one of the most-impersonated brands in Solana. Phishing clones with names like sol-incinerator.tax, sol-incinerators.com, and similar variants are designed to steal funds by tricking you into approving malicious transactions. Always verify the URL before connecting your wallet.
For a deep dive on the safety question — including how to spot a fake clone and what specific transaction patterns to avoid — see our dedicated guide: Is Sol Incinerator Safe? Complete Safety Guide.
Sol Incinerator Alternatives
The original Sol Incinerator is not the only option. Several alternatives have launched in recent years, each with slightly different feature sets, fee structures, and supported asset types. The main differentiators to compare are:
| Feature | sØl Incinerator | Original Sol Incinerator |
|---|---|---|
| SPL token support | Yes | Yes |
| Token-2022 support | Yes | Limited |
| NFT burning | Yes | Yes (Pro mode) |
| Empty account detection | Automatic | Fun Mode |
| Batch size | Up to 8/tx | Up to 8/tx |
| Fee model | 10% of reclaimed rent | % of reclaimed rent |
| Upfront cost | None | None |
sØl Incinerator is built on the same on-chain primitives but adds first-class Token-2022 support, automatic empty-account detection, and a transparent breakdown of every fee before you sign. It costs nothing upfront — the platform fee is deducted from the SOL it helps you reclaim, so the math is always net positive.
Frequently Asked Questions
What is Sol Incinerator in simple terms?+
It is a Solana web app that burns unwanted tokens and NFTs in your wallet, then closes the empty token accounts to refund the SOL rent that was locked inside them. A wallet cleaner that pays you for cleaning.
How does Sol Incinerator make money?+
It takes a small percentage of the SOL rent it reclaims for you. There is no upfront cost — the fee comes out of the SOL you recover, so you always net positive.
Is Sol Incinerator the only token burner for Solana?+
No. Several alternatives exist, including sØl Incinerator, which adds Token-2022 support, automatic empty account detection, and transparent fee disclosure.
What happens to the tokens I burn?+
The tokens are permanently destroyed using the Solana Token Program's burn instruction. The supply is reduced to zero and the account is closed.
Can I recover tokens after burning them?+
No. Burning is irreversible. Always review your burn list and check token names and balances before signing.
Does Sol Incinerator support Token-2022?+
The original tool primarily supports SPL tokens. Token-2022 (the newer Solana token program with extensions) is fully supported by alternatives like sØl Incinerator.
How long does it take to burn tokens and receive SOL?+
Each transaction confirms in 1-2 seconds on Solana. Cleaning a typical wallet of 50 spam tokens takes under a minute total, including reviewing what to burn.
Try a Sol Incinerator alternative
Burn spam tokens and reclaim your locked SOL with full Token-2022 support. No upfront cost.
Open sØl Incinerator