# FactorDAO Multisig Addresses

## Overview

To ensure the safe handling of community assets in accordance with FactorDAO consensus, the FactorDAO maintains 4 separate multisig wallets:

* **DAO Operations:** Executes governance related functions. Requires 2/3 signatures (*to be expanded*).
* **Main DAO Treasury:** Holds and allocates treasury funds. Requires 3/4 signatures.
* **Protocol Liquidity:** Governs Factor’s protocol owned liquidity. Requires 4/5 signatures.
* **Protocol Rewards:** Receives and distributes rewards to [veFCTR](/governance/fctr-token.md#vefctr) holders. Requires 3/4 signatures.

## Multisig Addresses

<details>

<summary><strong>DAO Operations</strong></summary>

* **Address:** [`0x9bA7d0F6aB3c94C2114635fde04d0c7c2Dbeb073`](https://arbiscan.io/address/0x9bA7d0F6aB3c94C2114635fde04d0c7c2Dbeb073)
* **Signatory Requirements:** 2 of 3 signatures (*to be expanded*).

</details>

<details>

<summary><strong>Main DAO Treasury</strong></summary>

* **Address:** [`0x2f8393a3aC972A6a00453D0384e8495f91a2f6Ed`](https://arbiscan.io/address/0x2f8393a3aC972A6a00453D0384e8495f91a2f6Ed)
* **Signatory Requirements:** 3 of 4 signatures.

</details>

<details>

<summary><strong>Protocol Liquidity</strong></summary>

* **Address:** [`0x6E04cF2341F12D3E895F6eAA1Fe23ADF5bb9D08E`](https://arbiscan.io/address/0x6E04cF2341F12D3E895F6eAA1Fe23ADF5bb9D08E)
* **Signatory Requirements:** 4 of 5 signatures.

</details>

<details>

<summary><strong>Protocol Rewards</strong></summary>

* **Address:** [`0x51c3Fd6B79CfA359E19e16256560B4E7E9c8bF09`](https://arbiscan.io/address/0x51c3Fd6B79CfA359E19e16256560B4E7E9c8bF09)
* **Signatory Requirements:** 2 of 3 signatures.

</details>

<details>

<summary><strong>Protocol Rewards (Maintainence Mode)</strong></summary>

* **Address:** [`0x0fD4643B81F0B58358eF500A06aA4A3F3E0cDE62`](https://arbiscan.io/address/0x0fD4643B81F0B58358eF500A06aA4A3F3E0cDE62)
* **Signatory Requirements:** 3 of 4 signatures.

</details>


---

# 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.factor.fi/governance/factordao/factordao-multisig-addresses.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.
