# DAO Multi-sig

DAO uses a multi-sig on each chain, and each multi-sig requires the confirmation of 4 out of 8 owners.

## Multi-sig Addresses

| Chain Name   | Address                                                                                                                          |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| Arbitrum One | [0x029A4A97e892e7270d9B3B90bFEF95599BC6BfD6](https://arbiscan.io/address/0x029A4A97e892e7270d9B3B90bFEF95599BC6BfD6)             |
| Avalanche    | [0x8564C77261094Abeee6d60a26d40f8DBAF23Fc94](https://snowtrace.io/address/0x8564C77261094Abeee6d60a26d40f8DBAF23Fc94)            |
| BNB Chain    | [0xf67D9eC4F3362589E56AB0DBEe448EB7A4964204](https://bscscan.com/address/0xf67D9eC4F3362589E56AB0DBEe448EB7A4964204)             |
| Fantom       | [0x55214EcCC18E0763B8F6cEE71C25be0ceD7a9FB6](https://ftmscan.com/address/0x55214EcCC18E0763B8F6cEE71C25be0ceD7a9FB6)             |
| Optimism     | [0x7C8126ef43c09C22bf0CcdF7426180e6c48068A5](https://optimistic.etherscan.io/address/0x7C8126ef43c09C22bf0CcdF7426180e6c48068A5) |

## Multi-sig Owners

| Owner Address                              |
| ------------------------------------------ |
| 0xa199BeD592FBdEbAa66674351Ae45d5Fd9103452 |
| 0x73c5955dbB7a667e05da5fE7b8798c0fd4cE8E16 |
| 0xee858B965820F6a648C1816F2B0925d44C5dB1F0 |
| 0xB6ad7e26aFc71Bb00dEea47FEF069443DD09A622 |
| 0x08483fDB868A072B344A2eCB7f8Ea0DC9f77e3dD |
| 0xA851eE692b77C7bdf19EA7AC1e8aDe227c73CB45 |
| 0x95F29832d4cABD348c66a6CAF0755b8b89F3e35C |
| 0x55d21E661645Fa43dD82A9e283FEdbAABbf55fA9 |


---

# 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.mux.network/protocol/contracts/contracts-dao.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.
