Wallet: It Holds Keys, Not Coins
A cryptocurrency wallet stores the private keys that authorise transactions rather than the coins themselves. The coins are entries on a public ledger that anybody can inspect, so the key is the ownership, and whoever holds it can move the balance without anybody else's permission.
How it works
Nothing is stored in a wallet. It holds a private key — a very large number — and that key is what authorises a transfer.
The coins exist as entries on a shared ledger. Thousands of copies of that ledger run around the world, and none of them is inside your device.
Which means the key is the ownership. Not a record of ownership — the ownership itself. Anybody holding it can move the balance, and nobody without it can.
An address and a key are different things. The address is derived from the key, it is safe to publish, and it is what people send to. The key stays private and is never shared with anybody, ever.
Custody is the real decision
An exchange account is custodial. The company holds the keys and shows you a number in an app, which is convenient and is a different arrangement from holding the asset.
A custodial balance is a claim. If the company fails, you are a creditor rather than an owner — which is the distinction that has mattered repeatedly and is invisible in the interface.
Self-custody removes both the counterparty and the recourse. No password reset, no support line, no reversal. The two halves of that trade arrive together and cannot be separated, which is the honest statement of what self-custody is.
The recovery phrase is the key written as words. Anybody who reads it controls the balance, and anybody who loses it loses the balance — one string of words carrying both properties at once.
In practice
Hot means connected and cold means not. A phone app is convenient and reachable by anything that reaches the phone; a cold wallet is neither.
The workable arrangement is two wallets. A small hot balance for transacting and the rest offline — which is how people carry cash and keep savings elsewhere, and it works for the same reasons.
Multi-signature removes the single point of failure. Several keys exist and a subset is needed to spend, so losing one key is survivable and stealing one is not enough. It is more setup and it is the serious answer for a large balance.
Decide the custody question first. Everything else — which app, which device, which backup — follows from whether you or a company holds the key, and that is a decision about what you are willing to be responsible for.
One consequence of the key being the ownership is worth stating on its own: transactions cannot be reversed. There is no chargeback, no dispute process and no institution with the authority to undo a transfer. Sending to the wrong address is final in a way no bank transfer is.
Which changes what care means here. Verifying an address before sending is not caution, it is the only protection that exists — and address-substituting malware, which swaps a copied address for another one, is the specific attack this defends against. Check the first and last characters against what you intended every time, and send a small test amount first for anything large.
A second consequence concerns privacy. Every transaction to and from an address is public and permanent, so an address linked to your identity links everything it has ever done. Using a fresh address for each transaction is standard practice and it is why wallets generate them automatically.
What a wallet is not
It is not a container. Nothing is stored inside it.
It is not an account. There is no provider and no reset.
It is not the same as an exchange balance. That is a claim.
And it is not backed up by installing the app again. Only the phrase restores it.
When it fails
It fails through the phrase, in both directions. Somebody who photographs it has published their key to every cloud backup on the device; somebody who loses it has lost the balance permanently, and both failures are common.
A second failure is assuming an exchange balance is the same thing. It is a claim on a company, and the difference only becomes visible when the company is in trouble.
A third is holding everything in a hot wallet. Convenient for transacting and unnecessary for a balance that is not being moved.
A fourth is testing nothing. A backup that has never been restored is an assumption rather than a backup.
And a fifth is leaving no instructions. A self-custodied balance with no succession plan is a balance that disappears with its owner.
The original data
Of the 31,760 trading and investing videos in this site’s corpus, 34 have “wallet” in the title at a median
of 22,808 views across 18 channels, with a maximum of 493,368. “Hardware wallet” returns 10 at a median of
30,595, “seed phrase” returns 2 at a median of 97,704, and “self custody” returns 0. The counts are in
research/corpus-coverage.json, produced by site/measure_corpus.py.
Two videos on the recovery phrase reaching a median of 97,704 views, against thirty-four wallet videos at 22,808, is the pattern worth acting on. The specific thing that decides whether somebody keeps their balance is barely covered while the general topic is covered constantly. Write the phrase on paper, store two copies in two places, and restore it once on a spare device to prove it works — that sequence is the whole of practical self-custody, and it takes an afternoon.
Related
Cold wallet covers offline storage and its threat model. Hardware wallet is the device and what to check before buying. And crypto is the wider introduction to the asset.
The sentence that finally made this click was that the wallet is a keyring. Nothing is stored in it. Once you hold that idea, every other question about backups, recovery and custody answers itself, and none of it makes sense before you do.
— Michael Whitman
This page is educational, not financial advice. Test every idea on your own charts before risking money.