# Integration with MultiSig

MoveFlow seamlessly integrates with M**ultiSig wallets**, allowing teams and DAOs to securely manage token distributions and payments with enhanced control and transparency.

### Key Features

* **Enhanced Security**: Requires multiple approvals before executing transactions, reducing the risk of unauthorized transfers.
* **Team Collaboration**: Enables multiple signers to approve transactions, ensuring consensus before fund distribution.
* **Supports Various Assets**: Works with stablecoins, governance tokens, and other supported assets within the MoveFlow ecosystem.

***

### How It Works

The process follows the standard vesting workflow, with one key difference:

* **Transaction Execution via MultiSig**: Instead of a single signer approving the transaction, the vesting contract is initiated and executed within a MultiSig wallet, requiring multiple approvals before funds are distributed.

<figure><img src="/files/gPJgx00RWguaewc6n1Qt" alt=""><figcaption></figcaption></figure>

### Use Cases

* **DAO Treasury Management**: Securely disburse funds for ecosystem grants, contributor payments, and operational expenses.
* **Multi-Sig Payroll**: Ensure transparent and secure salary distribution for team members.
* **Token Vesting for Teams**: Manage locked token distributions with additional approval layers for security.


---

# 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://moveflow3.gitbook.io/moveflow-token-distribution-protocol/product/integration-with-multisig.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.
