> For the complete documentation index, see [llms.txt](https://docs.novaspektr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novaspektr.io/operations/multisig-wallet-operations.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.novaspektr.io/operations/multisig-wallet-operations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
