Understand secure signing devices, their limits and a safer setup ceremony. The checks below separate control of keys, backup design, and promises made by a service.

Key takeaways
  • The trusted display is as important as the secure chip.
  • Hardware wallets reduce key exposure but do not eliminate user error.
  • A small test and recovery rehearsal are part of setup.
01

The security boundary

A hardware wallet aims to keep signing keys isolated even when connected to a compromised computer. It displays critical transaction details so the user can verify them on a trusted screen.

02

Threats remain

A device cannot save a seed phrase entered into a phishing site, an address ignored on-screen or a malicious recovery process. Supply-chain checks, authentic firmware and careful verification still matter.

Name who controls the key. A wallet interface, an exchange account, and a recovery backup can expose different people to different failures.
03

Set up deliberately

Buy from a source you can evaluate, initialize the device yourself, record the generated backup offline and verify a receiving address on the device. Send a small test, then rehearse recovery before scaling up.

04

What happens when you sign

Your computer or phone builds an unsigned transaction and passes it to the device, typically as a partially signed Bitcoin transaction. The device checks it, shows the destination address and amount on its own screen, and waits for you to confirm with a button. Only then does it sign, inside its own chip, and hand back a signed transaction for the computer to broadcast.

The private keys never leave the device. A compromised computer can lie about what it wants signed, which is why reading the device screen — not the computer screen — before pressing confirm is the whole security model.

05

Choosing one

Prefer a device with a screen large enough to show a full address, open-source firmware you or others can audit, a secure element or an equivalent design for key storage, and a manufacturer with a track record of disclosing and fixing vulnerabilities. Air-gapped models that communicate by QR code or SD card remove the USB connection entirely.

Multi-asset support is a convenience with a cost in attack surface; Bitcoin-only firmware exists for several devices. Buy new, from the maker or an authorised reseller, and generate the recovery phrase on the device yourself. Price differences between models are small next to the amounts they protect.

06

Living with it

The device is a signer, not the backup: the recovery phrase is. Test restoring the phrase on a second device or in software with a small balance before relying on it. Update firmware from the official app and verify what it asks you to confirm.

Do not enter the phrase into the manufacturer's app, website or support chat — the device has it and does not need it again, and no legitimate support request involves it. Keep a note of the derivation path and address type so a different wallet can find your coins years from now.

For larger holdings, two devices from different makers in a two-of-three multisig removes the single point of failure.

Turn this into a recovery check

Write down who can authorize a spend, what must be backed up, and how recovery will be tested without exposing a seed phrase. Start with a small amount before relying on a new custody setup.

Q&A

Common questions

What does a hardware wallet protect against?

Malware on your computer or phone. The private keys are generated and kept inside the device, transactions are signed there, and the device shows the amount and address on its own screen so a compromised computer cannot silently change them.

What if the device breaks or is lost?

Restore from the recovery phrase on a replacement or on compatible software. The device is a signer, not the only copy of the keys; the phrase is. Test the restore with a small amount when you first set the device up.

Is a second-hand hardware wallet safe?

No. A tampered device or a pre-generated recovery phrase supplied in the box gives the seller access to everything you deposit. Buy new from the manufacturer or an authorised reseller and generate the phrase yourself during setup.

Sources

Sources and further reading

Primary documents this guide draws on. Links open the original publisher.

  1. Hardware wallet Bitcoin Wiki
  2. BIP 174: Partially Signed Bitcoin Transactions Bitcoin Improvement Proposals
  3. BIP 39: Mnemonic code for generating deterministic keys Bitcoin Improvement Proposals
  4. Choose your wallet bitcoin.org