BIP32
BIP32, or Hierarchical Deterministic Wallets, is a Bitcoin Improvement Proposal that defines a method for generating a tree-like structure of cryptographic keys from a single seed. The system enables the creation of many private and public keys within a single portable wallet, simplifying backup and recovery while supporting flexible key management.
At the core are extended keys, which bundle a private or public key with a chain code
Derivation comes in two modes. Non-hardened derivation (indices below 2^31) can be performed starting from a
BIP32 is widely used in wallet implementations and serves as a building block for higher-level standards such