All specs
BIP-39BIPMust KnowBlockchain2013

BIP-39: Mnemonic Code for Generating Deterministic Keys

Blockchain & Web3·Bitcoin Improvement Proposals
WHY YOU NEED THIS

Seed phrases are the primary backup mechanism for all HD wallets. BIP-39 defines the 12/24 word format, wordlist, and checksum — everything about the backup experience.

What It Defines

Defines the mnemonic (seed phrase) standard: 12/24 English words from a 2048-word wordlist encoding a 128/256-bit entropy value + checksum. The seed phrase maps to a BIP-32 master seed.

Canonical (Normative)

Related References

bip39mnemonicseed-phrasewalletbitcoin
Standards Body
Bitcoin Improvement Proposals

The Bitcoin community's open process for proposing protocol changes, standards, and informational documents. BIPs cover everything from consensus rules to wallet derivation paths and payment URIs.

Visit

Related Specs

BIP-32BIPMust Know

BIP-32

Every modern cryptocurrency wallet (Ledger, Trezor, MetaMask, Coinbase Wallet) uses BIP-32 for key derivation. The foundation of the seed phrase model.

BlockchainBlockchain & Web3
Details
BIP-44BIPMust Know

BIP-44

Derivation paths determine which addresses you get from a seed phrase on each chain. BIP-44 paths (m/44'/60'/0'/0/0 for ETH) explain why the same seed gives different addresses on different wallets.

BlockchainBlockchain & Web3
Details