A wallet is not “an address.” It is software that manages keys, tracks UTXOs, builds transactions, and coordinates signing, often across devices.
Why this matters
Most catastrophic losses are operational: bad backups, leaked seeds, wrong derivation paths, or watching wallets that cannot spend.
Analogy
An HD wallet is a tree of keys grown from one seed. The seed is the orchard’s master cutting, lose it and the orchard is gone; leak it and thieves can harvest everything.
HD derivation
BIP-32 defines hierarchical deterministic keys. BIP-39 encodes seeds as mnemonics. Account standards (BIP-44/84/86 families) organize receiving and change chains.
Loading diagram…
Example (illustrative): m/84'/1'/0'/0/5 # regtest native SegWit receive index 5Watch-only vs signing
Production designs often split:
- Watching software scans the chain / indexer