Crypto 101

Crypto Wallets Explained

Hot vs cold, custodial vs self-custody, seed phrases. What a wallet actually stores (hint: not coins).

6 min readReviewed by Pim Feltkamp · Aug 11, 2026, 09:42 PM

Before this guide, read How to Buy Crypto Safely.

A crypto wallet doesn't store coins. It stores the private keys that let you move coins recorded on a blockchain, the way a keyring holds keys rather than the rooms they open. Understanding that distinction — and the difference between wallets you control and wallets an exchange controls for you — is the single most important idea in keeping crypto safe.

What a Wallet Actually Holds

Every crypto asset you "own" is really an entry on a public ledger: an amount assigned to an address. The blockchain knows that address 0x4f2a… holds 0.5 ETH; it has no idea who you are. What makes that ETH yours is the private key — a very large secret number that can produce valid signatures for that address. Sign a transaction with the right key and the network accepts it; without the key, the coins are immovable, even by you.

A wallet is software (or hardware) that generates keys, keeps them secret, and signs transactions when you approve them. When you "receive" crypto, nothing arrives at your device. The ledger updates, and your wallet simply shows the new balance associated with your addresses.

Two practical consequences follow:

  • Deleting a wallet app doesn't delete your crypto. As long as you have a backup of the keys, you can reinstall any compatible wallet and see the same balances.
  • Anyone who obtains your keys owns your crypto, everywhere, instantly. There is no password reset and no fraud department.

Custodial vs Self-Custody

The first fork in the road is who holds the keys.

Custodial means a company — usually an exchange like Coinbase or Kraken — holds the keys, and you hold an account with them. This feels familiar: log in with email and password, recover access through support if you forget it. The trade-off is that you have an IOU, not direct control. If the company freezes withdrawals, gets hacked, or fails — as FTX did in 2022, leaving customers as unsecured creditors — your access depends on their solvency and honesty.

Self-custody means you hold the keys, via a wallet app like MetaMask, Rabby, or Phantom, or a hardware device. Nobody can freeze or seize your funds without your keys, and no company failure can take them down with it. The trade-off is that every safeguard becomes your job. Lose the keys and their backup, and the funds are gone — an estimated multiple percent of all bitcoin is considered permanently lost this way. Sign a malicious transaction, and no one can reverse it.

Neither model is simply "better." A reasonable pattern for beginners: keep small, active amounts on a reputable exchange while learning, and move to self-custody as balances grow past what you'd be comfortable losing to a third-party failure.

Hot Wallets vs Cold Wallets

The second distinction is whether the keys ever touch an internet-connected device.

A hot wallet runs on your phone or in your browser. The keys live on a device that also runs email, messaging apps, and whatever websites you visit. That makes hot wallets convenient — you can swap tokens or interact with apps in seconds — and also the primary target of malware and phishing. Treat a hot wallet like the cash in your physical wallet: enough for what you're doing this month, not your savings.

A cold wallet keeps keys on a device that never connects to the internet, typically a hardware wallet such as a Ledger or Trezor (roughly $70–$180). Transactions are prepared on your computer, then sent to the device, which displays the details on its own screen and signs internally. Even if your computer is fully compromised, the attacker can't extract the key; the worst they can do is present a transaction for you to reject. For holdings you plan to keep for years, cold storage is the standard answer.

A common setup uses both: a hot wallet holding perhaps $200–$500 for day-to-day activity, and a hardware wallet holding the rest, touched rarely.

Seed Phrases: One Backup for Everything

Modern self-custody wallets generate all their keys from a single master secret, shown to you once as a seed phrase (or recovery phrase): usually 12 or 24 common English words in a specific order, like ripple mango canyon…. Those words are the wallet. Enter them into any compatible wallet app and every account and balance reappears.

That power cuts both ways:

  • Write the phrase on paper (or stamp it in metal) and store it offline. Never in a photo, a cloud note, a password manager synced online, or an email draft — a phrase that has touched the internet should be assumed compromised.
  • No legitimate person or app will ever ask for it. Wallet "support" staff, airdrop sites, and "validation" pop-ups requesting your seed phrase are scams, full stop. This is the most common way beginners lose everything.
  • Losing it is only fatal if your device also dies. While your wallet app works, you can usually move funds to a new wallet with a fresh phrase. But device loss plus no backup means permanent loss.

Test your backup once: restore the phrase on a second device or after a wallet reset before you store meaningful money behind it.

Addresses, Networks, and Sending Safely

A wallet manages addresses on specific networks, and sending to the wrong network is a classic beginner error. USDC on Ethereum and USDC on Solana are different ledger entries; an Ethereum address can't receive a Solana transfer at all, and sending tokens over the wrong EVM network (say, BNB Chain instead of Ethereum) can strand them where your exchange won't credit them.

Safe-sending habits that quickly become automatic:

  1. Match the network on both sides — the withdrawal screen and the receiving wallet must show the same one.
  2. Verify the first and last several characters of the address after pasting. Clipboard-hijacking malware exists specifically to swap addresses.
  3. Send a small test amount first for any new destination — $10 of a $5,000 transfer is cheap insurance.
  4. Expect finality. Once confirmed, a transaction cannot be recalled by you, the wallet maker, or the network.

Choosing Your First Wallet

For a first self-custody wallet, favor software that is widely used, long-established, and open to public scrutiny, downloaded only from the official site or app store listing (phishing clones buy search ads). One wallet per ecosystem is enough to start: an EVM wallet covers Ethereum and its layer 2s; Bitcoin and Solana have their own standards. Skip niche wallets promising extra yield or tokens — the wallet layer is exactly where you want boring and battle-tested.

You don't need to master every model on day one. Start custodial if that's what gets you moving, learn the mechanics with small amounts, and graduate to a hardware wallet when the balance justifies it.

Key Takeaways

  • Wallets store private keys, not coins; the coins live on the blockchain, and the keys are what make them yours.
  • Custodial wallets trade control for convenience and recoverability; self-custody removes third-party risk but makes every mistake permanent.
  • Keep active funds in a hot wallet and long-term holdings in cold storage — treat the hot wallet like pocket cash.
  • Your seed phrase is the wallet: back it up offline, never type it into a website, and never share it with "support."
  • Match networks, verify addresses, and send a test amount first — confirmed transactions cannot be reversed.

Educational content, not financial advice. Read the full disclaimer.

Next in Crypto 101

Market Cap, Volume, and Supply Explained