> For the complete documentation index, see [llms.txt](https://docs.monet.cash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monet.cash/security/multisigs.md).

# Multisigs

## Protocol Multisig <a href="#protocol-multisig" id="protocol-multisig"></a>

The protocol multisig controls and own all Monet deployed contracts. It has the ability to add new assets in backing, update the associated settings , and update keepers list.

### Multisig <a href="#multisig" id="multisig"></a>

| Blockchain   | Multisig          | Signature Threshold | Address                                                                                                                                   |
| ------------ | ----------------- | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Eden Mainnet | Protocol Multisig | 3 out of 5 signers  | [0x4C557EF30F3B33Faa2272dd3C5350fD7D223AB81](https://eden.blockscout.com/address/0x4C557EF30F3B33Faa2272dd3C5350fD7D223AB81?tab=contract) |

### Signers <a href="#signers" id="signers"></a>

| Signer      | Address                                                                                                                      |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------- |
| Monet Labs  | [0xe0668A787E28480426e23157ED3459bd85E49d74](https://eden.blockscout.com/address/0xe0668A787E28480426e23157ED3459bd85E49d74) |
| Cooper Labs | [0x43C2f3579c78CA9776ff16303e851f600B41908C](https://eden.blockscout.com/address/0x43C2f3579c78CA9776ff16303e851f600B41908C) |
| TBA         | TBA                                                                                                                          |
| TBA         | TBA                                                                                                                          |
| TBA         | TBA                                                                                                                          |

## Treasury Multisig <a href="#treasury-multisig" id="treasury-multisig"></a>

The treasury multisig receives the fees generated by the protocol that are intended for it; it has no control over the protocol.

### Multisig <a href="#multisig-1" id="multisig-1"></a>

| Blockchain   | Multisig          | Signature Threshold | Address                                                                                                                                   |
| ------------ | ----------------- | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Eden Mainnet | Treasury Multisig | 3 out of 5 signers  | [0x928FD454D37f37412B8cdeEE29bb9081760F4Ed7](https://eden.blockscout.com/address/0x928FD454D37f37412B8cdeEE29bb9081760F4Ed7?tab=contract) |

### Signers <a href="#signers-1" id="signers-1"></a>

| Signer      | Address                                                                                                                      |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------- |
| Monet Labs  | [0xe0668A787E28480426e23157ED3459bd85E49d74](https://eden.blockscout.com/address/0xe0668A787E28480426e23157ED3459bd85E49d74) |
| Cooper Labs | [0x43C2f3579c78CA9776ff16303e851f600B41908C](https://eden.blockscout.com/address/0x43C2f3579c78CA9776ff16303e851f600B41908C) |

## Keeper Multisig <a href="#keeper-multisig" id="keeper-multisig"></a>

The keepers multisig is responsible for updating the sUSDmo yield (within the limits set by the protocol), updating the oracle targets, and selling the additional rewards generated by the assets authorized to back the USDmo.

### Multisig <a href="#multisig-2" id="multisig-2"></a>

| Blockchain   | Multisig        | Signature Threshold | Address                                                                                                                                   |
| ------------ | --------------- | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Eden Mainnet | Keeper Multisig | 1 out of 2 signers  | [0x6DbBb53C4542b7DC0579fE4c18C9508cCC7e3FcB](https://eden.blockscout.com/address/0x6DbBb53C4542b7DC0579fE4c18C9508cCC7e3FcB?tab=contract) |

### Signers <a href="#signers-2" id="signers-2"></a>

| Signer      | Address                                                                                                                      |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------- |
| Monet Labs  | [0xe0668A787E28480426e23157ED3459bd85E49d74](https://eden.blockscout.com/address/0xe0668A787E28480426e23157ED3459bd85E49d74) |
| Cooper Labs | [0x43C2f3579c78CA9776ff16303e851f600B41908C](https://eden.blockscout.com/address/0x43C2f3579c78CA9776ff16303e851f600B41908C) |


---

# 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:

```
GET https://docs.monet.cash/security/multisigs.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.
