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

# Colloborative Multisig Transactions

Collaborate with the team members in decision-making and commenting.&#x20;

MultiSafe enables transactions in different ways. For example -

* 1-of-n: Any one of n different people can approve transactions.
* 2-of-2: Each of 2 different people should approve the transaction. If any one of them rejects the transaction then it will not be completed.
* 2-of-3: Any 2 of 3 people can approve the transaction.

{% hint style="info" %}
**Note -** Add owner while [Creating an account](/multisafe/getting-started/create-new-account.md).  &#x20;
{% endhint %}

Users will get to know how many signatures are required to authorize the transaction.

![](/files/-MaTDcsf5OLVHQgb5JWd)

When the transaction is initiated. Then, transactions status shows in the pending state as the signature is pending from the second owner. The transaction will be completed from the pending state once the second owner signs the request.

![](/files/-MaTIT-W5kSEgzW5c7Hw)

The description and disbursement details will help owners know about the purpose of the transaction along with the sender's address and amount.

Moreover, **Any owner can execute the transaction**

While doing any multisig transaction, the signers need to approve/reject the transaction to reach the threshold. After reaching the threshold, any of the signers can now execute the transaction on the blockchain and pay the gas fees.

![](/files/-MdE5SOeUblPPreY56rI)

{% hint style="info" %}
**Note -** All the required owners need to sign the transaction. Then only the transaction will reach the destination address.&#x20;

And if the signers reach the threshold then any other signer can execute the transaction and pay the fees.
{% endhint %}


---

# 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://multisafe.gitbook.io/multisafe/multisafe-feature-list/multisig-transactions.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.
