Back to Blog
crypto 2026-04-28

Crypto Wallet Types Explained

Hot, cold, custodial, multi-sig: which wallet matches your risk tolerance?

Owning crypto means managing keys. A "wallet" does not actually store coins โ€” coins live on the blockchain as ledger entries. What a wallet stores is your private key, the secret number that authorizes spending from your addresses. The wallet you choose determines how secure that key is and, more fundamentally, who actually controls it.

Keys, Seed Phrases, and What a Wallet Really Is

Modern wallets generate a seed phrase โ€” 12 or 24 words drawn from a standardized 2,048-word list (the BIP-39 standard) โ€” from which every private key and address in the wallet is mathematically derived. Two consequences follow. First, the seed phrase IS the wallet: anyone who has those words has your funds, from any device, anywhere, instantly. Second, the hardware or app itself is replaceable; lose the device, and the seed phrase restores everything.

Custodial vs Non-Custodial

  • Custodial โ€” an exchange such as Coinbase or Binance holds the keys. Convenient, password-recoverable, familiar. But legally and practically, the exchange owes you the coins; you do not possess them.
  • Non-custodial โ€” you hold the keys. Full control, full responsibility, no customer support hotline for mistakes.
History explains the crypto saying "not your keys, not your coins." Mt. Gox collapsed in 2014 with roughly 850,000 BTC of customer funds missing; creditors waited a decade for partial repayment. FTX failed in 2022 with a customer shortfall measured in the billions of dollars. Custodial risk is not theoretical โ€” it is the single largest cause of retail crypto losses.

Hot Wallets: Convenience With an Attack Surface

Hot wallets are software connected to the internet: MetaMask, Phantom, Rabby, Trust Wallet. They are free, instant, and integrate with exchanges and DeFi applications.

The trade-off is exposure. Common attack vectors include phishing sites that imitate real dApps, malicious transaction approvals (you think you are signing a mint; you are granting unlimited spending of a token), clipboard malware that swaps the destination address as you paste it, and compromised browser extensions.

Rule of thumb: keep only what you would carry as cash in your pocket. Periodically review and revoke old token approvals with a tool such as Revoke.cash.

Cold Wallets: Keys That Never Touch the Internet

Hardware wallets โ€” Ledger, Trezor, Keystone, Coldcard โ€” hold the private key inside a dedicated device. Transactions are prepared on your computer, but the signature happens inside the device, so the key never touches an internet-connected machine. Even a fully compromised laptop cannot extract it.

Costs run $60โ€“200 โ€” trivial insurance for meaningful holdings. Two practices matter: buy directly from the manufacturer, never second-hand or from third-party marketplace sellers (pre-tampered devices are a documented scam), and always verify the receiving address on the device's own screen, not just the computer's.

A common threshold: once crypto holdings exceed a few months' income, hardware storage stops being optional.

Multisig: Removing the Single Point of Failure

A multisignature wallet requires M of N keys to move funds โ€” 2-of-3 is the standard pattern:

  • Key 1 on your phone or laptop
  • Key 2 on a hardware wallet at home
  • Key 3 on a hardware wallet in a bank deposit box or with a trusted party
One lost or stolen key is now an inconvenience rather than a catastrophe. Tools include Casa and Unchained for Bitcoin and Safe (formerly Gnosis Safe) for Ethereum. The costs are complexity and slower transactions, which is why multisig mostly suits large, long-term holdings โ€” and estate planning, since heirs can be given key shares without any single person having unilateral control.

Seed Phrase Security: Where Most Losses Actually Happen

  • Never store the phrase digitally: no photos, no cloud notes, no password managers, no email drafts. Digital copies are what malware hunts for.
  • Write it on paper as a start; stamp or engrave it on stainless steel for fire and flood resistance.
  • Never type it into any website or app, ever. Legitimate software asks for it only when restoring a wallet you initiated. "Validate your wallet" messages are always scams.
  • Consider an optional BIP-39 passphrase (a "25th word") โ€” but understand that losing the passphrase loses the funds, permanently.

Common Mistakes

  • Sending a full balance without a small test transaction first
  • Falling for address poisoning: attackers send dust from addresses that visually resemble yours, hoping you copy the wrong one from history
  • Screenshotting the seed phrase during setup "just for now"
  • Keeping everything on one exchange because self-custody feels intimidating
  • Forgetting that inheritance needs a plan โ€” keys die with their owner unless documented securely

A Note on Taxes

In most jurisdictions, moving crypto between wallets you own is not a taxable event, but selling, swapping, or spending it usually is โ€” and clean records of wallet-to-wallet transfers prevent your future self from misreporting cost basis. Rules differ sharply by country; consult a tax professional familiar with digital assets.

This article is educational content, not financial advice. Crypto assets are volatile and largely unrecoverable when lost โ€” size your holdings, and your security effort, accordingly.