# Flexible Multisig Wallet

Flexible Multisigs are used to control an account as a group of individuals, increasing the security of the assets that it holds. Each flexible multisig wallet consists of several signatories, which can be changed at any time. Depending on the settings of the flexible multisig, either all or some of the signatories need to approve any transaction for it to execute.

Nova Spektr currently supports flexible multisigs on the following networks:

* Polkadot
* Kusama
* Polkadot Asset Hub
* Kusama Asset Hub
* Polkadot People
* Kusama People
* Polkadot Coretime
* Kusama Coretime
* Hydration
* Mythos
* Moonbeam
* Moonriver
* Bittensor
* Avail
* Aleph Zero

**Please note that Flexible Multisigs only work on the network you specified when creating the wallet.**

If you already have a flexible multisig on any of these networks, it will automatically appear in your list of wallets. A flexible multisig is considered active if it holds tokens or if at least one transaction has been initiated from it.

Below is a table of comparisons between flexible multisigs and multisig wallets:

| Flexible Multisig                                              | Multisig                                                                      |
| -------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| Update signatories as needed while maintaining a fixed address | Changing signatories or the threshold requires creating a new multisig wallet |
| Deposit is needed to create the wallet (returned when deleted) | No deposit is required, you only pay the standard network fees                |
| Works only on the network where it was created                 | Works on all supported chains from the start                                  |


---

# 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.novaspektr.io/wallet-management/flexible-multisig-wallet.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.
