How to Back Up Multisig Wallet Descriptors: Recovery Steps After Device Failure

 / 
1

Multisig wallets require a separate backup of the descriptor. Seed phrases alone cannot restore the wallet. Even if you gather all signers' seed phrases but lose the descriptor, your funds are permanently locked. After device damage, the core of recovery is reassembling the wallet with your backed-up descriptor, not just importing seed phrases.

Understand what a descriptor is and why it matters more than a seed phrase

Step 1: Grasp the role of the descriptor in multisig

  • What to do: Understand the difference between a descriptor and a seed phrase.

  • How to do it: A descriptor is a long string starting with wsh, sh, or wpkh. It packages the entire configuration of a multisig wallet: the signing rule (e.g., 2-of-3), all signers' extended public keys (xpub), derivation paths, and script type.

  • When you're done: You acknowledge one fact — in a 2-of-3 multisig, even if you hold 2 of the 3 private keys, without the descriptor you can never recover your wallet or funds. The descriptor is not optional; it's mandatory.

Key reminder: Many users coming from single-sig wallets assume "a seed phrase can restore everything." In multisig, this is a fatal misconception.

Check if you have a usable descriptor backup

If your device is already damaged, the only thing that can save you now is a previously backed-up descriptor.

Step 2: Locate your descriptor backup

  • What to do: Recall or search for the descriptor string or file you saved when creating the multisig wallet.

  • How to do it:

    • Case A (created with Sparrow Wallet): When you created the wallet, Sparrow showed a backup window with the descriptor string in a blue box. Did you save it as a PDF or copy the string?

    • Case B (created with other multisig tools like Nunchuk or BitVault): Check if you exported a BSMS-format wallet configuration file or separately saved the descriptor text.

    • Case C (never actively backed up the descriptor): If you used a collaborative custody service (like Unchained or Casa), the provider may have kept a copy; you can contact them to request it. If you were fully self-custodied and did not back it up, funds may be permanently lost.

  • When you're done: You have a readable descriptor string or a backup file containing the descriptor.

Recovery steps after device failure

Step 3: Prepare the minimum number of signing devices/seed phrases required

  • What to do: Based on your multisig quorum (e.g., 2-of-3), gather enough signers.

  • How to do it: A 2-of-3 requires at least 2 signers' seed phrases or hardware wallets. Locate these devices or seed phrases.

  • When you're done: You have the threshold number of signing materials in hand.

Step 4: Import the wallet using the descriptor

  • What to do: In any wallet software that supports descriptors, create (restore) the wallet using the descriptor, then import the signers.

  • How to do it: Using Sparrow Wallet as an example:

    1. New wallet → select "Multisig" type.

    2. In the descriptor input box, click "Edit…", and paste your backed-up descriptor.

    3. The software will automatically parse all signers' xpubs, derivation paths, and rules.

    4. Connect your hardware wallets in turn or import each signer via seed phrase, and verify that the Master Fingerprint shown by the software matches your device.

    5. Click "Apply" to complete the wallet rebuild.

  • When you're done: The wallet interface displays your familiar address list and balance (transaction history may take time to scan).

Common failure reasons

"I have the seed phrases, but after importing, the balance shows zero" — this is very likely because you imported only the seed phrases, but the wallet software did not use the correct descriptor to locate your previous multisig addresses. Without the descriptor, the software doesn't know which addresses to scan for your coins, and it will show an empty wallet.

Risk warning: The descriptor contains all signers' xpubs (extended public keys). If someone obtains your descriptor, they cannot move your funds but can see the complete transaction history and balance of every address in this wallet — your privacy is fully exposed. Treat the descriptor as sensitive information and never upload it to public networks.

After completing the recovery, how do you confirm success?

In the wallet interface, verify three pieces of information: the signing rule matches what you originally set up (e.g., 2-of-3); each signer's Master Fingerprint matches; the displayed receiving addresses match those you remember. If everything aligns, the recovery is successful. Before moving large sums, it's advisable to send a small test transaction to an exchange to confirm that signing and broadcasting work correctly.