Hierarchical Deterministic Wallet
A Hierarchical Deterministic wallet, or HD wallet, is a system that derives a vast tree of public and private key pairs from a single master seed. By using a standardized protocol, such as BIP32, the wallet can generate an unlimited number of addresses while requiring the user to back up only the original seed phrase.
This structure simplifies asset management, as a single seed can restore all historical transactions and balances across various accounts. The hierarchy allows for the creation of child keys that can be used for specific purposes, such as receiving payments, without exposing the master key.
This design is fundamental to modern cryptocurrency wallets, balancing user convenience with the necessity of robust, singular backups. It facilitates the segregation of funds and improves privacy by allowing users to generate new addresses for every transaction.