# Create A Multisig

## Create a new Multisig

1. Go to <https://multisig.pangolin.exchange/>
2. Connect your Web3 Wallet and click on "**Add**".

   <figure><img src="/files/4N1kKLKN0R2mBtf8SbOh" alt=""><figcaption></figcaption></figure>
3. Select "**Create new wallet**" and click "**Next**".

   <figure><img src="/files/1MjyoWAuZd41EewDSzlt" alt=""><figcaption></figcaption></figure>
4. Define the name of the wallet, required signatories, and daily limit, and add the owners, then click on "**Deploy with factory**".

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

Congratulations! Your DAO now has a multisig, further protecting your DAO.

## Restore an existing Multisig

1. Like before, click "**Add**", now select "**Restore deployed wallet**" and click "**Next**".

   <figure><img src="/files/b28CxfpDhn3MZfsXrqNu" alt=""><figcaption></figcaption></figure>
2. Enter the name of your DAOs wallet and click "**Ok**".

   <figure><img src="/files/DgwZtmjvOIsuyZEI3OKK" alt=""><figcaption></figcaption></figure>
3. You'll now be able to see the multisig and interact with it.

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

## Adding a multisig transaction

1. Navigate into the multisig you'd like to interact with and click on "**Add**" in the Multisig transactions field.

   <figure><img src="/files/IRHSggurIN0mE7HJVudA" alt=""><figcaption></figcaption></figure>
2. Define Destination, Contract name, Amount, ABI string, Method and click "**Send multisig transaction**".

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

{% hint style="info" %}
**Note:** The Contract ABI string can be obtained from the SnowTrace explorer:\
[https://snowtrace.io/address/\<Destination Address>/contracts#code](https://snowtrace.io/address/0x912b5D41656048Ef681eFa9D32488a3fFE397994/contracts#code)\
To get access to the Method you'll have to copy/paste the ABI into the transaction menu.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.pangolin.exchange/developers/create-a-multisig.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
