A 'Dusting Attack' occurs when a bot sends 0.000001 of a token to your wallet. The goal is often to lure you to a website listed in the metadata or to track your transaction history. Because Solana requires an Associated Token Account (ATA) to hold any amount of a token, the attacker must pay roughly 0.002 SOL to 'Target' you. By burning their token and closing the account, you effectively 'Fine' the attacker for their spam and keep the deposit for yourself. It is the only type of attack where the victim can consistently profit from the aggressor.
CLEANUP
Burning Spam Tokens
The industrial furnace for unwanted assets. Purge your project from spam and reclaim capital from malicious actors.
In the 2026 Solana landscape, Spam Dusting has become a common nuisance. Malicious actors send tiny amounts of 'Scam Tokens' to thousands of wallets, often with metadata containing phishing links or deceptive ticker names. These tokens do more than just clutter your history; they occupy Account Slots that hold SOL rent deposits. Burning Spam Tokens is the professional approach to wallet security and hygiene. Solatify's Incinerator identifies these malicious assets using a global spam-list and allows you to destroy them permanently, reclaiming the SOL the attacker paid to open the account and turning their spam into your liquidity.
CONCEPT // 01
CORE CONCEPTS
Strategic Identification of Malicious Metadata
Professional wallet hygiene involves auditing your Token Identity. Many spam tokens mimic popular tickers (e.g., 'vUSDC' or 'FREE-SOL'). Solatify's scanner looks for 'Unverified' flags and mismatching Mint addresses. If a token claims to be USDC but doesn't originate from the official Circle mint address, it is flagged as spam. Our industrial-grade database is updated in real-time to track the latest waves of malicious distributions on the Mainnet-Beta network.
The Industrial Incineration Workflow
Burning tokens requires two distinct steps on the ledger. First, the Burn instruction sets your balance to zero and updates the Total Supply of the token (if you have the authority, otherwise it just clears your share). Second, the CloseAccount instruction deletes the account entry and sends the SOL balance to your Destination Account. Solatify combines these into a single high-velocity pipeline, allowing you to 'Clean and Sweep' dozens of spam tokens in under 10 seconds.
CONTEXT // 02
THE CLEANUP ADVANTAGE
Reclaim Attacker SOL: Capture the ~0.002 SOL rent deposit paid by the spammer for each token account they opened.
Phishing Prevention: Remove deceptive metadata and malicious links from your wallet's visual interface.
Operational Security: Reduce the number of open accounts, making your on-chain audit trail cleaner and easier to manage.
State Efficiency: Help the Solana network maintain high performance by deleting useless state entries.
Automated Identification: Our engine automatically flags tokens with known malicious signatures or blacklisted metadata.
SYSTEM CAPABILITIES
MODULE // ACTIVE
Spam Fingerprinting
Identify malicious assets based on metadata patterns, blacklisted URLs, and suspicious minting logic.
MODULE // ACTIVE
One-Click Incineration
Select all detected spam and destroy it in a single, atomic transaction batch.
MODULE // ACTIVE
Rent Capture Logic
Ensure the CloseAccount instruction follows the Burn instruction to sweep the SOL back to you.
MODULE // ACTIVE
Safe-Mode Filtering
Never accidentally burn verified tokens or native assets like SOL and USDC.
FAQ // 03
FREQUENTLY ASKED QUESTIONS
Yes. Our tool interacts directly with the Solana Token Program instructions. It does not load the token's metadata URL or interact with any custom smart contracts embedded in the asset, ensuring your private keys stay secure.
You earn approximately 0.002 SOL for every unique spam token account you close. Active wallets often find 10-20 such accounts, resulting in 0.02 - 0.04 SOL in recovered rent.
Solana protocol rules prevent you from closing a token account if it still has a non-zero balance. Burning ensures the balance is zero, 'Unlocking' the account for closure and rent recovery.