Day 211Part 6: Security & Self-Custody

The Seed Phrase Deep Dive

The seed phrase has been covered before — but Part 6 is where it gets the full treatment it deserves.

A seed phrase is a human-readable representation of your private key. The cryptography underneath is a very large number — too large and complex for a human to write down usefully. So wallet software converts it into a sequence of common English words, typically 12 or 24, drawn from a standardised list of 2,048 words defined by the BIP39 standard.

These words, in the correct order, can reconstruct your wallet on any compatible device. Anywhere in the world. At any time. With no other information required.

This is both the power and the responsibility.

The power: if your device is destroyed, lost, or stolen — your seed phrase restores everything. The Bitcoin was never on the device. It’s on the blockchain. The seed phrase is just the key that lets you access it.

The responsibility: anyone who has your seed phrase has your Bitcoin. No password. No two-factor authentication. No verification. Just the words.

A few things that follow from this:

Your seed phrase and your PIN are different things. The PIN protects the device. The seed phrase protects the Bitcoin. Losing the PIN is inconvenient. Losing the seed phrase is catastrophic.

A seed phrase can be used with any compatible wallet, not just the one that generated it. If your hardware wallet manufacturer goes out of business tomorrow, you can restore your wallet on a different brand using the same seed phrase.

Nobody legitimate will ever ask for your seed phrase. Not support staff. Not a recovery service. Not a wallet company. Anyone asking for it is attempting theft.

Tomorrow: where NOT to store your seed phrase — the disasters that actually happen.

— The Daily Bit

Part of The Daily Bit — 365 days to understanding Bitcoin.