Cold Wallet vs Hot Wallet
Offline hardware vs internet-connected apps. Security, trade-offs, practical hybrid.
Short answer
Hot wallet = internet-connected (MetaMask, exchange accounts, mobile apps). Convenient, exposed to remote attack. Cold wallet = offline hardware device (Ledger, Trezor, ColdCard). Requires physical access to compromise. Most users should use both: cold for savings, hot for active use, split based on what you can afford to lose.
The temperature spectrum
"Cold" and "hot" aren\'t binary — they describe a spectrum of internet exposure:
| Type | Example | Internet exposure |
|---|---|---|
| Exchange custody | Coinbase, Binance | Fully hot (exchange keys online 24/7) |
| Mobile/browser wallet | MetaMask, Rabby, Rainbow | Hot (keys on your device, which is online) |
| Hardware wallet (USB) | Ledger, Trezor | Semi-cold (keys on device, connected only when signing) |
| Air-gapped hardware | ColdCard, Keystone, Foundation Passport | Cold (never connects to internet; QR/SD-card signing) |
| Paper wallet / steel | Written seed, steel plate | Fully cold (no electronic device) |
| Multi-sig with distributed keys | Casa, Unchained | Cold (multiple physical devices, distributed) |
Attack vectors by temperature
Hot wallet attacks
- Phishing (fake websites that harvest seed phrase)
- Clipboard hijackers (malware that replaces pasted addresses)
- Malicious smart-contract approvals (sign and lose permissions forever)
- Compromised browser extensions
- Compromised device OS
- SIM swap attacks against SMS 2FA
- Exchange-level breach (if using custodial)
Cold wallet attacks
- Physical theft + PIN/passphrase coercion
- Supply-chain attack at manufacturer (Ledger 2020 customer data breach)
- $5 wrench attack (physical violence against the holder)
- Social engineering to get you to export seed to a hot device
- Phishing that tricks you into signing a malicious transaction on the hardware wallet\'s display
- Flawed firmware (rare but has happened — specific chip-level vulnerabilities patched)
Net: cold wallet eliminates ~90% of remote-attack vectors but introduces physical-risk vectors. For most users, the net is dramatically safer for significant holdings.
When to use which
Use a hot wallet (hardware not required) for…
- Active DeFi interaction (swapping, LP, lending)
- Amounts you can afford to lose — think of it as a checking account
- Testing new protocols or airdrops before moving larger positions
- Day-to-day spending
Use a cold wallet for…
- Long-term holdings beyond ~$1-5k
- Assets you don\'t need to move for months or years
- Crypto you\'d regret losing to a phishing link
- Inheritance-planning positions (see crypto inheritance planning)
Multi-sig for large positions
For holdings beyond ~$100k, single-hardware-wallet cold storage has a single-point-of-failure risk (lost seed, deceased holder without inheritance plan, coerced signing). Multi-sig (2-of-3 or 3-of-5) distributes keys across geographies and people. Services like Casa and Unchained provide professional multi-sig coordination.
Practical hybrid setup
- Buy a hardware wallet (ColdCard for BTC-only, Ledger/Trezor for multi-coin, see best crypto wallets).
- Set it up in an offline environment. Write seed phrase on paper; consider steel backup (Cryptosteel, Billfodl).
- Store seed backup separately from the device — different physical location. Consider split (Shamir SLIP-39).
- Move all long-term holdings to the hardware wallet.
- Maintain a hot wallet (Rabby + exchange account) with only active-use amounts.
- Never type your seed into a computer, never take a photo of it, never save in a password manager.
- For >$100k, upgrade to multi-sig via Casa or Unchained.
- Document everything for inheritance (see crypto inheritance planning).
Common misconceptions
- "Hardware wallets are unhackable." They\'re dramatically more secure, but not unhackable. Supply-chain, firmware, physical-coercion vectors exist.
- "An exchange is as safe as my bank." Your bank has FDIC/FSCS deposit insurance on cash. Crypto at an exchange has no equivalent. Platform bankruptcy converts you to unsecured creditor.
- "Paper wallets are outdated." Paper wallets with a single seed backup are weaker than hardware wallets because they\'re typically created on a potentially-compromised machine. Modern best practice: hardware wallet + steel seed backup.
- "If I lose my hardware wallet, my crypto is lost." No — you restore from the seed phrase on any new hardware wallet. The device itself is not the asset; the seed is.