What a crypto wallet actually is, and how to choose one
A wallet does not hold coins. It holds the keys that let you move them. Understanding that difference makes every other choice easier.
Wallets hold keys, not coins
The word wallet is a useful metaphor that misleads almost everyone at first. Nothing is stored inside a crypto wallet in the way cash sits inside a leather one. Your bitcoin or ether exists only as entries on a public ledger. What the wallet holds is a private key: a very large secret number that proves you are allowed to move the funds recorded against a particular address.
From the private key, software derives a public key, and from that an address you can share with anyone. Funds sent to the address can only be spent by someone who can produce a valid signature from the matching private key. Lose the key and the funds stay on the ledger for ever, visible and unreachable. Leak the key and whoever has it can spend the funds, with no bank to call and no way to reverse the transfer.
Custodial and self-custody wallets
The first real choice is who holds the keys.
- Custodial wallets are accounts with an exchange or payment app. The company holds the keys and you hold a login. Recovery is easy and the experience is familiar, but you are relying on the company to stay solvent, stay secure and keep letting you withdraw.
- Self-custody (non-custodial) wallets generate the keys on your own device. Nobody can freeze or lend out your funds, and nobody can help you if you lose the backup.
Neither is wrong. A custodial account is often the practical way to buy and sell. Self-custody is the practical way to hold anything you would be upset to lose to someone else's failure.
The seed phrase
Most self-custody wallets back up your keys as a seed phrase, also called a recovery phrase: 12 or 24 ordinary words drawn from a standard list. The phrase can regenerate every key and address in the wallet, on any compatible app or device. That makes it the single most sensitive thing you own in crypto.
Good practice is dull and consistent. Write the phrase on paper or stamp it into metal. Keep it offline, in a place that would survive a burst pipe or a house move. Do not photograph it, email it to yourself or paste it into a notes app. No legitimate support agent, wallet update or airdrop will ever ask for it. Requests for a seed phrase are the most common way people lose funds.
Hot and cold
A hot wallet keeps keys on an internet-connected device: a browser extension, a phone app, a desktop program. It is convenient for frequent transactions and exposed to malware and phishing.
A cold wallet keeps keys offline. The most common form is a hardware wallet, a small device that signs transactions internally so the key never touches your computer. You confirm the details on the device's own screen, which is the point: even a compromised laptop cannot silently change where the money goes, provided you read what the screen says.
Newer designs
Two further options are worth knowing about. Multisignature wallets require several keys to approve a transaction, for example two of three, which removes the single point of failure and suits companies and shared funds. Smart-contract wallets, found mainly on Ethereum and similar networks, put the rules in code: daily spending limits, recovery through trusted contacts, or the ability to pay fees in a different token. They are more flexible and depend on the quality of that code.
How to choose
Start from what you are protecting and how often you need to touch it.
- Small amounts you spend or trade regularly: a reputable hot wallet or an exchange account with strong two-factor authentication.
- Savings you rarely move: a hardware wallet bought directly from the manufacturer, with the seed phrase stored separately from the device.
- Funds shared between people or belonging to an organisation: multisignature.
Check that the wallet supports the networks you actually use, that the software is open to inspection or independently audited, and that the project is still maintained. Then test the full loop with a small amount: receive, send, wipe the wallet, and restore it from the seed phrase. A backup you have never tested is a hope rather than a backup.