What is a Burner Wallet?
A burner wallet is a deliberately disposable wallet that holds only what you can afford to lose. You use it for interactions with elevated risk — claiming an airdrop, minting an NFT, connecting to an unfamiliar dapp or Telegram bot — so that when (not if) one of those interactions turns out to be a wallet drainer, the attacker gets pocket change and your real holdings never entered the room.
The concept dates to ETHDenver 2018, where a disposable wallet preloaded with xDai let conference vendors and attendees transact without touching their main wallets. The tool came and went; the practice stuck, because it matches how risk actually works: every new contract you sign is an exposure, and exposure should be capped.
When to Use One
- Airdrop farming and claiming. Claim pages are the single most-imitated interface in crypto — a fake claim flow with a malicious signature is the core airdrop scam pattern. Claim from a wallet that holds nothing else.
- NFT mints and allowlist sites. Connect-sign-mint flows on brand-new contracts, often under time pressure.
- Telegram bots and new chains. Anything that asks for a seed import or broad approvals gets the throwaway wallet or nothing.
- Testing and tutorials. Reproduce a guide on a wallet whose destruction costs nothing.
The Rules That Make It Work
- Generate a fresh seed, in isolation. A burner is a new seed phrase, not a second account inside your main wallet.
- Never fund it from your vault wallet. A direct transfer permanently links the burner to your main address on-chain. Withdraw from an exchange instead — or route through a fresh hop — so the trail doesn’t read “property of the big wallet.”
- Cap the balance. Top up per-task, not per-month. The number in the burner is your maximum loss.
- Retire it after the campaign. Used burners accumulate approvals and history. Move the remainder out, and start the next campaign with a new one.
- Never import your main seed into a browser extension or unknown app to “make it a burner.” That converts your savings wallet into the disposable one.
What a Burner Is Not
- It is not anonymity. On-chain history is permanent and clusterable; a burner limits loss, not observation. If you need privacy, that is a separate conversation (mixers, shielded chains) with its own risks.
- It is not a substitute for reading what you sign. Blind signing on a burner still leaks whatever that wallet can reach — including tokens you approved to the same contract by accident.
- It is not where anything valuable lives, ever. The moment a burner holds an appreciable balance, it stops being a burner.
Pair it with the airdrop safety checklist and the broader hot wallet vs cold wallet split: burners are the outermost layer — cheapest, most exposed, easiest to abandon.