Wild.io
Crypto Foundations
Course contents
Wallets & Self-CustodyBeginner4 min read

Securing Your Seed Phrase

Your 12 or 24 BIP-39 words can rebuild your entire wallet on any device, which is why protecting them is mostly a list of things you never do with them.

A seed phrase is a list of 12 or 24 ordinary words that can rebuild your entire wallet on any device, anywhere. Anyone who reads those words controls your crypto instantly, no password needed. Protecting them comes down to one rule: the words live on paper or metal, and never touch anything connected to the internet.

The words come from a standard called BIP-39. Your wallet's true key is a giant random number no human could memorize or copy without errors, so BIP-39 spells that number using words from a fixed 2,048-word list. 'Giraffe motion salad' isn't a poem; it's arithmetic in disguise. The exact words and their order are the key, which is why there's no 'forgot my phrase' button anywhere in crypto.

Understanding what the phrase can do makes the paranoia rational. From those words, wallet software derives your private keys, and from those keys, every address you've ever used. Restore is total: balances, history, everything. That's a wonderful safety feature when your phone breaks, and a catastrophic one when the words leak, because a thief doesn't 'log in' to your accounts. They become you, mathematically.

A theft, replayed in slow motion

Most stolen crypto isn't hacked; it's handed over. Watch how a typical theft unfolds, because every step looks reasonable in the moment, and the victim, Alex, is nobody's fool.

  • Day one: Alex's wallet app shows a transaction that looks stuck. He searches the wallet's name plus 'support' and clicks the first result, an ad.
  • The site looks official: right logo, right colors. A chat window offers to 'synchronize' his wallet and asks him to enter his recovery phrase to verify ownership.
  • It frames the request with urgency: 'unverified wallets may lose pending funds within 24 hours'. Alex is worried about exactly that, so it feels plausible.
  • He types the twelve words. Software on the other end restores his wallet in seconds and sweeps every coin to an address he'll never trace.
  • Total elapsed time: about four minutes. No malware, no hacking. He typed the master key into a stranger's form.

Every link in that chain is common: the sponsored search result, the cloned site, the fake urgency, the 'verification' framing. The cryptography held perfectly through the whole thing. The words did exactly what words do.

The storage rules that actually hold

  • Write the phrase by hand on paper, or stamp it into metal for fire and water resistance. Make two copies, stored in separate places.
  • Never photograph it, type it into notes apps or password managers, or email it to yourself. Anything online or synced can leak.
  • Never enter it into a website, chat, or form. Real wallets ask for it only when you restore on a device you set up yourself.
  • Don't label it 'seed phrase'. Twelve anonymous words on paper tell a casual finder nothing.

Mistakes that feel safe but aren't

The dangerous mistakes are the ones dressed up as diligence. A screenshot 'just as backup' syncs to a cloud account, and cloud accounts get breached. A password manager feels like a vault, but it's an internet-connected vault, and the phrase's whole strength is never being online. Splitting the phrase across two locations sounds clever until you realize losing either half loses everything, while doubling your own risk of losing access. Keep the security model boring: whole phrase, offline, duplicated, hidden.

Inheritance is the edge case worth planning early. If something happens to you, can someone you trust find and use the phrase? A sealed instruction stored with your important documents, kept apart from anything naming the wallet, keeps the balance recoverable without advertising it. Vague plans here have stranded plenty of family funds.

It's also worth saying what the phrase doesn't need: encryption software, special apps, or a subscription service. Paper in a safe place beats almost everything, precisely because it can't be reached from anywhere. The threat model is simple: anything connected to the internet can, in principle, be reached through it.

Frequently asked questions

What can someone do if they get my seed phrase?

Anyone who reads your seed phrase controls your crypto instantly, with no password needed. The words can rebuild your entire wallet on any device: wallet software derives your private keys from them, and from those keys every address you have ever used, restoring balances and history completely. A thief does not log in to your accounts; they mathematically become you and can sweep every coin to an untraceable address.

Is it safe to store my seed phrase in a password manager or as a screenshot?

No. A password manager feels like a vault, but it is an internet-connected vault, and the seed phrase's whole strength is never being online. Likewise, a screenshot taken as a backup syncs to a cloud account, and cloud accounts get breached. Never photograph the phrase, type it into notes apps or password managers, or email it to yourself, because anything online or synced can leak.

Should I split my seed phrase across two different locations?

No. Splitting the phrase across two locations sounds clever, but losing either half loses everything, so you double your own risk of losing access while gaining little. The security model that actually holds is boring: keep the whole phrase offline, duplicated, and hidden. Write it by hand on paper or stamp it into metal, make two complete copies, and store them in separate places without labeling them.

Will a wallet support team ever ask for my recovery phrase?

Never. No legitimate person or company will ask for your seed phrase, not wallet support, not an exchange, not a 'blockchain verification' service. Every such request, in any wording, from anyone, is theft in progress, with zero exceptions. Real wallets only ask for the phrase when you restore it on a device you set up yourself, so never enter it into a website, chat, or form.

Why is a seed phrase 12 or 24 words, and why can't it be recovered if lost?

Seed phrases follow a standard called BIP-39. Your wallet's true key is a giant random number no human could memorize or copy without errors, so BIP-39 spells that number using words from a fixed 2,048-word list. The exact words and their order are the key itself, which is why there is no 'forgot my phrase' button anywhere in crypto and why careful offline backups matter.

How do I make sure my family can access my crypto if something happens to me?

Plan inheritance early. Leave a sealed instruction stored with your important documents, kept apart from anything that names the wallet, so someone you trust can find and use the seed phrase without the backup advertising what it unlocks. Vague plans have stranded plenty of family funds, because without the exact words in the exact order, the wallet's balance cannot be recovered by anyone.

Finished this lesson?

Mark it complete to track your progress.

Related guides