# 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.

## Create Multisig

{% hint style="info" %}
You can create a multisig for any address, and it doesn’t necessarily have to include the address you used during the creation as a member.
{% endhint %}

Click "Create Multisig" to enter the multisig creation page.

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

Enter the following parameters to complete the creation:

* **Name**: The name that will be displayed and synced among all members of the multisig account.
* **Members**: You can select locally connected addresses, multisig accounts, and address book entries as members. You can also add other addresses as members.
  * **Nested Multisig**: If you want to create a nested multisig, simply select a multisig account as a member.
* **Threshold**: The number of member signatures required to execute a transaction. We strongly recommend setting the threshold to greater than 1 if there are more than one member, to better protect the security of the multisig.

A fee is required to create a multisig, so please ensure your account has sufficient balance to cover this cost.

<figure><img src="/files/YqeRikRKwNnQydYh5JuH" alt="" width="375"><figcaption></figcaption></figure>

After setting up, please make sure to keep the page open. Once all the steps are completed, the multisig account will be successfully created.

<figure><img src="/files/u7wzDhmsToRhZgl0NknP" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://evm-docs.mimir.global/guide/create-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.
