Wallets & Security

Ch 7 · The Seed Phrase

Wallets & Security progress: chapter 2 of 9
You chose: Wallets & Security

The Seed Phrase

Hook

If there is one Bitcoin habit that separates calm users from disaster stories, it is how they treat the seed phrase. It is not a password for a website. It is the backup of the wallet.

One idea

A seed phrase (typically a BIP39-style list of 12 or 24 words) can recreate your wallet’s keys; anyone who has those words can spend your bitcoin—so you never type, photograph, cloud-sync, or share them.

Plain walkthrough

What the seed is. When you create a self-custody wallet, it usually generates a random seed and shows it as ordinary-looking words in a fixed order (a seed phrase or recovery phrase). Those words encode the secret that derives your keys. Most beginner wallets use a BIP39 standard word list so backups can move between compatible apps; a few wallets use other schemes, so always follow the restore instructions for your wallet.

The seed is not “the coins.” It is the master backup that rebuilds the keys that control the coins.

Diagram in prose: seed → keys → addresses

  1. Seed phrase — the human-readable backup (ordered words). Protect this like the master key to a house.
  2. Keys — from the seed, wallet software derives private keys (and matching public keys). Private keys authorize spending; you rarely see the raw numbers in a good wallet.
  3. Addresses — from the public side, the wallet creates receiving addresses you can share so others can pay you. Many addresses can come from one seed.

So: seed recreates keys; keys control coins on the network; addresses are how people pay those keys. Lose the seed with no other backup, and you lose the ability to spend. Share the seed, and you share that ability—whether you meant to or not.

How people use it (safely). On setup, the wallet asks you to write the words down and confirm you did. That offline copy is for your recovery: new phone, broken device, reinstall. Store it where only you (or a deliberate inheritance plan) can reach it—away from cameras, chat apps, and “helpful” strangers.

What “never” means

  • Never type the seed into a website, “support chat,” or email form.
  • Never photograph it or store it in cloud photos, synced notes, email drafts, or a password manager.
  • Never keep any digital copy on a phone or computer that syncs or backs up online.
  • Never read it aloud on a call or video.
  • Never send it to anyone who claims they need it to “verify,” “sync,” “upgrade,” or “fix” your wallet.

Educational sites—including this one—should never ask you to submit a real seed. If a screen wants your recovery words, stop.

Seed vs password vs PIN. A wallet PIN locks the app on one device. A website password logs into an account. The seed is different: it is the cryptographic backup of the key material. Changing a PIN does not change the seed. Someone with the seed does not need your PIN; they can restore elsewhere and spend.

If someone has the seed, they have the money. There is no bank appeal inside Bitcoin that undoes a spend authorized by valid keys. Prevention is the whole game: offline backup, restore only into software you chose on purpose, and skepticism toward urgency and fear-based messages.

A short metaphor after the mechanism: the seed is the master mold for every key in that wallet—not a login, not a ticket number, and not something customer support ever needs.

Watch-outs

  • Phishing for seeds — Fake apps and fake support exist to harvest seed phrases. Bookmark real download pages; never follow seed-entry links from DMs or ads.
  • “We’ll hold your seed for safekeeping” — Handing the seed to another person or service means they can spend. That is custody transfer, not backup.
  • Any digital copy — Photos, cloud notes, synced files, email drafts, and password managers all create copies that can leak. For beginners: paper (or another offline method you fully control) only. Specialized offline vaults can wait for an Advanced aside later.
  • Partial secrecy myths — Sharing “just a few words” or half the list in a chat still leaks dangerous information. Treat the whole ordered list as secret.
  • Test restores carefully — Practice only with tiny amounts on trusted devices—not a funded seed on a random computer.
  • Educational only — Do not paste or upload seed phrases to any server “to check” them. No legitimate lesson requires that.

You now can…

  • Explain the chain seed → keys → addresses and why the seed is the wallet backup.
  • State the hard rule: anyone with the seed can spend the bitcoin.
  • Recognize common theft paths (typing, photos, cloud, fake support) and refuse them.

What next?

Ebook: continue to Ch 8

Back one stepReturn to map