wardcrest

Setting up a hardware wallet properly

How to buy, verify and test a hardware wallet, write down the seed phrase, decide whether to use a passphrase, and keep the device current.

Updated 15 Sept 2026 · Beginner · 3 min read

In short

  • Buy a hardware wallet from the maker or an authorised reseller, and reject any device that arrives opened, pre-set or with recovery words already supplied.
  • Write the seed phrase by hand, verify it on the device and understand the trade-off before adding a BIP 39 passphrase.
  • Before moving real money, update firmware from the official source and test the backup and a small send-receive cycle.

Buy the device and assume the packaging proves nothing

A hardware wallet keeps private keys on a dedicated device and shows transaction details on its own screen. That helps because malware on the computer cannot silently change what the device itself displays for approval. It does not help if the device or the setup process was tampered with before you began.

Buy from the maker or from a reseller the maker lists publicly. Packaging can be copied, stickers can be replaced and a shrink-wrapped box can still hold a trap. What matters is what the device asks you to do when it starts.

Verify the device and the software

  1. Download the companion app from the maker’s own site, typed by you or opened from a bookmark. If you want a second opinion on the download page, check it with the link checker.
  2. Connect the device and let the official app run its authenticity or genuine check, if the maker provides one.
  3. Install or update the firmware only through the maker’s official app. Do not load firmware from links in email, chat or search adverts.
  4. Read the model’s own warnings. Some devices show the firmware hash or other authenticity data on the device screen itself.

Different makers implement authenticity checks differently, but the invariant is the same: the trusted instructions come from the maker’s own documentation, not from a search result or a stranger in chat.

Write down the seed phrase correctly

During setup the device creates a new seed phrase. Write it by hand, in order, exactly as shown. Never photograph it, type it into a notes app or save it in email. Anyone who gets those words can restore the wallet elsewhere and take the funds without the device.

  • Use the device’s own backup check if it offers one.
  • Make sure every word is readable and numbered.
  • Keep the backup somewhere dry, private and unlikely to be thrown away by mistake.
  • For larger sums, consider a second copy in another secure location.

The BIP 39 passphrase trade-off

Many devices support a passphrase on top of the seed. The same seed with different passphrases opens different wallets. This can protect you if the written words are found, because the words alone reveal only the wallet without the extra phrase.

The price is complexity. A forgotten passphrase is not recoverable, and a typo can send you into a different empty wallet that looks valid. Use one only if you are confident you can back it up, restore it and explain it to whoever would need to recover the funds after you.

Do a test transaction before you rely on it

  1. Receive a small amount first and confirm the receive address on the hardware wallet’s screen, not only in the app.
  2. If you will be sending on EVM chains, compare the destination carefully; the address poisoning checker helps when two addresses look similar.
  3. Send a small amount back out and confirm the destination and fee on the device.
  4. If the device supports it, test restoring from the seed on spare hardware or with a guided recovery check before storing larger sums.

Keep it current without weakening it

Firmware updates matter because wallet makers fix bugs, add chain support and improve transaction display. Update deliberately: from the official app, with your written backup already checked, and with enough time to verify that the wallet opens the accounts you expect afterwards.

For ongoing monitoring, keep day-to-day viewing separate from spending. A watch-only monitor can follow the addresses without exposing keys, and the hardware wallet only comes out when you really need to sign.

Put it into practice