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

# Create Multisig

After entering Mimir, you can create a multisig wallet. If you don't create one at the beginning, you can also create it later under the account selection.

## Static Multisig

Please fill in the following basic information to proceed with the creation:&#x20;

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

**Multisig Name:** All multisig members will see this name.&#x20;

**Multisig Members:** Members that make up this multisig. You can directly copy the address and click 'Add' to include them. If the member is already in your address book, you can directly click the plus sign to add.&#x20;

{% hint style="info" %}
Note: Please ensure that the multisig members include at least one of your local Extension Wallets; otherwise, the creation cannot be completed.&#x20;
{% endhint %}

**Multisig Threshold:** The number of approvals required for a transaction to be executed.

If you only fill in the above information and keep the Flexible Multisig switch turned off, you will create a Static Multisig based on the Multisig Pallet, and its members and threshold cannot be changed.&#x20;

## Flexible Multisig

If you turn on the Flexible Multisig switch, you will create a multisig that allows for modifications to its members and threshold.

Before completing the creation, you need to execute two transactions as prompted to finalize the creation:

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

1. Create a Flexible Multisig address.

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

2. Set members. Please ensure that you complete the above two transactions; otherwise, the creation will not be successful.

{% hint style="info" %}
Note: During the creation process, make sure that the Extension Wallet used for creation has a sufficient balance to cover the amount required to be locked according to the Pallet.
{% endhint %}


---

# 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://docs.mimir.global/step-by-step/create-multisig.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.
