# Advanced - Nested Multisig

* Mimir supports Nested Multisig accounts where a Multisig can include other Multisigs as its members. Users have the flexibility to choose between Flexible Multisig, Static Multisig, or EOA (Externally Owned Accounts) as members of a Multisig account. They can also structure these accounts in any hierarchical layering as needed.
* In the future, Mimir plans to integrate Proxy, enabling a hybrid architecture of Proxy and Multisig accounts.

<figure><img src="https://lh7-us.googleusercontent.com/HD8lD8U-ywnoijzWzb5Cl0qKvSvIPi8BJgSibG7WvQRQfvSgnCPWbP_1zHFf23ZNiF4NhLYnTkfDsOyezqbje1M4Cz1Mn_mI5RyUuCcpro4E5l47f98Y6Htv-rznjRtnh0DWoRYY5ChBTtF7QWTqzA" alt=""><figcaption></figcaption></figure>

**Its advantages are:**&#x20;

1. You can combine Flexible Multisig, Static Multisig and Extension wallet at any level.
2. More suitable for enterpise.
3. You can create Nested Multsig as Flexible Multisig and Static Multisig.

**Its disadvantage is:**&#x20;

1. Need more steps to finish transaction.


---

# 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.mimir.global/basic/accounts/advanced-nested-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.
