Keyboard shortcuts

BTC79,835-1.71%ETH2,265.41-2.36%SOL91.03-4.86%BNB671.66-1.53%XRP1.43-1.98%ADA0.2649-3.47%DOGE0.1134+0.76%AVAX9.70-3.48%LINK10.26-3.93%DOT1.33-5.18%BTC79,835-1.71%ETH2,265.41-2.36%SOL91.03-4.86%BNB671.66-1.53%XRP1.43-1.98%ADA0.2649-3.47%DOGE0.1134+0.76%AVAX9.70-3.48%LINK10.26-3.93%DOT1.33-5.18%
BeginnerCrypto 101

What is a wallet?

A crypto wallet does not store coins. It stores the private keys that let you sign transactions moving coins recorded on the blockchain.

Last updated Nov 1, 2025, 12:00 PM UTC

A crypto wallet is not a thing that holds coins. It holds a key. The coins live on the blockchain, as entries in a public ledger, and the wallet's job is to prove you have the authority to move them. Almost every frustration a beginner has with wallets — lost funds, stuck transactions, strange addresses — traces back to this one idea.

Keys, not coins

At the center of every wallet is a private key, a very large random number. From that private key, the software derives a public key, and from the public key, an address — the string starting with "0x" on Ethereum or "bc1" on Bitcoin that you share with someone sending you funds. The math runs one way only. Anyone with the public key can check a signature, but only the holder of the private key can produce one.

When you "send" crypto, the wallet does not actually transmit a coin. It constructs a message — "move 0.1 ETH from my address to this other address" — signs it with the private key, and broadcasts that signed message to the network. Validators or miners check the signature against the public key, confirm the balance, and write the new entry into the next block. The wallet is the pen you sign with; the blockchain is the ledger.

This is why losing a seed phrase is catastrophic and why there is no reset button. Nobody has a record of your key except you. See the explainer on seed phrases for how backups work.

Hot vs. cold

Wallets are usually sorted into hot and cold based on whether the key touches an internet-connected device. A hot wallet — MetaMask, Phantom, Rabby, a mobile app — is fast, convenient, and always online. Signing a transaction takes a click. The cost of that convenience is exposure: malware, phishing sites, and malicious browser extensions can all try to steal the key or trick the user into signing something dangerous.

A cold wallet keeps the key on a device that was never online, or at least not online when signing. A hardware wallet like a Ledger or Trezor is the common form: the key lives inside a small chip, the transaction is prepared on the computer, and the device signs internally and returns only the signature. A malicious computer can still trick a careless user, but it cannot extract the key.

Most active users run both: a hot wallet for day-to-day interactions with small balances, and a cold wallet for holdings they are not planning to touch this week.

Custody is a spectrum

When people say "not your keys, not your coins," what they mean is that the entity holding the private key is the real owner. If your funds sit on Coinbase or Binance, you have a claim against the exchange, not control of the coins. The exchange can freeze, lose, or in the FTX case, spend your assets. It can also offer convenience, fiat rails, and customer support, which self-custody cannot.

Self-custody wallets put the key in your hands. Smart-contract wallets — Safe (formerly Gnosis Safe), Argent, newer account-abstraction wallets — sit in between: the key signs, but programmable rules (multisig approvals, daily spending limits, social recovery) shape what the signature can authorize.

The right answer depends on how much you are holding and how much you value optionality. A few hundred dollars of spending money on a reputable exchange is fine. A six-figure long-term position on a hot wallet is not.

Addresses, networks, and the small things that break

A single seed phrase can derive addresses on many chains, but those addresses are not interchangeable across networks that don't share a design. Sending USDC on Ethereum to a Solana address will lose the funds. Most wallets warn about this; users still ignore the warnings. Double-checking the chain selector before sending a large transfer is a habit worth building.

Addresses are also not recognizable. They are 40 hex characters. This is why ENS names ("vitalik.eth") and similar naming services caught on, and why phishing that targets address confusion — replacing the first and last few characters to look right — is common. Verify on the device screen, not the browser.

Why it matters

The wallet is the whole user experience of crypto. It is where trust is established or broken, where self-custody either works or produces a support ticket with no remedy. Understanding that a wallet is a key, and that the key is the asset, is the difference between treating crypto like a brokerage account — where someone can fix your mistakes — and treating it like cash carried in a waterproof envelope. It is less forgiving than a bank account and more private than one. Both of those properties flow from the same fact.

Related terms

More explainers