All specs
BIP-44BIPMust KnowBlockchain2014

BIP-44: Multi-Account Hierarchy for Deterministic Wallets

Blockchain & Web3·Bitcoin Improvement Proposals
WHY YOU NEED THIS

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.

What It Defines

Defines the derivation path structure for multi-currency HD wallets: m/purpose'/coin_type'/account'/change/address_index. Registered coin types for Bitcoin (0), Ethereum (60), and 1800+ others.

Canonical (Normative)

Related References

bip44derivation-pathmulti-currencywallet
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-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