Unboxing and supply-chain checks
When you open the box, look for signs of tampering. Modern packaging usually includes a seal or sticker. If the box looks altered, don’t use the device; contact the seller (or see where-to-buy-safely).
Image: ![Unboxing image placeholder]()
What I check immediately:
- Physical condition and intact seal.
- That the device shows a boot screen when connected (a blank or corrupted screen is a red flag).
- That the serial number matches the enclosed paperwork (if present).
Supply-chain verification reduces risk. But remember: the device will create your seed phrase on-screen; this is the single point of truth.
Related: supply-chain
Quick step-by-step: first-time setup
Below is a concise, actionable how to set up a Ledger hardware wallet (nano ledger setup) that also serves as a how to use a ledger nano s guide for USB-only models.
Step 1 — Connect and power
Connect the device to your computer or phone (USB or Bluetooth, depending on model). The device should display a welcome message and prompt you to install a companion app for account management.
Step 2 — Initialize or restore
You’ll be asked whether to set up as a new device or restore from an existing recovery phrase. For first time ledger setup, choose "Set up as new device".
Step 3 — Choose a PIN and confirm
Pick a PIN you can reliably enter but that isn’t guessable. The device will ask you to enter it twice. If you forget the PIN, the device can be reset but you will need your seed phrase to recover funds (so keep that safe).
Step 4 — Write down the recovery phrase
The device will display the recovery phrase word-by-word. Write each word down in order on the provided recovery card (or your own secure backup). Confirm the phrase on the device when prompted. (Most devices use BIP-39 or compatible schemes; the device will state the exact length.)
But don’t store that paper near your house’s main entrance. Store metal plates off-site if you can.
See seed-phrase and metal-backup-plates.
Step 5 — Install companion app and add accounts
Install the official companion application on your desktop or mobile (search for the app name on your OS store or use the official docs link). From there, install coin-specific apps and add accounts for Bitcoin, Ethereum, Solana, and others. Use official app pages and verify app signatures where possible.
Internal links: ledger-live • add-accounts-apps
Daily usage: sending, receiving, app management
Once set up, daily use looks like this:
- To receive: open the account in the companion app and copy the receive address. Confirm the address on the hardware wallet screen.
- To send: prepare a transaction in the app, then confirm transaction details on the device; the device signs the transaction with private keys that never leave the secure element.
I noticed that verifying addresses on the device screen is the single most helpful habit you can form. It thwarts address-replacing malware.
Related: send-receive • connecting-desktop-mobile
Security architecture: what protects your private keys
Hardware wallets store private keys inside a secure element (secure chip) and require physical confirmation for transactions. This design prevents keys from being copied to your phone or computer. Firmware updates are signed; check signatures before applying updates (see firmware-updates and verify-firmware).
Air-gapped signing is possible in more advanced setups (you sign on the device or an offline machine and broadcast later). That adds protection but is more complex.
For technical reading: BIP-39 (seed phrase standard) and SLIP-39 (Shamir-like backups) are helpful references.
References: BIP-39 spec (https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) • SLIP-39 (https://github.com/satoshilabs/slips/blob/master/slip-0039.md)
Seed phrase and passphrase: backups and recovery
Seed phrase length varies by device and setting (12 vs 24 words are common under BIP-39). The device will show the exact length during setup. A passphrase (often called a 25th word) is optional; it creates a hidden wallet but is effectively a single point-of-failure if forgotten.
Use metal backup plates for long-term preservation. SLIP-39 offers secret-sharing-style backups if you prefer splitting recovery between trusted parties (see shamir-backup-slip39).
Related: restore-recovery • passphrase-25th-word
Advanced: multisig and cold-storage strategies
Multisig (multi-signature) spreads control across multiple devices or keyholders. It reduces single-device risk and is commonly used for larger holdings or family inheritance plans. Typical setups: 2-of-3 or 3-of-5 multisig wallets. Multisig requires wallet compatibility; check multisig-compatibility before starting.
Want geographic redundancy? Keep backups in different secure locations. Need inheritance? Use a plan that non-technical heirs can follow (legal documentation helps).
Related: multisig-setup • inheritance
Common mistakes & troubleshooting
- Buying from marketplaces or unofficial sellers — risk of tampering. See where-to-buy-safely.
- Photographing or storing your seed phrase digitally.
- Entering the seed phrase into a device that asks for it outside of initial device setup.
If you forget a PIN, see forgot-pin. If the device is damaged, see device-broken.
Quick comparison table: model feature breakdown
| Model |
Connectivity |
Screen |
Mobile-friendly |
Best for |
| Nano S |
USB only |
Small on-device screen |
Basic (USB OTG) |
Budget-conscious, basic cold storage |
| Nano S Plus |
USB only |
Larger screen, more app space |
Better desktop experience |
Users who want more apps and easier UX |
| Nano X |
USB + Bluetooth |
Larger screen |
Full mobile support (Bluetooth) |
Mobile-first users and frequent transactors |
(If you want deeper model comparisons, see ledger-models and individual guides: nano-s-guide • nano-s-plus-guide • nano-x-guide).
FAQ — real user questions
Q: Can I recover my crypto if the device breaks?
A: Yes — using your recovery phrase on a compatible hardware wallet or a trusted recovery method. See restore-recovery.
Q: What happens if the company goes bankrupt?
A: Your keys are yours. Hardware wallet companies provide the device and firmware, but recovery rests on your seed phrase. See company-risk.
Q: Is Bluetooth safe for a hardware wallet?
A: Bluetooth adds convenience for mobile use but increases the attack surface. For high-value cold storage, many choose USB-only or offline signing.
Conclusion & next steps
Setting up a Ledger hardware wallet (how to use a ledger, how to use ledger nano s, and similar nano ledger setup tasks) is straightforward if you move slowly during the seed phrase step and verify firmware and app sources. In my experience, forming two habits—always verify addresses on the device, and store a physical metal backup—prevents most loss scenarios.
Next steps: follow the step-by-step setup-initial guide, read about secure backups at seed-phrase, and consult firmware-updates before installing anything.
Further reading & references
- BIP-39 — mnemonic code for generating deterministic keys (GitHub)
- SLIP-39 — Shamir Backup standard (GitHub)
- Bitcoin.org — choosing and securing wallets
- Official companion app docs (see ledger-live)
Thank you for reading. If you want a model-specific quick start, check the nano-s-guide or nano-x-guide pages for tailored steps and screenshots.