Overview
Managing multiple accounts and addresses on a hardware wallet is a common need. Some people separate funds by purpose (savings vs spending). Others keep a dedicated account for DeFi interactions. And some want one account per blockchain or per tax year. I’ve tested workflows over months, and what I’ll explain here will make the mechanics clear and give practical, step-by-step instructions.
This guide assumes you already know basic setup and seed phrase hygiene (see the setup guide and seed phrase management pages). If you want a deep look at passphrases, check passphrase (25th word).
How accounts and addresses actually work
Short answer: one seed phrase generates many private keys. Longer answer: your seed phrase (BIP-39) creates a master seed. The master seed feeds an HD (hierarchical deterministic) derivation tree (BIP-32/BIP-44 and variants). Each branch of that tree represents an account or address.
- Account = a higher-level branch (often an account index). Good for separating ledgers (e.g., personal vs business).
- Address = a single receiving address derived from an account (wallets will generate many addresses inside one account for privacy).
Why this matters: creating a new account in your companion app usually increments the account index (m/44'/60'/0', m/44'/60'/1', etc.). That creates distinct addresses but all are recoverable from the same seed phrase. (Yes, all of them—unless you add a passphrase.)
Step by step: add and view multiple accounts (practical guide)
This is a step-by-step flow I use in testing. It covers both desktop and mobile companion apps.
- Update firmware and companion app first. New versions sometimes change address presentation. See firmware updates.
- Connect and unlock your hardware wallet with PIN. Use USB or an air-gapped method if supported. (If you use Bluetooth, read usb-otg-bluetooth for trade-offs.)
- Open the companion app and choose the coin (Bitcoin, Ethereum, etc.).
- Click or tap "Add account". Name it clearly: e.g., "BTC — Savings" or "ETH — DeFi".
- For Bitcoin, select address type if asked (legacy/segwit/native segwit). For Ethereum, the default will usually work.
- To receive funds: select the account, choose Receive, and then confirm the address on your hardware wallet screen. Always confirm that the address shown in the app exactly matches the device screen before you paste or QR-scan it.
Worked example — two Ethereum accounts (conceptual):
- Account 0: m/44'/60'/0'/0/0 → "ETH — Personal"
- Account 1: m/44'/60'/1'/0/0 → "ETH — Exchange fund"
Create both accounts in the app and label them. When you send tokens or connect to DeFi apps, pick the account that matches your intended risk level.
Bitcoin vs Ethereum: account and address behavior (quick comparison)
| Topic |
Bitcoin |
Ethereum |
| Multiple accounts? |
Yes — each account has many addresses (external + change chains) |
Yes — each account is a separate address (same account can hold tokens too) |
| Multiple receive addresses per account |
Yes — wallets rotate receive addresses for privacy |
Typically one address per account; you can still generate new accounts |
| Token handling |
N/A |
ERC-20 tokens share the same account address |
Short table, but handy. It explains why people often use many Bitcoin receive addresses, but for Ethereum you usually manage multiple accounts instead of many addresses.
Passphrase (25th word) and hidden accounts
Adding a passphrase (often called a 25th word) creates completely separate wallets derived from the same device seed. That’s powerful for privacy and plausible deniability. But beware:
- A passphrase is not stored on the device or in your seed. If you lose the passphrase, the funds are irrecoverable.
- Each distinct passphrase creates a separate "hidden" account tree. Keep clear records (securely) of which passphrase maps to which purpose.
I believe the passphrase is excellent for advanced users. But for many people, separate accounts (without passphrase) hit the right balance. Read more: passphrase (25th word) and passphrase management.
Multisig, organisation & best practices
Multisig (multi-signature) is a different layer of protection: it requires multiple devices or keys to sign a transaction. Use multisig if you need higher security for large holdings or shared custody. Combine multisig with multiple accounts if you want an organisational structure (e.g., multisig for savings, single-signature for spending).
If you’re considering multisig, see the step-by-step multisig setup guide: multisig-setup and multisig-setups. (Yes, setting it up takes a bit of time. But the extra safety can be worth it.)
Common mistakes and troubleshooting tips
- Don’t assume a new account is a backup. One seed phrase recovers all accounts—unless you used a passphrase.
- Always verify receive addresses on the device screen. Phishing apps can display a different address in the desktop UI.
- Avoid buying hardware wallets from unofficial resellers. For more on supply chain safety see buying safely — resellers and supply-chain-authenticity.
- If an account shows zero balance in the companion app but you know funds were sent to that derivation path, try resyncing or consult recover-from-seed.
And yes, mistakes happen. But careful confirmation and clear naming will prevent most headaches.

FAQ
Q: Can I recover my crypto if the device breaks?
A: Yes. Recover by restoring your seed phrase on a new compatible device or software wallet—follow recover-from-seed.
Q: What happens if the company that made my device goes bankrupt?
A: Your funds aren’t tied to the company. They’re controlled by private keys derived from your seed phrase. Keep your seed phrase safe (see seed-phrase-management).
Q: Is Bluetooth safe for a hardware wallet?
A: Bluetooth can be convenient but increases the attack surface. For large sums, I prefer a wired or air-gapped flow. See usb-otg-bluetooth for more.
Q: How many accounts can I create?
A: Practically unlimited—each new account increments a derivation index. The companion app may limit UI display to a certain number, but the derivation tree itself supports many.
Q: Can I use one account for NFTs and tokens?
A: For blockchains like Ethereum, yes: the same account address holds ETH and ERC-20/ERC-721 tokens.
Conclusion & next steps
Managing multiple accounts and addresses on a hardware wallet is a mix of naming discipline, understanding derivation, and confirming everything on-device. I noticed that early labeling saves hours later. If you're new, start with two accounts (savings and spending) and expand once you’re comfortable.
Next reads: the setup/unboxing walkthrough, the seed phrase management guide, and the passphrase (25th word) primer. If you run into a sync or address visibility problem, check ledger-live-issues or the troubleshooting index: troubleshooting-index.
If you want, try this small exercise: create two accounts right now, send a tiny test amount to each, then attempt a restore on a separate device using your seed. That hands-on test teaches more than any article. Good luck, and stay practical about security.