> For the complete documentation index, see [llms.txt](https://asigna.gitbook.io/asigna/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asigna.gitbook.io/asigna/bitcoin-multisig/recovery/ledger-setup-in-caravan.md).

# Ledger Setup in Caravan

This guide outlines the steps to recover your Ledger multisig setup using Caravan. Follow these quick steps to regain access to your multisig wallet:

1. **Create a New Wallet**\
   In Caravan, start by setting up a new wallet. Choose **P2WSH** as the "Address Type" and select the appropriate **Quorum** with the correct number of cosigners and signing threshold, matching your Asigna setup.<br>

   <figure><img src="/files/eM5LoQoIVIGOcuR9wErS" alt=""><figcaption></figcaption></figure>
2. **Add Ledger Device**\
   For **Extended Public Key 1**, select **Ledger** and enter the **BIP32 path** found in the **Multisig Owners** tab on your Asigna account. Ensure the **xPub** matches the one displayed in Asigna. If there’s any discrepancy, please open a support ticket on Discord.<br>

   <figure><img src="/files/TV4XlancYWRNMHGv5Mrm" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/1IOxSfRbPEIiKqi6mwBZ" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/B18eaepYgkT0Bh6OHU8n" alt=""><figcaption></figcaption></figure>
3. **Add Additional Ledger Devices**\
   If your multisig setup includes multiple Ledger devices, add each additional device following the same steps as above.
4. **Add Other Cosigners' Devices**\
   Complete the setup by adding the Ledger devices or **Watch Only Wallets** of other cosigners. Retrieve each cosigner’s **xPub** from the **Owners** tab in Asigna.<br>

   <figure><img src="/files/Q7GBHXkvFcG6MVuT8MET" alt=""><figcaption></figcaption></figure>
5. **Create Wallet and Verify Address**\
   After adding all cosigners, create the wallet. Check that the first generated address matches your Asigna safe address. If the addresses don’t align, please contact support via Discord for assistance.<br>

   <figure><img src="/files/Nk29w7b9vxXuRp3UNbeR" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://asigna.gitbook.io/asigna/bitcoin-multisig/recovery/ledger-setup-in-caravan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
