Deterministic wallets

Deterministic or "seeded" wallets contain private keys derived from a master key, or seed, which is a randomly generated number.
The seed is sufficient to recover all the derived keys, and a single backup, at creation time, is sufficient to secure the funds and smart contracts in the wallet.
This design makes the security of the seed of greatest importance, as it allows access gain to the entire wallet.
Last updated