Crypto
2 min read

Seed Phrase

A human-readable backup of a wallet’s master key, typically 12 or 24 words drawn from the BIP-39 wordlist. Anyone with the seed phrase can recover the wallet, so it must be stored offline and never digitized.

What seed phrases are

A typical seed phrase:

  • 12 or 24 words drawn from BIP-39 standard wordlist.
  • Encodes the master seed of a wallet.
  • Master seed derives all private keys in the wallet.
  • Anyone with the phrase has full wallet access.
  • No central authority can reset, recover, or override.

This single string of words is the most security-critical object in crypto self-custody.

Why seed phrases matter

The cryptographic foundation:

  • Master seed generates entire tree of private keys (BIP-32 hierarchical deterministic wallets).
  • One phrase backs up all addresses, all derived keys, all transaction history.
  • Loss = permanent loss. No recovery possible without the phrase.
  • Theft = permanent theft. Anyone with the phrase can drain the wallet.

Storage best practices

Critical guidance:

  • Write on paper or stamp on metal — never digital.
  • Multiple physical copies in different locations.
  • Don't photograph — defeats offline storage.
  • Don't enter into apps or websites unless setting up wallet.
  • Don't share — anyone you tell becomes risk.
  • Test recovery before storing significant funds.
  • Plan for inheritance — heirs need access plan.

Metal backups (steel plates with stamped or laser-engraved words) provide fire and water resistance.

Common mistakes

Several patterns produce losses:

  • Storing digitally — photos, cloud documents, password managers.
  • Sharing with others.
  • Entering into "verification" sites — common phishing vector.
  • Loss without backup — natural disasters, careless disposal, faded ink.
  • Death without inheritance plan.
  • Storing with the wallet device itself.

Each mistake has produced real losses for real people.

What seed phrases don't protect against

Several risks remain:

  • Phishing during use — proper storage doesn't help if you enter the seed into a fake site.
  • Hardware compromise — if your wallet device has malicious firmware.
  • Coercion — physical threat bypasses technical security.
  • Implementation bugs — some wallets have generated seeds with insufficient randomness.

Seed phrase variations

A few:

  • 24-word vs. 12-word — 256-bit vs. 128-bit entropy. Both secure for practical purposes.
  • 25th-word passphrase — adds an additional factor; protects against seed compromise alone.
  • Shamir Secret Sharing — splits seed into multiple shares; threshold required to reconstruct.

The standard practice is 12 or 24 words, with optional passphrase.

Hardware wallet seed handling

Best practice:

  • Generate the seed on the hardware wallet itself.
  • Never enter seed into internet-connected device.
  • Record externally on paper or metal.
  • Seed never leaves device during normal operation.
  • Recovery requires re-entering seed if device fails.

This separation is what gives hardware wallets their security advantage.

What individuals should know

For self-custody crypto holders:

  • Seed phrase is the most-critical security item.
  • Never digitize under any circumstances.
  • Multiple physical backups in different locations.
  • Use metal storage for fire/water resistance.
  • Plan for inheritance.

Seed phrases are foundational to self-custody. Operating safely with them is the central skill of crypto self-custody. The combination of proper generation, proper storage, and proper handling is what makes the difference between secure and lost crypto.