HD Wallet
A hierarchical deterministic wallet deriving many addresses from a single seed phrase using mathematical algorithms.
Last Updated
2026-03-19
Related Concepts
What is HD Wallet?
An HD (Hierarchical Deterministic) wallet is a system that generates a near-infinite number of unique blockchain addresses from a single "master" seed phrase. This allows users to manage multiple accounts and assets using only one backup.
How does HD Wallet work?
- A random 12 to 24-word seed phrase is generated.
- A "master" private key is mathematically derived from the seed.
- The wallet uses "derivation paths" to create a tree-like hierarchy of child keys.
- Each child key can generate its own unique public address.
- The mathematical relationship follows the BIP32 and BIP44 standards:
m / purpose' / coin_type' / account' / change / address_index
Why does HD Wallet matter?
HD wallets revolutionized crypto storage by eliminating the need to back up every individual private key. If a user loses their device, they can recover their entire financial history across multiple blockchains using just their single seed phrase.
Key features of HD Wallet
- Single seed phrase for all accounts
- Deterministic key generation
- Support for multiple blockchains (multi-coin)
- Easy backup and disaster recovery
- Industry-standard compatibility (BIP32/44/39)
Examples of HD Wallet
Most modern wallets, including MetaMask, Ledger, Trezor, and Trust Wallet, are HD wallets that allow users to create multiple "Accounts" from a single recovery phrase.
