# Multisig Wallets

Multisig wallets are used to control an account as a group, increasing its security. Each multisig wallet consists of several signatories. Depending on the multisig settings, all or some of the signatories need to approve any transaction from a multisig for it to happen.

Nova Wallet currently supports multisig wallets on these networks:

* Polkadot and Polkadot Asset Hub
* Kusama and Kusama Asset Hub
* Hydration
* Mythos
* Moonbeam

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

{% content-ref url="/pages/WpYRrjHRVigfsxV8V0tu" %}
[Create Multisig Transaction](/nova-wallet-wiki/wallet-management/multisig-wallets/create-multisig-transaction.md)
{% endcontent-ref %}

{% content-ref url="/pages/5RzVZaHnzALGYBoQ5DrA" %}
[Approve Multisig Transaction](/nova-wallet-wiki/wallet-management/multisig-wallets/approve-multisig-transaction.md)
{% endcontent-ref %}

{% content-ref url="/pages/TlDmijfng8StvE6OAGSo" %}
[Reject Multisig Transaction](/nova-wallet-wiki/wallet-management/multisig-wallets/reject-multisig-transaction.md)
{% endcontent-ref %}

{% content-ref url="/pages/noUEZ8N4nKLUigFc1Eby" %}
[Add Call Data to a Multisig Transaction](/nova-wallet-wiki/wallet-management/multisig-wallets/add-call-data-to-a-multisig-transaction.md)
{% endcontent-ref %}


---

# 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.novawallet.io/nova-wallet-wiki/wallet-management/multisig-wallets.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.
