Cold Wallet
A cold wallet is a cryptocurrency wallet that is not connected to the internet, providing enhanced security against online threats.
A cold wallet, also known as cold storage, is a cryptocurrency wallet that stores private keys completely offline, disconnected from the internet. This offline nature provides a significant security advantage against online threats such as hacking, phishing, and malware, which are common vectors for stealing digital assets from 'hot' wallets (those connected to the internet). Cold wallets can take several forms, including hardware wallets (dedicated physical devices), paper wallets (private keys printed on paper), and offline software wallets running on air-gapped computers. Hardware wallets are generally considered the most user-friendly and secure option for most users, as they provide a dedicated interface for managing transactions while keeping private keys isolated. The core principle is that private keys, which grant ownership and control over cryptocurrency, are never exposed to an internet-connected environment, thereby drastically reducing the risk of compromise. Transactions are typically initiated on an online device, signed offline using the cold wallet, and then broadcast back to the network.
graph LR
Center["Cold Wallet"]:::main
Pre_cryptography["cryptography"]:::pre --> Center
click Pre_cryptography "/terms/cryptography"
Rel_private_keys["private-keys"]:::related -.-> Center
click Rel_private_keys "/terms/private-keys"
Rel_wallet["wallet"]:::related -.-> Center
click Rel_wallet "/terms/wallet"
Rel_hot_wallet["hot-wallet"]:::related -.-> Center
click Rel_hot_wallet "/terms/hot-wallet"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Explain Like I'm 5
A cold [wallet](/en/terms/wallet) is like a super-secure piggy bank for your digital money that you keep hidden away from the internet. You only bring it out briefly to put money in or take it out, making it very hard for online thieves to find and steal your savings.
🤓 Expert Deep Dive
Cold storage wallets fundamentally rely on the principle of key isolation from network-connected environments. Hardware wallets achieve this through secure elements and dedicated firmware, often employing multi-signature schemes and transaction verification on the device itself. Paper wallets, while conceptually simple, are susceptible to physical degradation and require meticulous handling to avoid compromise. Air-gapped computers offer a robust software-based solution but demand significant user discipline. The security model hinges on the assumption that the offline environment remains uncompromised. Trade-offs include reduced convenience for frequent trading compared to hot wallets and the potential for physical loss or damage of the storage medium. Advanced users might employ multi-signature setups across multiple cold wallets for enhanced redundancy and security against single points of failure.