Written to be checked, not believed
Crypto runs on people asking you to trust them. You should not have to. Everything below can be verified against the chain or against your own wallet screen, and where something is genuinely a risk we say so instead of rounding it off.
All of this is already public on Solana before we ever look at it:
No email, no name, no tracking cookies, no third party analytics watching you. The QR codes for phone wallets are drawn on our own server rather than by an outside service, so nobody else even learns that you opened the dialog.
You will read "connecting a wallet is completely safe" on a lot of pages. That is not quite true and believing it is how people get drained.
Connecting on its own gives a site your public address and the ability to ask for a signature. That much is harmless. The risk is never the connection, it is the transaction you approve afterwards. A malicious site can connect politely and then present a transaction that empties your wallet, and if you approve without reading it, it is gone.
So the thing that protects you is not a promise from us. It is that you read the transaction before approving it, here and everywhere else.
There are only two kinds of instruction in anything we ever build, and you can confirm this on any explorer:
There is no approve or delegate instruction, which is what a drainer uses to help itself later. There is no setAuthority, which is how ownership gets taken. If you ever see either of those in a transaction from any site, reject it immediately.
Before you are asked to sign anything, the site also runs every batch through a Solana node as a test. If a batch would fail, you find out before a wallet popup appears, which means a failure costs you nothing.
This is the strongest thing you can do, and it works on any site, not only this one. Do not take our word for anything:
The empty accounts are not affected by moving your balance, so the full amount is still recoverable. And the worst possible outcome is a wallet that had 0.003 SOL in it.
We built the tool and we stand behind how it works, but the signature is yours. You approve the transaction, it is your wallet that executes it, and we cannot reverse anything on a public blockchain once it is confirmed. Please read the disclaimer, it is short and it is written plainly.