Deterministic Wallet
wallet · security
A wallet that derives all keys and addresses from a single seed phrase, enabling easy backup and recovery.
- Also known as
- HD wallet, Hierarchical Deterministic Wallet
Deterministic wallets, often called HD wallets, use one seed phrase to derive a tree of private keys, public keys, and addresses. Standards like BIP-32, BIP-39, and BIP-44 make recovery predictable across compatible software.
Benefits include simplified backups, organized accounts, watch-only xpubs, and improved privacy through address rotation. The main risk is that anyone who obtains the seed can recreate and spend from the wallet.
Related terms
Mnemonic
→A human-readable word sequence used by many wallets to reproduce a seed and derive keys.
wallet · security
Derivation Path
→A notation that selects a branch and key within a hierarchical deterministic wallet.
wallet · security
Wallet
→Software or hardware that manages signing credentials, addresses, transactions, and access to blockchain assets.
wallet · security