A crypto wallet is software or hardware that stores the cryptographic keys you need to access and move your cryptocurrency — not the coins themselves. This distinction matters more than it first appears, and understanding it is the foundation of using crypto safely.
Your coins never leave the blockchain. What a wallet holds is your private key: a secret number that proves you own a particular address and authorizes any transaction from it. Lose the key, lose access to the funds. Share the key, and anyone can take everything. The wallet is simply a secure container and interface for that key.
What a wallet actually contains
When you create a wallet, the software generates a private key and derives a corresponding public key and address from it. The address is the identifier you share with others so they can send you funds — like a bank account number. The private key is the password that lets you spend from that address — and unlike a bank password, there is no “reset” option if you lose it.
Because managing raw private keys is error-prone, most modern wallets use a seed phrase (also called a recovery phrase or mnemonic): a sequence of 12 or 24 ordinary words that encodes your master key. From that one seed phrase, a single wallet can derive thousands of addresses across multiple blockchains. Back up the phrase and you can restore your entire wallet on any compatible software.
Key insight: Your crypto exists on the blockchain at all times. What you are really protecting is the private key — the proof of ownership. The wallet is the tool that keeps that proof secure and usable.
Custodial vs. self-custody wallets
This is the most important choice you will make as a crypto user.
Custodial wallets
A custodial wallet is one where a third party — almost always a crypto exchange — holds your private keys on your behalf. When you buy crypto on a major exchange and leave it there, you do not hold the keys. You hold an IOU from the exchange.
This is convenient. You log in with an email and password, and if you forget your password the exchange can help you recover access. But it introduces counterparty risk: if the exchange is hacked, goes bankrupt, freezes withdrawals, or is shut down by regulators, your funds may be inaccessible or gone entirely. Several high-profile exchange collapses have shown this is not a theoretical concern.
Self-custody wallets
A self-custody (or non-custodial) wallet is one where you hold the private keys directly. No company stands between you and your funds. This is the arrangement the original Bitcoin design assumed — and the one the phrase “not your keys, not your coins” refers to.
Self-custody puts full responsibility on you. If you lose your seed phrase and your device fails, there is no recovery path. If you are tricked into revealing your private key, the loss is permanent. That is not a reason to avoid self-custody; it is a reason to take the setup seriously.
| Custodial | Self-custody | |
|---|---|---|
| Who holds keys | Exchange or provider | You |
| Recovery if you lose access | Provider can help | Seed phrase only |
| Counterparty risk | Yes | No |
| Technical responsibility | Low | Higher |
| Typical use | Active trading | Long-term holding, DeFi |
Types of wallets by form factor
Once you decide on self-custody, you have several options that sit on a spectrum from convenience to security. These are covered in depth in hot vs. cold wallets, but here is the overview.
Software (hot) wallets
A hot wallet runs on an internet-connected device — your phone or computer. Examples include browser extension wallets like MetaMask and mobile apps. They are free, convenient, and suitable for everyday use and interacting with smart contracts and DeFi applications. Because they are always online, they are more exposed to malware and phishing attacks.
Hardware (cold) wallets
A hardware wallet is a small physical device — similar in size to a USB drive — that stores your private key offline. To sign a transaction, you connect the device and physically confirm it on the device itself. The key never touches your internet-connected computer. Hardware wallets cost roughly $50–$150 and are the standard recommendation for storing significant amounts of crypto long-term.
Paper wallets
A paper wallet is simply your private key or seed phrase printed or written on paper and stored physically. It is genuinely offline, which is its strength, but it is fragile — paper burns, floods, and fades — and awkward to use for transactions. Most people who want offline storage prefer hardware wallets today.
How to choose a wallet
The right wallet depends on what you are doing:
- Just bought crypto on an exchange and want to explore: Leaving a small amount on a reputable exchange is a reasonable starting point while you learn.
- Want self-custody for the first time: A well-reviewed mobile or browser extension wallet (check for open-source code and an established security track record) is a good starting point.
- Holding a meaningful amount long-term: A hardware wallet is worth the cost. Pair it with a carefully stored seed phrase backup.
- Active DeFi or NFT use: A software wallet connected to your hardware wallet combines daily usability with strong key security.
Whatever you choose, the setup process is the highest-risk moment. Write your seed phrase on paper the moment the wallet generates it. Store it somewhere physically secure — not a screenshot, not a cloud note. Never enter it on a website or share it with anyone for any reason.
Understanding fees is also part of wallet use: every transaction you sign costs a small network fee. The guide to gas and fees explains how that works in practice.
Key takeaways
- A wallet stores private keys, not coins. Your crypto lives on the blockchain; the key is what grants access to it.
- Custodial wallets are managed by a third party. Convenient, but you carry counterparty risk.
- Self-custody wallets give you full control and full responsibility. Losing your seed phrase means losing access permanently.
- Hardware wallets store keys offline and are the most secure option for significant holdings.
- Your seed phrase is the master backup for a self-custody wallet. Protect it like the most important physical document you own.
- No wallet type is universally best — the right choice depends on how much you hold, how often you transact, and how comfortable you are with the technical responsibility.
Next up: Public and Private Keys