Dive into the cryptographic principles that power Bitcoin wallets.
1. Understanding the BIP-85
1.1 What is BIP-85?
1.2 Why use BIP-85?
- Create several independent Bitcoin wallets without multiple backups
- Manage your funds according to different uses (savings, expenses, family, projects)
- Guaranteeing safeguards for relatives ("Uncle Jim" function)
- Delete a wallet without losing access to your funds
- Simplify your security: just one seed key phrase to protect
1.3 Advantages over BIP-32
m/44'/0'/0'/0/0). Each path can represent a separate account, but all remain linked to the same seed sentence. So, if this seed phrase is compromised, all derived accounts become accessible.- You can use a secondary seed for Hot Wallet or temporary use, accepting a higher exposure.
- Even if this Hot Wallet is compromised, your other funds, protected by other secondary seeds or kept offline, remain safe.
2. Practical use cases for BIP-85
2.1 Limiting the risk of a less-secure wallet
- Scenario: You use a "Hot Wallet" wallet (installed on an Internet-connected device), for daily transactions.
- Solution BIP-85: You create a seed secondary phrase dedicated to this wallet.
- Advantage over BIP-32: You don't need to import the seed primary phrase onto your phone, reducing the risk of hacking. Only the seed secondary phrase is compromised, protecting your other wallets. With BIP-32, you need to use the seed main phrase and a bypass path, exposing all your funds.
2.2 Create a wallet for a family member
- Scenario: You set up a Bitcoin wallet for someone close to you (e.g. your mother), while being able to recover it if they lose it.
- Solution BIP-85: You create a dedicated seed secondary sentence and share only this one.
- Advantage over BIP-32: With BIP-32, creating an account for a loved one requires either sharing your main seed phrase, risking all your funds and complicating management for your loved one (managing branching paths), or creating a new seed phrase to save in addition to your main seed phrase.
2.3 Facilitating the management of separate wallets
- Scenario: You separate your bitcoins for different purposes (e.g. long-term savings, non-KYC funds).
- Solution BIP-85: You create seed secondary phrases dedicated to each objective.
- Advantage over BIP-32: With BIP-32, all accounts share the same seed phrase, which complicates management in third-party wallets by requiring derivation paths such as
m/44'/0'/0'to be managed. In addition, it is not possible to assign a separate account per device (e.g. "savings on Coldcard", "daily on mobile", "vacations on Trezor"). BIP-85 assigns a unique seed secondary phrase per objective, which is easy to identify and import separately on each device.
2.4 Using a temporary wallet for transactions
- Scenario: You need a temporary wallet for a one-off transaction or to preserve confidentiality (e.g.: mixing of funds, interaction with a Exchange KYC, etc.).
- Solution BIP-85: You create a seed secondary sentence, use it for the transaction, then destroy it if necessary, knowing that it can be regenerated.
- Advantage over BIP-32: With BIP-32, a temporary account depends on the seed main sentence, exposing all your funds if compromised.
3. Before you start
-
Hardware (optional)
-
Coldcard Mk4 or Q1
-
MicroSD card
-
Basic knowledge
-
Understanding mnemonic phrases (BIP-39): a list of 12 to 24 words to save a wallet.
-
Know what a Bitcoin wallet is: software or device to manage your bitcoins, and how to restore it with a mnemonic phrase.
-
More resources in Annexes.
-
Compatible software
-
Sparrow wallet (computer, for watch-only or advanced management)
-
Nunchuck (mobile, for multi-signatures)
-
BlueWallet (mobile)
-
...
-
3.4 Coldcard configuration
-
Initialize a seed sentence of 24 words on the Coldcard.
-
Optional: Add a passphrase to secure access to BIP-85 branches.
-
Activate useful options: NFC (for export), disable USB on battery (security).
4. Step-by-step tutorial
4.1 Generate a seed secondary sentence
-
- If you have applied a passphrase to your main seed:
-
From the Home screen, go to
passphrase.- Choose
Add Wordand enter your password. - Press
Apply. - Check the wallet's identity: Go to
Advanced > View Identityto note the wallet's fingerprint.
- Choose
-
- Go to BIP-85 menu
-
From the Home screen, go to
Advanced > Derive seed B85 -
Read the warning and confirm.
-
- Choose a format
-
- Select index
- Enter an index between 0 and 9999.
- This index is crucial for regenerating the secondary seed at a later date. Keep it carefully with a label such as: "Index 1 = Wallet mobile", "Index 2 = family project", "Index 4 = test mix", ...
- If you lose it, you won't lose access to your funds, but you'll have to test combinations from 0 to 9999 to find them.
-
- Note or export seed secondary sentence
- The note manually.
- Press :
- 1` to save it on the SD card
2to enter "use this seed" mode on the ColdCard (useful for exporting or signing a transaction)- 3` to display a QR code (to be scanned with a mobile application such as BlueWallet or Nunchuck)
- 4` to send it by NFC
4.2 Using the secondary seed
- a mobile app
- another Hardware Wallet
- a Multisig wallet
4.3 Recovering a lost seed secondary phrase
-
Restart your ColdCard
-
Enter your PIN
-
Enter your passphrase, if defined
-
Go to
Advanced > Derive seed B85 -
Choose format (12/18/24 words)
-
Enter the same index (e.g.
1) -
You'll get exactly the same secondary seed
5. Limits, risks and best practices
5.1 Dependence on seed main sentence + passphrase
- From these two elements, all seed secondary phrases can be regenerated.
- Without one of these 2 elements, you lose access to all derivative wallets.
5.2 Risks in multi-signature configuration
5.3 Software compatibility
5.4 BIP85 account register
- It allows you to find out quickly which BIP85 index corresponds to which wallet, without having to keep seed secondary phrases.
- This register should remain minimalist, with no explicit mention of Bitcoin, and should be stored separately from the main seed. Remember to mention it in your inheritance plan.
- bIP85 index used (number from 0 to 9999)
- a usage or reference name (e.g. Hot Wallet, personal savings, Wallet from Mom)
- if necessary, the wallet fingerprint for verification in ColdCard
5.5 Backup
- the main seed
- gW-76 (if used)
- the main seed and passphrase
- the main seed and the BIP85 account register
APPENDICES
A.1 Glossary
- BEEP
- BIP-32
- BIP-39
- BIP-85
- seed phrase
- passphrase
- Multisig
A.2 Save your recovery phrase
A.3 Understanding the passphrase BIP39
A.4 How Bitcoin wallets work
Author
This tutorial has been written by Manuel Proquin
You can say thanks by tipping the professor.
Discovering Bitcoin hasn't fundamentally changed who I am, but it has considerably amplified my power to act, both on my own scale and for society as a whole. Owning Bitcoin embodies clear vision, critical thinking and strength of character. By safeguarding their finances from inflation and censorship, Bitcoiners strengthen their autonomy and influence, shaping the future according to their values. Despite the challenges, Bitcoin inspires a determined optimism to build a freer, more resilient world of tomorrow. Also a Bitcoin consultant and coach, founder of orangepeel.fr, administrator of the Bitcoin Meetup in Nantes (France) and an avid board sports enthusiast.
Credits
This tutorial has not been proofread yet
The original content has been translated by AI, but human review is necessary to ensure its accuracy.
2 484 sats1 242 sats621 satsEvery content on the platform is the result of a collaborative effort: each lesson, translation, and revision is made possible by the work of contributors. For this reason, we are always looking for proofreaders who can review our content in many languages. If you want to participate in the proofreading process, please reach out in our Telegram group and read our tutorial. We remind you that this content is open-source - licensed under CC BY-SA - so it can be freely shared and used, as long as the original source is credited.



