Crypto wallets, private keys, seed phrases and custody
Clarifying what a wallet actually stores, how a private key relates to a seed phrase, what custody choices exist, and the security mistakes people make most often.
A crypto wallet does not actually hold “money”; it holds the private keys that control the assets. A seed phrase (recovery phrase) is the root seed those keys are generated from. Custody is the question of who holds that key: you (self-custody) or an exchange/service (custodial).
Why it matters
The phrase “not your keys, not your coins” captures exactly this. If you do not hold the key, you access your assets only with a third party’s permission. This is the most basic trade-off between convenience and control.
Who carries what?
| Self-custody (you) | Store the key and backup; all of the security is on you. |
|---|---|
| Custodial service (exchange) | They hold the key; access and security are their responsibility. |
| Hardware wallet | Keeps the key offline and signs inside the device. |
| Seed phrase | The root of all keys; anyone who sees it can reach the assets. |
Which storage method?
How much responsibility do you want to take for key management?
- Small amount, frequent useA software wallet or a trusted exchange; favour convenience, keep the risk limited.
- Long-term, large amountA hardware wallet plus an offline seed backup; favour control and security.
- I do not want key responsibilityA custodial service — but accept the counterparty risk and trust in its security.
Typical loss scenarios
- Saving the seed to a phone or photo
An online leak or malware captures the key.
Keep the seed offline, in a physical medium only.
- Giving the seed to fake “support”
No real service ever asks for your seed; this is always a scam.
Never share the seed with anyone, under any condition.
- A single backup copy
Fire, loss, or damage destroys the only backup.
Keep backups in more than one secure place.
Security checklist
- The seed phrase is stored offline and physically only.
- A backup exists in at least two separate secure locations.
- The seed was never typed into any app, person, or “support.”
- A hardware wallet is used for a large balance.
- The address and amount of every signed transaction is checked.
Losing a key or seed is usually unrecoverable; no one can restore them for you. Security is not a one-time setup but a continuous habit.
With storage understood, it makes sense to learn the application layer your keys operate on. Move on to stablecoins, smart contracts, and Layer 2.