Term

Hardware wallet

A hardware wallet is a dedicated physical device that securely stores private keys and signs transactions offline to protect against malware and remote attacks.

Type:
wallet
security
Also known as:
hardware-wallet
cold wallet device
signing device
1
concept

A hardware wallet is a purpose-built device for managing cryptocurrency private keys and signing transactions securely. It isolates key material from internet-connected devices, reducing exposure to malware and phishing. Transactions are constructed on a computer or phone, sent to the device for approval and signing, and then returned as a signed transaction without the private key ever leaving the device.

Example 1.1

"Using a hardware wallet, your private key never touches your computer—only the signature does."

Example 1.2

"Common hardware wallets include devices from Ledger, Trezor, and BitBox; all require physical confirmation before signing."

2
security

Security models vary by device. Many hardware wallets use secure elements, passphrases, and PIN protection. Attack surfaces include supply-chain tampering, side-channel attacks, and insecure firmware. Best practices include verifying device authenticity, upgrading firmware from official sources, and using a strong BIP39 passphrase when supported.

Example 2.1

"Enabling a BIP39 passphrase on your hardware wallet creates a hidden wallet that protects funds even if the seed is revealed."

Example 2.2

"For high-value storage, combine a hardware wallet with multisig to mitigate single-device compromise."

3
usage

Hardware wallets typically back up keys using a 12–24 word seed phrase compatible with deterministic wallets. Many support multiple chains and tokens. Some devices operate fully air-gapped using QR codes or microSD cards, while others connect via USB or Bluetooth.

Example 3.1

"Air-gapped signing with QR codes avoids USB/Bluetooth attack surfaces."

Example 3.2

"If you lose the device, you can restore funds on a new one using the seed phrase—keep it offline and secure."

4
tradeoffs

Hardware wallets improve key isolation but add cost and UX overhead. Users must protect the seed phrase and device PIN. Firmware updates, vendor lock-in, and closed-source components can affect trust. For small amounts or frequent payments, a hot wallet may be more convenient.

Example 4.1

"Daily spending is easier from a hot wallet, while savings are safer on a hardware wallet kept in secure storage."

Example 4.2

"Open-source firmware allows independent audits but may lack secure elements; closed-source firmware can use certified chips but requires trust in the vendor."

All terms and definitions may update as the Cryptionary improves.