Web3 Dictionary Logo
Web3 Dictionary
Contribute

Categories

AllBlockchainDappsDAOsDeFiNFTsRegulationSecuritySmart ContractsTokenomicsWalletsWeb3 GamingOthers
  1. Web3 Dictionary
  2. Wallets
  3. HD Wallet
Wallets

HD Wallet

A hierarchical deterministic wallet deriving many addresses from a single seed phrase using mathematical algorithms.

Last Updated

2026-03-19

Related Concepts

WalletSeed PhrasePrivate KeyCryptocurrency
Web3-Explorer Logo

Web3 Security

AD

Security frameworks, smart contract reviews, and compliance alignment to reduce risk and protect users.

Review Security Services

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?

  1. A random 12 to 24-word seed phrase is generated.
  2. A "master" private key is mathematically derived from the seed.
  3. The wallet uses "derivation paths" to create a tree-like hierarchy of child keys.
  4. Each child key can generate its own unique public address.
  5. 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.

External References

  • Investopedia: HD Wallet
  • What Is an HD Wallet? (Ledger)