How to use multiple accounts
- Author
- CRYPTO PORT Editorial
- Published
- Updated
- Reading time
- 5 min
In short
One seed phrase can generate several accounts, so you can split them by purpose — long-term holdings, dApp connections, receiving. Separating them means a bad approval on one account does not drag the other's assets in with it. Adding an account is usually done from the wallet's account list.
Key points
- Several addresses come from the same seed phrase, with no extra backup needed
- Splitting by purpose limits how far an approval accident can spread
- When a balance is missing, check which account is selected
- Separate accounts still all fall together if the phrase leaks
Definition
Managing several addresses derived from a single seed phrase, each used for a different purpose.
Wallets in common use today derive many keys from one seed phrase according to a fixed scheme, so adding an account creates no new backup obligation: the phrase you wrote down at setup restores the added accounts too. 'HD wallet' and 'Derivation path' cover the mechanics.
The point of splitting is containment. When you connect to a dApp, the wallet exposes the connected account's assets to that site. If you grant a dangerous approval on a malicious site, what is at risk is what that account holds. Keep long-term holdings on a separate account and they stay out of reach. The more experimental the sites you visit, the more this separation is worth.
A workable split is three accounts: long-term holdings that you never connect, a dApp account holding only small amounts, and a receiving account whose address you give to other people. Once you decide the roles, label them in the app. The labels exist only on your device, but they meaningfully reduce sending from the wrong one.
Adding one generally means choosing an item meaning 'add account' from the account list menu; position and wording vary by app. Accounts appear in index order, and a shifted index is another thing that looks like a vanished balance. If funds seem missing right after a restore, the cause may be that extra accounts were not recreated automatically — add as many as you had and check again.
State the limit plainly: separate accounts all descend from the same seed phrase. If that phrase leaks, all of them go at once. Separation protects against approval and connection accidents, not against a leaked phrase. To separate the keys themselves you need a different device, a different phrase, or a hardware wallet.
Watch out for
- · Separating accounts does not help if the seed phrase leaks — all of them go together
- · Check which account is selected as the sender every time you transfer
- · A missing balance after a restore is often just too few accounts recreated; do not rush into other actions
Frequently asked questions
Does adding an account cost a fee?
Adding an account derives keys locally without writing anything to the chain, so there is no fee. Fees arise when you actually transact from that account.