Master seed (root HMAC key) Signer key (derived, safe) Compromised (re-derived by attacker)

Crypto Wallet Custody: HD Key Tree & Multisig Security

Real crypto custody security rests on two mechanisms working together: hierarchical-deterministic key derivation, which lets one seed generate an unlimited tree of signer keys and addresses through a real one-way HMAC chain, and multisig thresholds, which require several independent real signatures to agree before any transaction is valid. This 2D simulator draws that tree — a master seed, five derived signer keys, and their derived receiving addresses — using genuine WebCrypto HMAC-SHA256 derivation, and runs a real M-of-N ECDSA multisig demo so you can see, live, exactly when (and only when) enough real signatures accumulate to authorize a transaction.