Skip to main content

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
1.concept

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.

2.benefits

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

All terms and definitions may update as the Cryptionary improves.