> For the complete documentation index, see [llms.txt](https://docs.pangolin.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pangolin.exchange/developers/create-a-multisig.md).

# 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 %}
