Seed phrase safety: a plain-English checklist
How recovery phrases work, how people lose funds by sharing them, and a simple checklist drawn from public wallet and security guidance.
Your seed phrase (usually 12 or 24 words) can rebuild your wallet on a new device. Anyone who has those words can move your funds. Public guidance from ethereum.org’s security pages and major hardware-wallet vendors repeats the same rule: never share the seed, never type it into a website that “validates” or “syncs” it.
What a seed phrase is
Under BIP-39, the words encode entropy that wallets turn into private keys. The phrase is not a password you can reset with customer support. If you lose it and have no other backup of the keys, the assets on those addresses are typically unrecoverable—by design of self-custody.
Checklist
- Write it once, offline. Pen and paper or a metal backup plate designed for the purpose. Avoid screenshots, email drafts, and cloud notes.
- Store it separately from the device. A thief with both phone and sticky note under the keyboard wins easily.
- No “support agent” ever needs it. Real wallet teams will not DM you asking for seed words. That request is a scam pattern documented widely by exchanges and wallet educators.
- Phishing sites clone wallet UIs. Always navigate from a bookmark you created from the official URL, not from a search ad or Discord link.
- Test restore with a throwaway wallet first so you learn the flow before relying on it for real funds.
- Split physical storage carefully if you use advanced schemes (multi-location). Complexity can create new failure modes—keep schemes you can actually execute under stress.
Red flags
“Enter your seed to claim an airdrop,” “connect and verify ownership by pasting words,” “we will reverse a transaction if you send your phrase”—all of these contradict how blockchains and self-custody work. Explorers and wallet docs never require your seed to view public transaction data.
Sources
- ethereum.org — Security and scam prevention
- BIP-39 specification
- Ledger Support — How to keep your recovery phrase safe (vendor education; not an endorsement)
Educational content only — not investment advice. This checklist is about operational safety of keys, not about which assets to acquire.