{"id":2310,"date":"2026-06-23T13:56:23","date_gmt":"2026-06-23T13:56:23","guid":{"rendered":"https:\/\/nownodes.io\/blog\/?p=2310"},"modified":"2026-06-23T13:56:24","modified_gmt":"2026-06-23T13:56:24","slug":"what-is-sol-incinerator-and-what-do-you-need-it-for","status":"publish","type":"post","link":"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/","title":{"rendered":"What Is Sol-Incinerator and What Do You Need It For?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Open your Solana wallet after a few months of trading and you&#8217;ll likely find a graveyard: dead memecoins, spam NFTs you never asked for, and token accounts for projects that no longer exist. Here&#8217;s the part most people miss \u2014 that clutter is quietly holding a small amount of your SOL hostage. <strong>Sol Incinerator<\/strong> is the tool most of the Solana community reaches for to clean it out and claim that SOL back. This guide walks through what it does, how the mechanics actually work, where the real risks are, how to tell the legitimate site from the clones, and what the alternatives look like. By the end, you&#8217;ll also see why building a self-custodial version of this isn&#8217;t as far-fetched as it sounds.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-sol-incinerator\"><strong>What Is Sol Incinerator?<\/strong><\/h2>\n\n\n<p class=\"wp-block-paragraph\">Sol Incinerator is a Solana dApp (decentralized application) that burns unwanted tokens, NFTs, and empty token accounts in your wallet \u2014 and refunds the SOL that was locked inside each one as storage rent. You connect a wallet, it scans for junk, you pick what to remove, and the reclaimed SOL lands back in your balance. No account, no email, no learning curve.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>dApp:<\/strong> software that runs on a blockchain rather than a company&#8217;s private servers. You interact with it through your own wallet, and it can&#8217;t move your funds without a signature you approve. See the <a href=\"https:\/\/solana.com\/docs\/core\/accounts\" rel=\"nofollow noopener\nnoreferrer\">Solana developer docs<\/a> for how on-chain programs and accounts work.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It came out of the <strong>Sol Slugs<\/strong> team in December 2021 \u2014 the people behind a deflationary NFT collection that burned its own slugs to grow rarer. That lineage matters: they were burning NFTs for fun before they turned the same mechanic into a general-purpose wallet cleaner, which is why the tool has a longer track record than almost anything else in the category. Since launch it has processed tens of millions of transactions from its home at sol-incinerator.com.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That history feeds directly into a problem you need to know about before you ever connect a wallet. The name has become generic \u2014 when someone says &#8220;use a sol incinerator,&#8221; they often mean any Solana wallet cleaner, not the original product, the same way &#8220;Photoshop&#8221; slid into meaning any photo edit. Dozens of copycats now run variations of the same job, and telling the real one apart from a clone is a safety issue in itself. We&#8217;ll get to exactly how below.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"why-does-your-wallet-lock-up-sol-in-the-first-place\"><strong>Why Does Your Wallet Lock Up SOL in the First Place?<\/strong><\/h2>\n\n\n<p class=\"wp-block-paragraph\">To understand why this tool exists, you have to understand one quirk of how Solana stores data. This is the core idea everything else rests on, so it&#8217;s worth two minutes.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"the-rent-mechanism-briefly\"><strong>The Rent Mechanism, Briefly<\/strong><\/h3>\n\n\n<p class=\"wp-block-paragraph\">Unlike chains that only charge you per transaction, Solana stores all state in separate &#8220;accounts,&#8221; and every account has to hold a minimum SOL balance to stay on-chain. That balance is called <strong>rent<\/strong>, and it makes the account &#8220;rent-exempt&#8221; \u2014 meaning the network won&#8217;t purge it. The deposit is fully refundable: close the account properly and the SOL comes back to you.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Lamport:<\/strong> the smallest unit of SOL, equal to one one-billionth (0.000000001) of a token. Rent amounts are set in lamports, which is why the figures below look oddly precise. See the <a href=\"https:\/\/solana.com\/docs\/core\/accounts\" rel=\"nofollow noopener\nnoreferrer\">Solana developer docs<\/a> for the full account and rent model.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"how-much-is-locked-exactly\"><strong>How Much Is Locked, Exactly<\/strong><\/h3>\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s where precise numbers matter. Every time you receive a new SPL token, the network creates a token account to hold it, and that account locks a specific amount of SOL. According to Solana&#8217;s own documentation, SPL Token accounts must remain rent-exempt for the duration of their existence and therefore require a small amount of native SOL tokens be deposited at account creation. For SPL Token accounts, this amount is 0.00203928 SOL (2,039,280 lamports).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That figure \u2014 roughly 0.002 SOL \u2014 sounds trivial, and across a single account it is. The problem is accumulation. A typical active wallet over a year might rack up 50 swaps into new tokens, 20 airdrops, 30 NFT mints later sold off, and a pile of DeFi interactions. One independent breakdown estimates that adds up to approximately 0.24 SOL just from normal activity \u2014 and far more for airdrop farmers or NFT traders. At a SOL price near $73 in mid-2026, that&#8217;s real money sitting idle.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">NFTs make the pile grow faster, because each one spins up several accounts (token, metadata, sometimes a master edition) rather than just one. The total rent for a single NFT can be 0.01 SOL or more \u2014 five times a plain token account. So the more you&#8217;ve minted and flipped, the more SOL is quietly stranded.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-does-sol-incinerator-actually-work\"><strong>How Does Sol Incinerator Actually Work?<\/strong><\/h2>\n\n\n<p class=\"wp-block-paragraph\">Under the hood, the tool isn&#8217;t doing anything exotic. It&#8217;s calling two standard instructions from the Solana Token Program \u2014 the same ones a developer would use manually from the command line. The value it adds is convenience and batching, not magic.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"the-two-instructions\"><strong>The Two Instructions<\/strong><\/h3>\n\n\n<p class=\"wp-block-paragraph\">The first is <strong>Burn<\/strong>, which destroys the token balance in your account by reducing its supply to zero. The second is <strong>CloseAccount<\/strong>, which closes the now-empty account and sends the rent deposit back to your wallet. Both require <em>your<\/em> signature \u2014 the tool can propose the transaction, but only you can authorize it. This is the single most important safety property of the whole design, and we&#8217;ll come back to it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a plain empty account \u2014 one you already emptied by selling or transferring the token \u2014 there&#8217;s no burn needed at all. The tool just runs CloseAccount and refunds the rent. That&#8217;s the non-destructive &#8220;cleanup&#8221; path, and it&#8217;s reversible in the sense that you can always recreate a token account later if you need it.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"batching-is-the-real-convenience\"><strong>Batching Is the Real Convenience<\/strong><\/h3>\n\n\n<p class=\"wp-block-paragraph\">Doing this by hand for 50 accounts means 50 separate command-line interactions. Sol Incinerator bundles many CloseAccount instructions into a single transaction (or a short series), so you sign once or twice instead of fifty times. For anyone without developer tooling, that&#8217;s the difference between &#8220;theoretically possible&#8221; and &#8220;actually done in thirty seconds.&#8221;<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"two-modes-fun-and-pro\"><strong>Two Modes: Fun and Pro<\/strong><\/h3>\n\n\n<p class=\"wp-block-paragraph\">The interface splits into two modes for a reason. Fun Mode is non-destructive by default, and Pro Mode includes safety controls to protect valuable assets. Fun Mode only closes empty accounts \u2014 there&#8217;s zero risk of torching an active token. Pro Mode unlocks burning of tokens, NFTs, liquidity-pool positions, and Solana domain names, with warnings layered in. If you only want your locked SOL back and nothing destroyed, Fun Mode is all you need.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-much-sol-can-you-realistically-reclaim\"><strong>How Much SOL Can You Realistically Reclaim?<\/strong><\/h2>\n\n\n<p class=\"wp-block-paragraph\">So how much of that stranded SOL actually comes back? Enough to be worth the click, but be realistic \u2014 the marketing around these tools tends to inflate expectations, and the return is entirely a function of how cluttered your wallet is.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Per closed empty token account, you get back roughly 0.002 SOL minus the fee. NFTs return more \u2014 typically 0.002 to 0.01 SOL depending on the account type, since metadata accounts hold extra data. The KuCoin guide puts standard accounts at 0.002039 SOL, while closing an NFT account can return between 0.01 and 0.02 SOL. Compressed NFTs (cNFTs) are the exception worth knowing: they live in an off-chain Merkle tree and lock no per-asset rent, so burning them recovers nothing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To put scale on it, here&#8217;s a rough table:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Wallet profile<\/strong><\/td><td><strong>Empty accounts<\/strong><\/td><td><strong>Approx. SOL reclaimed<\/strong><\/td><td><strong>At ~$73\/SOL<\/strong><\/td><\/tr><tr><td>Light user<\/td><td>10\u201320<\/td><td>0.02\u20130.04 SOL<\/td><td>~$1.50\u2013$3<\/td><\/tr><tr><td>Active trader<\/td><td>50\u2013100<\/td><td>0.1\u20130.2 SOL<\/td><td>~$7\u2013$15<\/td><\/tr><tr><td>Airdrop farmer \/ NFT trader<\/td><td>200+<\/td><td>0.4+ SOL<\/td><td>~$30+<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Community reports line up with this. On a long-running Reddit thread about the tool, users describe getting back anywhere from &#8220;like $2&#8221; to one trader who reported reclaiming around $99 across heavy activity \u2014 the spread tracking exactly how much junk each had accumulated. Treat it as recovering money you&#8217;d already spent, not as income.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Is Sol Incinerator Safe? Where the Real Risk Lives<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is the question that dominates community discussion, and the honest answer has two layers. The <em>code<\/em> is safe. The <em>environment around it<\/em> is where people lose money. Separating those two is the whole game.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"the-noncustodial-property\"><strong>The Non-Custodial Property<\/strong><\/h3>\n\n\n<p class=\"wp-block-paragraph\">Sol Incinerator never asks for your seed phrase. When you connect, you grant the dApp permission to view your public addresses and propose transactions \u2014 nothing more. Your private keys never leave your wallet, and every action requires your explicit signature. You are always the final gatekeeper; no burn or close executes without you approving it in your wallet pop-up. That architecture is what makes the official tool fundamentally trustworthy.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"the-phishing-problem-is-the-actual-threat\"><strong>The Phishing Problem Is the Actual Threat<\/strong><\/h3>\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the critical part. The danger isn&#8217;t the real tool \u2014 it&#8217;s the fake ones. Scammers clone the site, buy ads against its name, and swap the harmless burn logic for a &#8220;drainer&#8221; script that asks you to approve a transaction handing over your SOL and valuable NFTs. The moment you sign, they&#8217;re gone, and it&#8217;s irreversible.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This isn&#8217;t hypothetical, and it isn&#8217;t small. Chainalysis defines the category plainly: a drainer is &#8220;a phishing tool designed for the web3 ecosystem&#8221; that pretends to be a legitimate dApp. The scale is industrial. Web3 security firm Scam Sniffer reported that even after a sharp decline, crypto phishing attacks tied to wallet drainers&#8230; total losses falling to $83.85 million, down 83% year over year from nearly $494 million in 2024. The number of victims in 2025 still reached 106,000, a 68% drop from the previous year. Drainer-as-a-service kits sell for as little as a few hundred dollars, which is why clones keep appearing \u2014 as Scam Sniffer&#8217;s report put it, &#8220;The drainer ecosystem remains active \u2014 as old drainers exit, new ones emerge to fill the gap.&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The defense is boring and effective: never reach the tool through a Google ad or a random X reply. Bookmark the official domain and verify it against the project&#8217;s own social accounts before connecting anything.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The User-Error Risk<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The second risk is on you, not the attacker. Burning is permanent. A &#8220;junk&#8221; token with no liquidity today might moon next month, and once it&#8217;s burned, that upside is gone forever. Before you confirm a burn, read the list. If a token name belongs to a project you&#8217;re tracking, keep it. The tool cross-references known legitimate tokens to reduce accidents, but it can&#8217;t read your mind.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One concrete safety check that costs nothing: when your wallet pop-up appears, look at the transaction simulation. It should show a <em>positive<\/em> SOL balance change. If it&#8217;s asking to send SOL or tokens <em>out<\/em> to an unknown address, stop \u2014 that&#8217;s a drainer, not a cleanup.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"legit-check-how-to-confirm-youre-on-the-real-tool\"><strong>Legit Check: How to Confirm You&#8217;re on the Real Tool<\/strong><\/h2>\n\n\n<p class=\"wp-block-paragraph\">Pulling the safety advice into a checklist you can actually run:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Verify the URL against the project&#8217;s official channels.<\/strong> Don&#8217;t trust search results or ads. The legitimate Sol Incinerator is linked from the Sol Slugs project&#8217;s own verified accounts.<\/li>\n\n\n\n<li><strong>Confirm it&#8217;s non-custodial in practice.<\/strong> It should never request a seed phrase or private key. Any site that does is a scam, full stop.<\/li>\n\n\n\n<li><strong>Read the wallet simulation before signing.<\/strong> Positive SOL change = cleanup. Outbound transfer to a strange address = drainer.<\/li>\n\n\n\n<li><strong>Check the track record.<\/strong> The original is referenced in safe-tool lists by major wallet teams and has years of history behind it. A site that appeared last week has none of that \u2014 treat newness as a warning sign.<\/li>\n\n\n\n<li><strong>Use a burner wallet for anything uncertain.<\/strong> If you&#8217;re not 100% sure, connect a throwaway wallet holding only spam, never your main one.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Run those five and your odds of getting drained drop to near zero. Skip them and no amount of &#8220;the tool is safe&#8221; helps you.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"sol-incinerator-vs-the-alternatives\"><strong>Sol Incinerator vs. the Alternatives<\/strong><\/h2>\n\n\n<p class=\"wp-block-paragraph\">Sol Incinerator is the market leader, but it isn&#8217;t the only option, and being honest about the field builds more trust than pretending it&#8217;s the only choice. The right pick depends on what&#8217;s in your wallet.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The biggest practical differentiator is <strong>fees<\/strong>, and here precise numbers cut through the marketing. A comparison based on actual on-chain claim transactions \u2014 not competitor copy \u2014 found that per empty account closed, you get back about ~0.00163 SOL with ClaimYourSol, ~0.00194 SOL with Unclaimed SOL, or ~0.002 SOL with Sol Incinerator. The difference comes down to fee rates. Sol Incinerator has been live since December 2021 and keeps cleanup fees around 2% of reclaimed rent, compared with 5% on Unclaimed SOL and 20% on ClaimYourSol.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Tool<\/strong><\/td><td><strong>Cleanup fee<\/strong><\/td><td><strong>Burns NFTs?<\/strong><\/td><td><strong>Token-2022?<\/strong><\/td><td><strong>Extra tools<\/strong><\/td><\/tr><tr><td><strong>Sol Incinerator<\/strong><\/td><td>~2% of rent<\/td><td>Yes (Pro Mode)<\/td><td>Yes<\/td><td>Jupiter swaps, mass send, stuck-token burns<\/td><\/tr><tr><td><strong>ClaimYourSol<\/strong><\/td><td>~20% (flat)<\/td><td>No<\/td><td>No<\/td><td>None \u2014 closes classic SPL accounts only<\/td><\/tr><tr><td><strong>Unclaimed SOL<\/strong><\/td><td>~5%<\/td><td>No<\/td><td>Yes<\/td><td>Limited<\/td><\/tr><tr><td><strong>Wallet-native (Phantom \/ Solflare)<\/strong><\/td><td>None<\/td><td>One at a time<\/td><td>Varies<\/td><td>Built into wallet<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">A few notes on fit. ClaimYourSol is the simplest \u2014 it does one thing, closing empty classic-SPL accounts \u2014 but the 20% fee and lack of NFT or Token-2022 support means most active wallets would still need another tool for the rest. Wallet-native burning (built into Phantom and Solflare now) is fine for one or two tokens, but painful at scale because it often wants a separate confirmation per account. Step Finance offers burning as part of a broader portfolio dashboard, which suits people doing a full rebalance rather than a quick cleanup.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s also a per-asset-type wrinkle. Sol Incinerator advertises support for more asset classes in one place \u2014 including Token-2022, NFTs, pNFTs, editions, compressed NFTs, liquidity pools, Bonfida domains, and stuck tokens. For a wallet that&#8217;s only got empty token accounts, that breadth doesn&#8217;t matter. For a messy power-user wallet, it&#8217;s the reason to pick it.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"a-note-on-the-metaplex-nft-resize-and-why-it-matters-now\"><strong>A Note on the Metaplex NFT Resize (and Why It Matters Now)<\/strong><\/h2>\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;ve read older guides, you may have seen warnings about a looming Metaplex deadline to claim &#8220;excess SOL&#8221; from NFT metadata accounts. That event has already happened, and the current state is worth getting right rather than repeating stale advice.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Metaplex \u2014 the protocol behind the vast majority of Solana NFTs \u2014 shrank the size of its Token Metadata accounts, which freed up a little locked SOL per NFT. Holders were given a window to claim it. As of August 15, 2025, all TM NFT metadata accounts have been resized. The claim window didn&#8217;t close, though \u2014 per the Metaplex DAO&#8217;s approved MTP-004, the deadline to claim excess SOL is extended until at least Feb. 13th, 2027. Eligible holders can still claim roughly 0.0023 SOL per Master Edition and 0.0019 SOL per Edition at the official resize site. And the optimization wasn&#8217;t only a giveaway: it saved a total of 7,380 MB of Solana network space, resulting in more efficient validator performance that benefits all Solana users and stakers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Why mention it in a Sol Incinerator article? Because the two overlap. Sol Incinerator also surfaced a resize option during that period, and the broader point stands: reclaiming locked SOL \u2014 whether through account closure or metadata resizing \u2014 is the same underlying idea. The lesson is to act on these things rather than let unclaimed SOL drift to a DAO treasury by default.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"could-you-build-a-selfcustodial-version-yourself\"><strong>Could You Build a Self-Custodial Version Yourself?<\/strong><\/h2>\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the question worth sitting with if you&#8217;re a developer. Since Sol Incinerator is &#8220;just&#8221; a friendly wrapper around two public Solana instructions, do you even need a third-party site? The honest answer: no, not strictly \u2014 and that&#8217;s empowering to understand.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Because <strong>Burn<\/strong> and <strong>CloseAccount<\/strong> are part of the official Solana Program Library and require only the account owner&#8217;s signature, anyone can call them directly. You can also do it for free using the Solana CLI. A few spl-token commands will close empty accounts and refund the rent with zero percentage fee \u2014 you only pay the network&#8217;s tiny transaction cost. The one piece you still need is a way to read your wallet&#8217;s state, which means a connection to the network; a <a href=\"https:\/\/nownodes.io\/nodes\/solana-sol\">Solana endpoint from NOWNodes<\/a> handles that without you syncing a full node yourself. For a developer comfortable in a terminal, that&#8217;s the most trustless path of all: no website to clone, no drainer to fall for, because there&#8217;s no third party in the loop on the burn itself.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Building a <em>UI<\/em> on top of that is a reasonable project too. The hard parts aren&#8217;t the burn logic \u2014 they&#8217;re the safety scaffolding: correctly identifying which accounts are genuinely empty (a getTokenAccountsByOwner query, walked through in this <a href=\"https:\/\/nownodes.io\/blog\/how-to-integrate-solana-rpc-endpoints-in-5-minutes\/\">guide to integrating Solana RPC endpoints<\/a>), cross-referencing token value so users don&#8217;t torch something precious, simulating transactions clearly, and never, ever touching a private key. If you go this route, the design principle is the same one that makes the original safe: the app proposes, the user&#8217;s wallet signs, and the keys never leave the wallet. Get that boundary right and you&#8217;ve removed the single biggest risk in the whole category.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That said, for non-developers, a reputable hosted tool with batching and value warnings is the pragmatic choice. The CLI is free but unforgiving; a good UI is worth its small fee for the guardrails alone.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2>\n\n\n<p class=\"wp-block-paragraph\">Sol Incinerator earns its place because it solves a problem baked into Solana&#8217;s design: every token account you&#8217;ve ever touched locks roughly <code>0.00203928<\/code> SOL in rent, and that adds up to real value sitting idle. The tool&#8217;s job is to close those accounts, burn genuine junk, and hand the SOL back \u2014 using two standard, signature-gated instructions that keep it non-custodial. The mechanics are safe; the danger is entirely in phishing clones, which is why verifying the URL and reading every wallet simulation matters more than anything else.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If your wallet is cluttered, the move is simple: confirm you&#8217;re on the real site, start in non-destructive Fun Mode, reclaim your locked SOL, and only burn what you&#8217;re certain is worthless. If you&#8217;re a developer, know that the same result is achievable fee-free through the Solana CLI \u2014 the hosted tools are selling convenience and safety rails, not secret access. Either way, the SOL was always yours. The only question is whether you go and get it back.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\"><strong>FAQ<\/strong><\/h2>\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary><strong>What is Sol Incinerator?<\/strong>\u00a0<\/summary>\n<p class=\"wp-block-paragraph\">Sol Incinerator is a non-custodial Solana dApp that burns unwanted tokens, NFTs, and empty token accounts and refunds the SOL that was locked inside each one as rent. Built by the Sol Slugs team and live since December 2021, it&#8217;s the original tool in the Solana &#8220;wallet cleaner&#8221; category. You connect a wallet, it scans for junk, and you approve what to remove.<\/p>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary><strong>How much SOL can I get back from Sol Incinerator?<\/strong><\/summary>\n<p class=\"wp-block-paragraph\">Roughly 0.002 SOL per empty token account closed, and more for NFTs \u2014 typically 0.01 to 0.02 SOL each, since NFT accounts store extra metadata. The total depends entirely on how cluttered your wallet is: light users might reclaim 0.02\u20130.04 SOL, while active traders and airdrop farmers can recover 0.2 SOL or more. Compressed NFTs return nothing, because they don&#8217;t lock individual rent.<\/p>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary><strong>Is Sol Incinerator safe?<\/strong><\/summary>\n<p class=\"wp-block-paragraph\">The official tool is safe in design: it&#8217;s non-custodial, never asks for your seed phrase, and can&#8217;t move anything without your wallet signature. The real danger is phishing clones \u2014 fake sites that swap the burn logic for a wallet-draining script. Always verify the URL against the project&#8217;s official channels, and check that your wallet&#8217;s transaction simulation shows SOL coming <em>in<\/em>, not going out.<\/p>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary><strong>Is Sol Incinerator a scam?<\/strong><\/summary>\n<p class=\"wp-block-paragraph\">No \u2014 the original solincinerator tool is a legitimate, long-running project from the Sol Slugs team. The confusion comes from the many fraudulent copycat sites that imitate it to drain wallets. The product itself is genuine; the clones are the scam.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary><strong>What&#8217;s the difference between Fun Mode and Pro Mode?<\/strong>\u00a0<br><\/summary>\n<p class=\"wp-block-paragraph\">Fun Mode is non-destructive \u2014 it only closes empty token accounts to reclaim rent, with zero risk to your active assets. Pro Mode unlocks burning of tokens, NFTs, liquidity-pool positions, and Solana domains, with safety controls layered in. If you only want your locked SOL back, Fun Mode is all you need.<\/p>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary><strong>Does Sol Incinerator charge a fee?<\/strong><\/summary>\n<p class=\"wp-block-paragraph\">There&#8217;s no upfront cost. The tool keeps a small percentage of what you reclaim \u2014 around 2% of rent for closing empty accounts, and roughly 5% on NFT burns. You only ever pay from SOL you successfully recover, never out of pocket.<\/p>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary><strong>Can I reclaim SOL without Sol Incinerator?<\/strong><\/summary>\n<p class=\"wp-block-paragraph\">Yes. The Burn and CloseAccount instructions it uses are part of the public Solana Program Library, and you can call them yourself for free using the Solana CLI \u2014 paying only the network&#8217;s tiny transaction fee. The hosted tools charge their small percentage for the convenience of batching, value warnings, and a clean interface, not for access to anything exclusive.<\/p>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary><strong>Can I recover an NFT or token after burning it?<\/strong>\u00a0<br><\/summary>\n<p class=\"wp-block-paragraph\">No. Burning is permanent and irreversible. The token is sent to a dead address and its account is closed on-chain. Once the transaction confirms, the asset is gone for good \u2014 which is why you should review every selection carefully and keep anything you might still want.<\/p>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary><strong>Which wallets work with Sol Incinerator?<\/strong><\/summary>\n<p class=\"wp-block-paragraph\">Every major Solana wallet, including Phantom, Solflare, Backpack, and Ledger, plus any wallet that supports WalletConnect. On mobile, open the tool inside your wallet&#8217;s built-in browser for the smoothest experience.<\/p>\n<\/details>\n\n\n\n<div class=\"wp-block-simple-note-info\"><a href=\"mailto:sales@nownodes.io\">Contact our team and we\u2019ll help you get started, configure your endpoint, and offer ongoing support.<\/a><br\/><br\/>Submit a request through email. Our team will get back to you promptly.\u00a0<strong>You can test our shared nodes NOW: just\u00a0<a href=\"https:\/\/account.nownodes.io\/\">sign in<\/a>\u00a0and get your API Key!<\/strong><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Open your Solana wallet after a few months of trading and you&#8217;ll likely find a graveyard: dead memecoins, spam NFTs you never asked for, and token accounts for projects that no longer exist. Here&#8217;s the part most people miss \u2014 that clutter is quietly holding a small amount of your SOL hostage. Sol Incinerator is [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":2311,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","_lmt_disableupdate":"","_lmt_disable":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[102],"tags":[123],"class_list":["post-2310","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dev-report","tag-rpc-nodes"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What Is Sol-Incinerator and What Do You Need It For? | NOWNodes Blog<\/title>\n<meta name=\"description\" content=\"Learn what Sol Incinerator is, how it works, how much SOL you can reclaim, its fees, safety tips, supported wallets, and key FAQs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Is Sol-Incinerator and What Do You Need It For? | NOWNodes Blog\" \/>\n<meta property=\"og:description\" content=\"Learn what Sol Incinerator is, how it works, how much SOL you can reclaim, its fees, safety tips, supported wallets, and key FAQs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/\" \/>\n<meta property=\"og:site_name\" content=\"NOWNodes Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-23T13:56:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-23T13:56:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/06\/nodes_1-24.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Valeria\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nownodes\" \/>\n<meta name=\"twitter:site\" content=\"@nownodes\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Valeria\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"16 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/\"},\"author\":{\"name\":\"Valeria\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/91cb6d9a05341ab50375c9205a0e8ad8\"},\"headline\":\"What Is Sol-Incinerator and What Do You Need It For?\",\"datePublished\":\"2026-06-23T13:56:23+00:00\",\"dateModified\":\"2026-06-23T13:56:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/\"},\"wordCount\":3560,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"keywords\":[\"RPC Nodes\"],\"articleSection\":[\"Dev Report\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/\",\"url\":\"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/\",\"name\":\"What Is Sol-Incinerator and What Do You Need It For? | NOWNodes Blog\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#website\"},\"datePublished\":\"2026-06-23T13:56:23+00:00\",\"dateModified\":\"2026-06-23T13:56:24+00:00\",\"description\":\"Learn what Sol Incinerator is, how it works, how much SOL you can reclaim, its fees, safety tips, supported wallets, and key FAQs.\",\"breadcrumb\":{\"@id\":\"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/nownodes.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dev Report\",\"item\":\"https:\/\/nownodes.io\/blog\/category\/dev-report\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What Is Sol-Incinerator and What Do You Need It For?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nownodes.io\/blog\/#website\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"name\":\"NOWNodes Blog\",\"description\":\"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes\",\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nownodes.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\",\"name\":\"NOWNodes Blog\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"contentUrl\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"width\":1164,\"height\":1164,\"caption\":\"NOWNodes Blog\"},\"image\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/nownodes\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/91cb6d9a05341ab50375c9205a0e8ad8\",\"name\":\"Valeria\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/800381d9d7f3d5ae48766e466e03d17c1d24a008075d081667788d429054a691?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/800381d9d7f3d5ae48766e466e03d17c1d24a008075d081667788d429054a691?s=96&d=mm&r=g\",\"caption\":\"Valeria\"},\"url\":\"https:\/\/nownodes.io\/blog\/author\/valeria\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is Sol-Incinerator and What Do You Need It For? | NOWNodes Blog","description":"Learn what Sol Incinerator is, how it works, how much SOL you can reclaim, its fees, safety tips, supported wallets, and key FAQs.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/","og_locale":"en_US","og_type":"article","og_title":"What Is Sol-Incinerator and What Do You Need It For? | NOWNodes Blog","og_description":"Learn what Sol Incinerator is, how it works, how much SOL you can reclaim, its fees, safety tips, supported wallets, and key FAQs.","og_url":"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/","og_site_name":"NOWNodes Blog","article_published_time":"2026-06-23T13:56:23+00:00","article_modified_time":"2026-06-23T13:56:24+00:00","og_image":[{"width":2400,"height":1200,"url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/06\/nodes_1-24.jpg","type":"image\/jpeg"}],"author":"Valeria","twitter_card":"summary_large_image","twitter_creator":"@nownodes","twitter_site":"@nownodes","twitter_misc":{"Written by":"Valeria","Est. reading time":"16 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/#article","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/"},"author":{"name":"Valeria","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/91cb6d9a05341ab50375c9205a0e8ad8"},"headline":"What Is Sol-Incinerator and What Do You Need It For?","datePublished":"2026-06-23T13:56:23+00:00","dateModified":"2026-06-23T13:56:24+00:00","mainEntityOfPage":{"@id":"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/"},"wordCount":3560,"commentCount":0,"publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"keywords":["RPC Nodes"],"articleSection":["Dev Report"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/","url":"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/","name":"What Is Sol-Incinerator and What Do You Need It For? | NOWNodes Blog","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/#website"},"datePublished":"2026-06-23T13:56:23+00:00","dateModified":"2026-06-23T13:56:24+00:00","description":"Learn what Sol Incinerator is, how it works, how much SOL you can reclaim, its fees, safety tips, supported wallets, and key FAQs.","breadcrumb":{"@id":"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nownodes.io\/blog\/what-is-sol-incinerator-and-what-do-you-need-it-for\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/nownodes.io\/blog"},{"@type":"ListItem","position":2,"name":"Dev Report","item":"https:\/\/nownodes.io\/blog\/category\/dev-report"},{"@type":"ListItem","position":3,"name":"What Is Sol-Incinerator and What Do You Need It For?"}]},{"@type":"WebSite","@id":"https:\/\/nownodes.io\/blog\/#website","url":"https:\/\/nownodes.io\/blog\/","name":"NOWNodes Blog","description":"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes","publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nownodes.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nownodes.io\/blog\/#organization","name":"NOWNodes Blog","url":"https:\/\/nownodes.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","contentUrl":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","width":1164,"height":1164,"caption":"NOWNodes Blog"},"image":{"@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/nownodes"]},{"@type":"Person","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/91cb6d9a05341ab50375c9205a0e8ad8","name":"Valeria","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/800381d9d7f3d5ae48766e466e03d17c1d24a008075d081667788d429054a691?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/800381d9d7f3d5ae48766e466e03d17c1d24a008075d081667788d429054a691?s=96&d=mm&r=g","caption":"Valeria"},"url":"https:\/\/nownodes.io\/blog\/author\/valeria"}]}},"modified_by":"Valeria","_links":{"self":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/2310","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/comments?post=2310"}],"version-history":[{"count":1,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/2310\/revisions"}],"predecessor-version":[{"id":2312,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/2310\/revisions\/2312"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media\/2311"}],"wp:attachment":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media?parent=2310"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/categories?post=2310"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/tags?post=2310"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}