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).
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.
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.)
This is a step-by-step flow I use in testing. It covers both desktop and mobile companion apps.
Worked example — two Ethereum accounts (conceptual):
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.
| 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.
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:
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 (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.)
And yes, mistakes happen. But careful confirmation and clear naming will prevent most headaches.
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.
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.