Introduction
Many beginners think their seed phrase "contains" their crypto, or that a single address is assigned to them for life. The reality is more elegant: a modern wallet is "hierarchical deterministic" (HD). From a single recovery phrase, it mathematically derives a whole tree of addresses — practically infinite. Understanding this makes you far calmer about backing up and securing your wallet.
The seed doesn't "store" anything: it generates
First idea to fix: your seed phrase is not a vault holding your bitcoins. It's a seed — a starting point. From those 12 or 24 words, your wallet computes a master number, then derives from it all your private keys, public keys and addresses. Your crypto stays on the blockchain; the seed only serves to recompute the keys that prove it's yours.
Huge practical consequence: if your phone falls in water, you reinstall the wallet, enter your seed, and it regenerates exactly the same keys and addresses. Nothing was stored in the device — everything is rebuilt from the seed.
The seed and the tree
An apple seed doesn't contain the apples: it contains the instruction to grow a specific tree that will produce those apples. Your seed phrase is the seed; the tree of keys and addresses always grows identically from it.
BIP-39: the 12 or 24 words
Your seed words aren't picked randomly from the dictionary: they come from a standardized list of 2,048 words, defined by the BIP-39 standard. Each word encodes 11 bits of information. 12 words = 128 bits of entropy + a checksum; 24 words = 256 bits. That's why a mistyped word is often caught: the checksum no longer adds up.
This standardization is what makes your seed portable: you can recover a wallet created on a phone inside MetaMask, Ledger or any other BIP-39-compatible wallet, because they all speak the same 2,048-word language.
- 2,048 possible words, public standardized list (BIP-39).
- 12 words ≈ 128 bits, 24 words ≈ 256 bits of entropy.
- A built-in checksum catches most copying mistakes.
BIP-32: the derivation tree
From the seed, the BIP-32 standard describes how to build a master key, then derive "child" keys, then "grandchildren", etc. — a hierarchical tree. Each branch is obtained by a one-way computation: you can go down from the master key to children, but never climb back from a child key to the master. This is what lets you, for example, give an extended public key to an accountant so they can see your transactions, without ever being able to spend.
"Deterministic" means the same seed always produces exactly the same tree. "Hierarchical" means that tree is organized in levels. Hence the name: HD wallet (Hierarchical Deterministic).
A keyring that rebuilds itself
Picture a keyring organized by floor and door. You don't back up the whole keyring: you back up just the "recipe" (the seed) that lets you rebuild exactly the same keyring, in the same order, identically.
BIP-44: accounts, coins and derivation paths
The BIP-44 standard organizes this tree along a readable path, like m/44'/0'/0'/0/0. Each level has a meaning: the coin (Bitcoin, Ethereum…), the account number, whether it's a receiving or change address, then the address index. That's why one wallet can manage Bitcoin AND Ethereum from a single seed: they're just two different branches of the same tree.
It's also why your wallet offers a new receiving address each time without ever "running out": it simply advances one step on the index. All these addresses belong to the same wallet and restore from the same seed.
- A derivation path (e.g. m/44'/0'/0'/0/0) locates an address in the tree.
- A single seed manages several coins and several accounts.
- Rotating receiving addresses improves your privacy, without fragmenting anything.
I must back up every address my wallet generates.
Actually : No. All addresses descend from the same seed. Properly backing up your seed phrase (and, if any, your passphrase) is enough to restore everything: coins, accounts and addresses.
Why this changes how you secure
Once this model is understood, the security rule becomes clear: protecting the seed protects the entire tree. Anyone who gets your seed can regenerate all your keys and drain all your addresses — across every coin. Conversely, losing your device doesn't matter as long as the seed is safe.
On Deblock, this complexity is handled for you on the built-in wallet side: you benefit from the HD model without having to manipulate derivation paths. But understanding what happens under the hood helps you make the right backup choices and never panic.
The only thing to back up
Your seed phrase (and, if you use one, your passphrase) is enough to rebuild your entire HD wallet. Write it offline, in two copies, in two different places. Never photograph it, never type it on a website.
What you should remember
- 01The seed doesn't store your crypto: it mathematically generates all your keys.
- 02BIP-39 = the 2,048-word list; BIP-32 = the derivation tree; BIP-44 = organization into accounts/coins.
- 03A single seed manages several coins, accounts and an infinity of addresses.
- 04Protecting the seed = protecting the whole tree; losing the device is fine if the seed is backed up.
- 05Back up offline, in duplicate, never as a photo or typed on a site.
Ready to practice?
Open your Deblock account in minutes and apply what you have just learned.
