What is a crypto wallet?

Almost every beginner guide says a wallet “holds your crypto,” and that one word causes a surprising amount of real damage — people delete apps expecting a refund, look for a password reset that cannot exist, and assume an address is a bank account. A wallet is closer to a keyring than a container, and once that clicks, most wallet questions answer themselves.
What is actually inside a crypto wallet?
A private key, and the things derived from it. That is the whole inventory. The wallet generates a seed phrase, derives private keys from it, derives public addresses from those keys, and keeps the keys encrypted on your device. It never receives a coin, because there is no object to receive.
This is why a wallet works offline, why it has no username, and why no company can freeze it: there is no account anywhere to freeze. It is also why nothing can be reset. A password protects the copy of the key on your phone; the phrase is the key.
If the coins are not in the wallet, where are they?
On the blockchain, as a record saying a particular address controls a particular amount. Every full node keeps a copy. When your wallet shows a balance, it is reading that shared ledger and displaying the total for your addresses — the same way a calculator displays a result it does not own.
Two practical consequences follow. Your balance is visible to anyone who has your address, because the ledger is public. And your balance survives anything that happens to your hardware, because your hardware was never holding it.
What happens when you create a wallet?
Your device picks a very large random number and turns it into words. Nothing is sent anywhere, nothing is registered, and no one is told. That is the entire creation process, and it explains the property people find hardest to believe — that a wallet can exist before anyone knows about it.
The size of that random number is worth making concrete, because it settles a question beginners often worry about. A 12-word phrase carries 128 bits of entropy (12 words × 11 bits = 132 bits, of which 4 are a checksum). That is 2128 ≈ 3.4 × 1038 possible phrases. At a trillion guesses per second, working through them would take about 1.1 × 1019 years — roughly 800 million times the current age of the universe.
Hot, cold, custodial, non-custodial — which word means what?
Four words describe two separate questions: is the key online? and who holds the key? They get used interchangeably and they are not interchangeable.
| Term | What it actually describes | The question it answers |
|---|---|---|
| Hot wallet | Keys on an internet-connected device (phone, browser extension) | Is the key online? |
| Cold wallet | Keys on a device that never connects; it signs offline | Is the key online? |
| Non-custodial | You hold the key — a real wallet in the sense above | Who holds the key? |
| Custodial | A company holds the key; you hold a claim in its database | Who holds the key? |
The two axes combine independently: an exchange account is custodial and hot, a hardware device is non-custodial and cold, and a phone app is non-custodial and hot. Note the consequence hiding in the last row — a “wallet” offered by a custodian is not a wallet by the definition on this page, because you never hold a key. Which balance belongs in which is a separate decision, covered in self-custody.
Common mistakes
- Believing the app holds the coins. It leads people to panic when a wallet app breaks, and to expect a support desk to restore a balance. There is no support desk; there is a phrase.
- Storing the seed phrase as a screenshot or in notes. The single most common way self-custodied crypto is lost. See seed phrase for where it should live instead.
- Assuming one address works on every network. Ethereum and BNB Smart Chain addresses share the same
0x…format while being different networks, so an address that looks right can still be the wrong destination — withdrawing safely covers the checks. - Confusing the wallet with the address. One wallet derives many addresses across many chains from a single phrase. “My wallet” and “my address” are not the same unit.
- Signing a transaction without reading what it authorises. Approvals can grant an open-ended permission to move a token later. The signature, not the key leak, is what drains most active wallets.
- Treating a wallet as a trading account. Order books live on exchanges. A wallet is where coins sit when you are not trading them — see self-custody for which balance belongs where.
FAQ
Does a crypto wallet actually store my coins? No. The coins are entries on the blockchain. The wallet stores the private key that can spend those entries, plus a cached view of the balance so it has something to show you. This is why the same wallet restored on a new phone shows the same balance immediately.
Do I have to pay to create a wallet? No. Creating a wallet is generating a random number on your own device and deriving keys from it. There is no registration and nothing to buy. You only pay network fees when you send a transaction. Anything asking for payment to “activate” or “validate” a new wallet is a scam.
If I delete the wallet app, are my coins gone? Only if the seed phrase is gone too. Deleting the app removes the keys stored on that device; the balance stays on the blockchain untouched. With the phrase written down you reinstall any compatible wallet, restore, and the same addresses and balances reappear.
Can someone steal my coins if they know my wallet address? No. An address can only receive and can only be read. Spending requires the private key. Sharing an address does cost you privacy, though: anyone holding it can see that address’s full history and balance.
The phrase is the wallet — learn how to keep it
Where a seed phrase must live, where it must never live, and how the scams that ask for it are worded.
Every key term, one roadmap
The whole slide course — ten free PDF parts, 351 pages.
A wallet is the object; self-custody is the decision to use one, and the seed phrase is the single point of failure both depend on. When you are ready to move coins into one, withdrawing safely walks through the checks that cannot be undone afterwards.