Burner wallets on Solana, when they help and when they hurt

Published September 7, 20263 min readWallets and safety

What a burner wallet is for, which situations need one, why creators sometimes make things worse with them, and how to run several accounts.

Burner wallets get recommended constantly and explained rarely, so people end up with 9 accounts, no system, and a funding graph that connects all of them anyway.

Worth being clear about the job.

What a burner is for

Bounding your loss. That's the whole idea.

A burner is an account you fund with an amount you'd shrug at losing, use for something you don't fully trust, and abandon without regret. The point isn't secrecy, it's that a bad signature costs you 0.5 SOL instead of everything.

So don't ask whether you should use a burner in the abstract. Ask what you'd lose if this specific thing goes wrong, and whether that number is acceptable.

When they genuinely help

Four situations, and they share a shape.

Trying an unfamiliar tool. New terminal, new dashboard, anything you found through a link rather than a reputation. Connect a burner holding 0.2 SOL, see what it asks for, keep your real balance elsewhere.

Claiming things. Airdrops, mints, anything free. Free things with a signature attached are the most common drainer shape, and a burner turns a catastrophe into a shrug.

Interacting with unaudited contracts. New protocols do occasionally have bugs that empty accounts, and no amount of care on your side prevents that.

Buying a coin you don't trust. Sometimes you want exposure to something questionable. Doing it from an account holding nothing else is the sane version.

When they don't help

Now the part that gets missed.

Burners don't provide anonymity. Fund one from your main wallet and there's a permanent public link between them, which anybody can follow in about 10 seconds. How to use Solscan covers reading funding trails, and the same technique works on yours.

They don't protect against bad judgement either, only against the size of it. Approving something malicious on a burner still loses whatever the burner held, and if you topped it up to 12 SOL because the trade seemed good, you've recreated the original problem with extra steps.

And they multiply mistakes. Nine wallets means 9 seed phrases, 9 sets of approvals to audit, and a decent chance you forget which one holds what.

Where creators get this wrong

Something specific to launching, and it's expensive.

Creators sometimes use several wallets to buy their own coin, hoping the holder list looks better distributed. What actually happens: those wallets all trace back to one funder, a clustering tool draws them as a star, and the coin now displays a pattern that reads considerably worse than a single honest dev buy would have.

You've converted a mildly unflattering number into visible evidence of manipulation. Bubblemaps and holder analysis shows what buyers actually see, and it takes them 30 seconds.

If your dev buy looks too large, the fix is buying less, not obscuring it badly.

A workable setup

Three accounts, total:

Storage. Hardware-backed. Connects to nothing, approves nothing, holds what matters.

Launch. Your public identity for a coin. This address is inspected by everybody, so treat everything it does as permanent and readable.

Burner. Minimal balance, connects to anything unfamiliar, replaced whenever you feel like it.

Past three accounts you're managing infrastructure rather than reducing risk, and hardware wallets for creators covers the storage half in more detail.

Funding them without creating a mess

One practical note, since this catches people.

Funding a burner directly from storage links the two permanently. If that matters for what you're doing, fund it through an exchange withdrawal instead, which breaks the direct on-chain line.

For most purposes it doesn't matter, because you're bounding loss rather than hiding. Just know which one you're doing, and don't assume a burner gives you privacy it was never designed to provide.

What a burner is and is not

Burners cap damage. They don't hide you, they don't fix judgement, and using a pile of them to decorate your own holder list makes your coin look worse rather than better. Three accounts, clear jobs, and keep the interaction one cheap.

Frequently asked

Is a burner wallet just a second wallet?

Roughly, with a specific job. A burner is deliberately disposable, funded with an amount you would accept losing, used for things you do not fully trust.

Do burners make me anonymous?

No. Fund one from your main wallet and the link is permanent and public. Burners limit damage, they do not break the trail.

How many should I have?

Two or three total accounts covers almost everybody. Past that you start losing track, and losing track causes more problems than it prevents.

How to check this yourself

Everything in this guide describes mechanics that settle on Solana mainnet, so you can check any of it yourself. Mint addresses, swap signatures, curve progress and wallet counts are all public, and an explorer will disagree with us if we are wrong.

Curvegrad sells a volume service, and guides that touch on what a campaign does say so in the text rather than in a footnote.

what this is based on
  • Solana mainnet transaction history, read through the standard RPC methods
  • Pump.fun bonding curve and PumpSwap pool accounts as they appear on-chain
  • Public block explorers, where every claim here can be verified against a real mint
  • Campaigns run through our own engine, which is where the operational detail comes from