A backup for a family of keys
A seed phrase is a human-readable representation used in a wallet's recovery process. In the common BIP-39 construction, the words encode random entropy with a checksum, and a separate derivation step produces a binary seed. A deterministic wallet can then derive many keys from that seed. The coins remain recorded on their networks: the backup recreates signing authority rather than containing the coins themselves. Other recovery schemes exist, so a word-based backup should not automatically be assumed to follow BIP-39.
2 sources for this section
Why the same words may show different accounts
Imagine restoring a wallet whose original setup used an additional passphrase and a particular derivation path. Entering only the words into another application can open a different wallet or display no expected history. That is not evidence that the blockchain erased the funds. The recovery process may also need the original passphrase, account selection, address type, and wallet-specific configuration. A recovery plan should document compatible software and nonsecret configuration without exposing the secret material itself.
2 sources for this section
The consequences of disclosure
Someone with the required recovery secrets can generally reproduce the corresponding private keys and authorize spending. A device PIN or local application password may protect one installation while leaving the seed-based recovery route available elsewhere. Conversely, losing an indispensable passphrase can prevent recovery even if the words survive. Treat an unexplained request to type a recovery phrase into a website as a request for signing authority, not a routine account login. Public example phrases and specification test vectors must never be used as live wallet secrets.
2 sources for this section
The source notesEvidence & further reading3 sources
- BIP-39: Mnemonic code for generating deterministic keys Bitcoin BIPs contributors · Primary source · accessed 2026-09-22
- BIP-32: Hierarchical deterministic wallets Bitcoin BIPs contributors · Primary source · accessed 2026-09-22
- BIP-44: Multi-account hierarchy for deterministic wallets Bitcoin BIPs contributors · Primary source · accessed 2026-09-22