# Multisig Wallet Operations

A multisig account is a type of account that requires multiple signatures to authorize a transaction. This provides an additional layer of security and reduces the risk of unauthorized transactions.&#x20;

Multisig accounts work by requiring a predefined number of signatures from a group of authorized signatories before a transaction can be executed. For example, a 2-of-3 multisig account would require two out of three authorized signatories to sign off on a transaction before it can be executed.

The number of signatories (threshold) has to be specified, as well as the specific accounts that are authorized to sign transactions in order to create a multisig account.

{% content-ref url="/pages/u63WrG0XVgKx0FksfMbk" %}
[Create Multisig Operation](/operations/multisig-wallet-operations/create-multisig-operation.md)
{% endcontent-ref %}

{% content-ref url="/pages/rmRHLbf6iaC6qD2QkmPl" %}
[Multisig Operations List](/operations/multisig-wallet-operations/multisig-operations-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/J8WjxLhRvqL8FNiIjYBZ" %}
[Multisig Operations Details](/operations/multisig-wallet-operations/multisig-operations-details.md)
{% endcontent-ref %}

{% content-ref url="/pages/9gncICrwLWJqzepbnoXs" %}
[Sign Multisig Operation](/operations/multisig-wallet-operations/sign-multisig-operation.md)
{% endcontent-ref %}

{% content-ref url="/pages/nYEmK9anRkF97khb60PB" %}
[Reject Multisig Operation](/operations/multisig-wallet-operations/reject-multisig-operation.md)
{% endcontent-ref %}

{% content-ref url="/pages/v8u8XJOme1mEUCgmo3Kl" %}
[Filter Multisig Operations](/operations/multisig-wallet-operations/filter-multisig-operations.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.novaspektr.io/operations/multisig-wallet-operations.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.
