# 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](https://multisafe.gitbook.io/multisafe/getting-started/create-new-account).  &#x20;
{% endhint %}

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

![](https://1563459836-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M_Qc2te6cJYB6MuHkwh%2F-MaTApNFRtuLt3ZQJum9%2F-MaTDcsf5OLVHQgb5JWd%2Ftran.png?alt=media\&token=affd0536-d670-4433-8c70-a9eead51fac3)

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.

![](https://1563459836-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M_Qc2te6cJYB6MuHkwh%2F-MaTHnOy__OUc6UvoOeN%2F-MaTIT-W5kSEgzW5c7Hw%2Fstat.png?alt=media\&token=228d172b-a68b-4edc-b670-176ee95024d9)

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.

![](https://1563459836-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M_Qc2te6cJYB6MuHkwh%2F-MdE54NFPJopebyOpcMX%2F-MdE5SOeUblPPreY56rI%2Fsign.png?alt=media\&token=47b31ef6-7039-4c50-933c-d7edec6e823b)

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