How to set up your first hardware wallet, step by step
A calm, thorough walkthrough of setting up your first hardware wallet, from buying direct to testing recovery before you fund it, plus the beginner mistakes that quietly drain wallets.
Originally published Apr 8, 2026

How to set up your first hardware wallet, step by step
A hardware wallet is not a magic vault. It is a small, single-purpose computer with one job: keep your private keys off the internet-connected machine you use every day. When you send crypto, the transaction is passed to the device, signed inside the chip, and only the finished signature comes back out. The keys themselves never leave. That is the whole security model, and grasping it changes how you set the device up, because almost every serious loss of funds has nothing to do with someone cracking the chip. It comes from a person handing over their recovery phrase to a fake support agent, buying a tampered unit, or backing the secret up somewhere a thief, a flatmate, or a house fire can reach.
This guide walks through a first setup in the order that actually protects you: buy direct, let the device generate its own seed, write that seed on something durable and never digital, set a PIN and decide about a passphrase, then wipe the device and recover from your backup before a single coin goes in. We will also cover verifying receive addresses on the device screen, keeping firmware honest, and the errors beginners repeat most. None of this is financial advice. It is operational security. The aim is that when you finish you own a wallet you can trust and, just as importantly, one you have proven you can rebuild.
Buy the device directly from the manufacturer
The setup begins before the box arrives, because supply-chain tampering is the one attack that quietly undermines everything downstream. Buy from the manufacturer's own website or an authorized reseller they name on their site. Skip marketplace third-party sellers, auction listings, and suspiciously discounted units. A wallet that turns up pre-configured, with a PIN already set or a recovery phrase printed on a card 'for your convenience,' is not a shortcut, it is a trap: the attacker generated that seed, knows every word, and is waiting for you to fund an address they can already sweep. A legitimate device ships with no keys on it. You generate them yourself on first boot, and there is no exception to that rule.
When the package arrives, treat setup as a verification step rather than a formality. Reputable devices run firmware cryptographically signed by the manufacturer, and the companion app checks that signature when you connect. If the check fails, stop and contact support through a link you found yourself, not one from an email. Anti-tamper seals are weak evidence on their own, since shrink-wrap and holographic stickers can be reproduced convincingly; the firmware signature and the device forcing you to create a fresh seed are far stronger signals of authenticity. If anything about the initial state feels pre-arranged, do not use the device.
- Buy from the official site or a named authorized reseller, never a random marketplace listing.
- A genuine unit ships with no PIN and no seed; you create both on first power-on.
- Let the official companion app verify firmware authenticity before you proceed.
- A recovery phrase pre-printed in the box is a definitive sign of fraud, not a convenience.
Let the device generate the seed, and understand what it is
On first boot the wallet offers to create a new wallet. Choose that and let the device generate the recovery phrase entirely on its own. This matters because the seed phrase, usually 12 or 24 words drawn from the standardized BIP-39 word list, is the master secret from which every private key and address in your wallet is mathematically derived. If those words are produced with weak randomness, or if they ever exist somewhere an attacker can read them, the security of the hardware becomes irrelevant. A quality device generates that entropy inside a secure element using a hardware random number generator, which is exactly why you should never import a seed you found online, generated in a browser, or received from anyone else. A seed someone else has seen is a seed someone else controls.
How the word count actually affects you
A 24-word phrase encodes more entropy than a 12-word one, but both sit far beyond any realistic brute-force attack. The numbers involved are so large they dwarf the count of atoms available to any conceivable computer, so in practice nobody is guessing your words either way. The real choice is about backup burden and compatibility, not attackers. Twelve words are quicker to transcribe and leave fewer chances for a copying error; twenty-four give a wider margin and are the default on many devices. Either is fine for a beginner. What is never fine is treating the phrase like a password you can reset, because there is no reset and no account behind it. Whoever holds the words holds the coins.
The hardware protects your key from the computer. Nothing protects your key from a photograph of the seed phrase. That is the one job you cannot delegate to the device.
Write the seed on paper or metal, and never digitise it
The device displays the words one at a time and asks you to write them in order. Do exactly that, by hand, on the card provided or on a purpose-made metal backup plate. The single most important rule of the whole process is that the seed phrase must never exist in digital form. Do not photograph it, type it into a notes app or password manager, email it to yourself, save it to cloud storage, or read it aloud near a smart speaker. The instant the phrase touches an internet-connected device it inherits every vulnerability of that device, and you have discarded the entire reason you bought a hardware wallet. Cloud backups sync, phones get compromised, and password-manager breaches happen; the seed is the one secret that must stay offline permanently.
Paper is acceptable for modest amounts, but it burns, floods, and fades. For anything you would be genuinely hurt to lose, stamp or engrave the words onto a stainless-steel or titanium backup that survives fire and water. Store it somewhere private and physically secure, such as a home safe or a bank deposit box, and consider geographic separation so a single fire or flood cannot take both the device and its backup at once. More advanced users split trust further with schemes like Shamir Secret Sharing, which breaks the seed into multiple shares where only a chosen threshold can reconstruct it, so losing one share is not fatal and finding one share is not enough to steal from you. That is a step beyond a first wallet. For now, one carefully written, well-hidden metal backup is a strong and honest baseline.
Order is part of the secret
Write the words in the exact sequence shown and number them one through twelve or one through twenty-four. The order is not decorative; it is part of the data, and a phrase recovered out of sequence will not restore your wallet. Check each word against the device screen as you write it, because the BIP-39 list contains words that look alike at a glance, and a single wrong or misordered word produces a backup that fails silently, exactly when you finally need it.
Set a PIN, and decide whether you need a passphrase
The PIN protects the physical device. If the wallet is lost or stolen, the PIN is what stops a thief from plugging it in and draining it. Choose something that is not trivially guessable and avoid birthdays or repeated digits. Then understand the built-in defence: after a limited run of wrong attempts, a good hardware wallet wipes itself, erasing the keys from the chip. That is a feature. Because your seed backup exists, a self-wipe is a minor inconvenience you recover from in minutes, while for the thief it is a dead end. This is precisely why the backup must be correct and tested before you lean on the PIN as your last line of physical defence; the whole scheme assumes you can restore what the device just erased.
The optional passphrase, sometimes called the '25th word,' is a distinct and more powerful feature that beginners should understand before switching on. A passphrase is an extra secret you supply on top of the seed; the two combined derive a completely separate set of wallets. Someone who steals your written seed still cannot reach passphrase-protected funds without also knowing the passphrase, which lives only in your memory. That property enables useful tactics, such as keeping a small decoy balance on the seed-only wallet while the real holdings sit behind a passphrase. The trade-off is severe and symmetric: the passphrase is stored nowhere and has no recovery path, so if you forget it, those funds are as permanently gone as if you had lost the seed itself.
- The PIN guards the physical device; wrong-guess limits trigger a self-wipe that a valid backup makes harmless to you.
- A passphrase creates hidden wallets that survive even a stolen seed, but it has zero recovery if forgotten.
- If you enable a passphrase, back it up with the same discipline as the seed, and never store the two together.
- Beginners can safely skip the passphrase at first and add one later, once the basics are second nature.
Test recovery before you fund it, and verify addresses on-device
Here is the step almost everyone skips and later regrets: before you send any meaningful amount, prove your backup works. Once the seed is written and setup is finished, wipe the device (or use a spare) and restore the wallet from your written words alone. If the same accounts and addresses reappear, your backup is verified and you now know, rather than hope, that you can recover. If they do not match, you have just caught a transcription error while it costs you nothing, instead of discovering it after loading your savings onto a wallet you can never rebuild. This single dry run is the line between people who own their crypto and people who are one dead device away from losing all of it.
With recovery confirmed, make on-device verification a habit for every deposit and withdrawal. When you generate a receive address, confirm it on the wallet's own screen, not only in the companion app. Malware on your computer can rewrite the address the app displays while your funds route to the attacker. The same discipline applies when sending: the amount and destination that count are the ones on the trusted screen you approve with a physical button. This is what defeats clipboard-hijacking and address-swapping attacks, a common malware family that watches for a copied crypto address and silently replaces it with the attacker's. The compromised machine can lie to your eyes, but it never gets to decide what the secure chip signs.
Start with a test amount
For your first real deposit, send a small amount, confirm it arrives, confirm you can send a fraction back out, then move the rest. The cost is a little in fees and a few minutes, and in return you validate the entire chain end to end: address generation, receiving, signing, and broadcasting on the network you intended. Treating the first transaction as a rehearsal is cheap insurance against a misconfigured account or sending on the wrong network, a mistake that can strand funds permanently.
Ongoing hygiene and the mistakes beginners make
Setup is a moment; custody is a habit. Keep firmware and the companion app reasonably current, since updates patch real vulnerabilities, but install them only through the official app and never in response to an unsolicited email, popup, or 'support' message urging you to re-enter your seed. No legitimate firmware update ever asks for your recovery phrase. Treat any request for those words, from anyone, in any channel, as an attack by definition, because that is what it is. The device is built so you never type the seed into a computer during normal use; the only legitimate time you enter it is when restoring onto a hardware wallet you control.
Most beginner losses cluster into a short list of avoidable errors. Photographing the seed 'just in case.' Buying a cut-price used device. Storing the metal backup in the same drawer as the wallet, so one burglary takes both. Enabling a passphrase, forgetting it, and locking themselves out for good. Approving a transaction without reading the address on the device screen. And, quietly the most common, never testing recovery, so the backup meant to save them turns out to carry a wrong word in slot fourteen. Every one of these is a process failure rather than a technology failure, which is the good news: they sit entirely within your control.
Match your custody effort to what is at stake. A hardware wallet sharply reduces the attack surface for anyone holding more than pocket change, but it shifts responsibility onto you. There is no support line that can reverse a bad approval or recover a forgotten passphrase. That is the point of self-custody, and it is a fair trade once the discipline becomes routine. Set the device up carefully once, prove you can recover, and the day-to-day turns calm and unremarkable, which, in security, is exactly what success looks like.
This article is educational and not financial advice. Crypto assets are volatile and self-custody carries irreversible risks; do your own research and only hold what you understand and can manage responsibly.
Frequently asked questions
Where should I buy a hardware wallet to make sure it's genuine?+
Buy only from the manufacturer's official website or an authorized reseller they name directly. Avoid marketplace third-party sellers, auction sites, and heavily discounted or used units. A genuine device ships with no PIN and no seed, so you generate both yourself on first boot. If it arrives with a recovery phrase already printed inside, it is a scam; do not use it.
Should I choose a 12-word or 24-word recovery phrase?+
Both are secure far beyond any realistic brute-force attack, so for a beginner either is fine. Twenty-four words carry more entropy and are a common default; twelve are quicker to transcribe with fewer chances for error. The real decision is your own backup discipline and ecosystem compatibility, not attackers guessing the words. Whatever you pick, back it up perfectly and in the correct order.
Is it safe to store my seed phrase in a password manager or take a photo of it?+
No. The seed phrase must never exist in any digital form: no photos, notes apps, password managers, cloud storage, or email. The moment it touches an internet-connected device it inherits that device's vulnerabilities and defeats the entire purpose of the hardware wallet. Write it by hand on paper or, better, engrave it on metal, and store that backup physically and privately.
What happens if I forget my PIN or my passphrase?+
A forgotten PIN is recoverable: too many wrong guesses wipe the device, and you restore from your written seed onto the same or a new device. A forgotten passphrase is different because it is stored nowhere and has no recovery path, so any funds behind a lost passphrase are permanently inaccessible. That asymmetry is why beginners can skip the passphrase until they are comfortable.
Why should I test recovery before adding funds?+
Because it proves your backup actually works while nothing is at stake. Wipe the device (or use a spare), restore from your written words alone, and confirm the same addresses reappear. If they do, you know you can recover; if they don't, you just caught a transcription error for free instead of after loading your savings onto a wallet you can never rebuild.
Why do I need to verify the receive address on the device screen?+
Malware on your computer can silently swap the address shown in the companion app or on your clipboard for the attacker's own. The hardware wallet's screen shows the true address and requires a physical button press to approve. Confirming the address and amount on that trusted screen, not just on your laptop, is what defeats clipboard-hijacking and address-swapping attacks.
How this was reported
ChainWatch Daily is independent and reader-funded. Stories are written by named journalists and checked against primary sources before publishing. We disclose holdings, correct errors in the open, and never accept payment for coverage.
More like this
Bitget loses $351.6m — and the fund it says covers it is one we could not verify
The largest exchange theft of 2026 came through spoofed transfers, not stolen keys. Bitget says a $464m protection fund absorbs it. We reviewed that fund before the hack: genuinely scoped to theft, and impossible to check.

Exchange publishes proof-of-reserves with a zero-knowledge attestation
An exchange has published a proof-of-reserves backed by a zero-knowledge attestation, proving it holds the assets it claims without exposing customer data. But reserves are only half of solvency. The liabilities side is where the real questions live.

Cross-chain bridge resumes operations after a security audit
A cross-chain bridge is back online after pausing for a security audit. The restart is a good moment to understand why bridges concentrate so much risk, how their trust models actually work, and what an audit can and cannot promise.