MARKET
Glossary · 5 min read

What is a crypto wallet?

Cover reading: what is a crypto wallet
Quick answer. A crypto wallet does not store coins. It stores the keys that prove the coins are yours. The balance itself is an entry on a public blockchain ledger that thousands of computers hold a copy of. The wallet’s job is to keep your private key safe, derive your receiving address from it, and sign the transactions that move a balance the wallet never physically contains.

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.

What a crypto wallet actually holdsFive steps from a seed phrase to an on-chain balance, showing that the coins stay on the blockchain and the wallet app only holds the key and reads the ledger.1Seed phrase — 12 or 24 wordsGenerated on your device. No account, no company, nothing to register.2Private keyDerived from the phrase by a public formula. This is what signs.3Public addressDerived from the key. Safe to share — it can only receive.4Your balance, recorded on the blockchainThe coins are an entry on a public ledger. They never enter the app.5The wallet appReads that ledger entry and signs with the key. That is its whole job.Only steps 1-3 live in the wallet. Step 4 — the balance — never does.
The coins never move into the wallet. Steps 1-3 are yours to keep; step 4 is a number on a public ledger that the app in step 5 merely reads.

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.

Wallet app versus blockchainSix-row comparison showing the wallet app holds keys and a cached view while the blockchain holds the coins and the authoritative balance.The wallet appThe blockchainHolds the coinsNoYes — as a ledger entryHolds your balanceA cached view of itThe authoritative numberHolds your private keyYes, encrypted on deviceNeverYou delete the appKeys gone with itBalance untouchedYou still have the phraseReinstall, restoreSame balance, same addressYou lose the phraseNothing to resetBalance sits there, unspendableLosing the app is an inconvenience. Losing the phrase is the loss.
Read the last two rows together: with the phrase, deleting the app costs you nothing; without it, the balance on the right stays visible forever and can never be spent.

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 21283.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.

So guessing is not the threat. Every realistic loss is mundane: a phrase photographed and synced to a hacked cloud account, a phrase never written down at all, a transfer sent on the wrong network, or a signature that quietly granted a contract permission to move your tokens. The cryptography is the strongest part of the system. The backup habit is the weakest, and it is the part you control.

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.

TermWhat it actually describesThe question it answers
Hot walletKeys on an internet-connected device (phone, browser extension)Is the key online?
Cold walletKeys on a device that never connects; it signs offlineIs the key online?
Non-custodialYou hold the key — a real wallet in the sense aboveWho holds the key?
CustodialA company holds the key; you hold a claim in its databaseWho 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

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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.

Risk reminder: this is education, not advice. Most retail traders lose money.
NEXT STEP

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.

Glossary: seed phrase →

FREE COURSE · 10 PARTS

Every key term, one roadmap

The whole slide course — ten free PDF parts, 351 pages.

Get the free course →

This guide describes how wallets work, not a recommendation for any wallet product. The key-space figures are calculated by TradingPrimer from the BIP-39 standard (12 words × 11 bits = 132 bits, 128 of them entropy) with the working shown so you can reproduce it. Published 11 Sep 2026.

← Full glossary

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.