Security & trust
Is SolanaSweeper safe to use?
SolanaSweeper is non-custodial: it never holds your keys, never asks for your seed phrase, and cannot move a single lamport without a transaction you sign yourself.
Can SolanaSweeper access my funds?
No. The only thing SolanaSweeper can do is build a transaction and show it to you. Your wallet decides whether it happens.
Signing is the security boundary. We never see your private key, and there is no step where you hand over control of anything. If you close the tab mid-way, nothing has happened.
Does SolanaSweeper have its own smart contract?
No. SolanaSweeper has no on-chain program of its own, so there is no custom contract you need to trust.
Every instruction in your transaction belongs to Solana itself. Closing accounts uses the SPL Token and Token-2022 programs. The fee is a plain System Program transfer. Priority fees use the Compute Budget program. There is no deployed bytecode of ours that could drift from published source, and no upgrade authority anyone could flip.
What exactly am I signing?
Close instructions and nothing else. In Fun Mode your transaction contains closeAccount instructions plus one SystemProgram.transfer for the fee.
Your wallet shows you all of it before you approve. What you should see:
- A positive SOL change into your wallet
closeAccountinstructions for accounts holding zero tokens- One transfer for our 10% fee
What should never be there:
setAuthorityapproveor any delegate instruction- Transfers of tokens you still hold
- SOL going to an address that is not yours
If you see any of the second list, cancel. That applies to every tool, not just ours.
Can I burn tokens by accident?
No. Fun Mode only touches accounts that are already empty, so nothing you own can be destroyed there.
Burning lives in Pro Mode and is a separate, deliberate choice. It is irreversible, which is why the confirmation before it is unmissable. If you never leave Fun Mode, no token is ever destroyed.
Are the swaps safe?
Swaps in Pro Mode are routed through Jupiter, Solana’s largest DEX aggregator. We do not run liquidity pools and never take the other side of your trade.
The swap transaction is built by Jupiter, not by us. You see the route and the expected output in your wallet before signing, same as every other transaction here.
Can I check my wallet without connecting it?
Yes. Paste any Solana address into the scanner and see what is reclaimable before connecting anything.
The scan is read-only and touches public on-chain data only. You can run it on a wallet you do not even own.
How do I know I am on the real site?
The only official domain is solanasweeper.com. Bookmark it and reach the site from your own bookmark rather than from a link in a DM, ad, or search result.
Wallet cleanup tools are a common target for phishing clones, because “claim your free SOL” is exactly the promise a drainer wants to make. Any site asking for your seed phrase is a drainer, without exception, and no legitimate tool ever needs it.
Can I read the code?
Yes. The source is public at github.com/fdieen/solanasweeper under an MIT license.
You do not have to take our word for what the app does. Read it, watch the transaction in your own wallet, or see who builds it.