All specs
BIP-32BIPMust KnowBlockchain2012

BIP-32: Hierarchical Deterministic Wallets

Blockchain & Web3·Bitcoin Improvement Proposals
WHY YOU NEED THIS

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

What It Defines

Defines the HD wallet standard: deriving a tree of key pairs from a single master seed using HMAC-SHA512. Enables deterministic key derivation so a single backup (seed phrase) can restore an entire wallet.

Canonical (Normative)

Convenient (Practical)

bip32hd-walletkey-derivationbitcoincrypto
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-39BIPMust Know

BIP-39

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.

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