# Multisigs

## Protocol Multisig

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

### Multisig

| Blockchain | Multisig          | Signatures Threshold | Address                                                                                                                    |
| ---------- | ----------------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Ethereum   | Protocol Multisig | 3 out of 5 signers   | [0x5A5a3afC67a09D9acFD021052ECCd3A54Ba2F99b](https://etherscan.io/address/0x5A5a3afC67a09D9acFD021052ECCd3A54Ba2F99b#code) |

### Signers

| Signer      | Address                                                                                                               |
| ----------- | --------------------------------------------------------------------------------------------------------------------- |
| Cooper Labs | [0xa9b01E26f31edc54b690F3cD6C5e650BaD6c8f46](https://etherscan.io/address/0xa9b01E26f31edc54b690F3cD6C5e650BaD6c8f46) |
| Cooper Labs | [0x43C2f3579c78CA9776ff16303e851f600B41908C](https://etherscan.io/address/0x43C2f3579c78CA9776ff16303e851f600B41908C) |
| Jean Brasse | [0xBabB038737A7Ae0DcA02075E79ed5B7704C29827](https://etherscan.io/address/0xBabB038737A7Ae0DcA02075E79ed5B7704C29827) |
| Gami Labs   | TBA                                                                                                                   |
| Clearstar   | TBA                                                                                                                   |

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

Treasury multisigs receives the fees generated by the protocol that are intended for it; it has no control over the protocol.

### Multisig

| Blockchain | Multisig          | Signatures Threshold | Address                                                                                                                    |
| ---------- | ----------------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Ethereum   | Treasury Multisig | 1 out of 2 signers   | [0xA7e548cC151069016c6511dE885f8833Db3b2237](https://etherscan.io/address/0xA7e548cC151069016c6511dE885f8833Db3b2237#code) |
| Eden       | Treasury Multisig | 1 out of 2 signers   | TBA                                                                                                                        |

### Signers

| Signer      | Address                                                                                                               |
| ----------- | --------------------------------------------------------------------------------------------------------------------- |
| Cooper Labs | [0x43C2f3579c78CA9776ff16303e851f600B41908C](https://etherscan.io/address/0x43C2f3579c78CA9776ff16303e851f600B41908C) |
| Cooper Labs | [0xa9b01E26f31edc54b690F3cD6C5e650BaD6c8f46](https://etherscan.io/address/0xa9b01E26f31edc54b690F3cD6C5e650BaD6c8f46) |

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

The keepers multisig is responsible for updating the oracle targets, and selling the additional rewards generated by the assets authorized to back the eUSD.

### Multisig

| Blockchain | Multisig        | Signatures Threshold | Address                                                                                                                    |
| ---------- | --------------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Ethereum   | Keeper Multisig | 1 out of 2 signers   | [0x7AaB4C5E18Bb02ae9977d5f08f611E6c6d102C45](https://etherscan.io/address/0x7AaB4C5E18Bb02ae9977d5f08f611E6c6d102C45#code) |

### Signers

| Signer      | Address                                                                                                               |
| ----------- | --------------------------------------------------------------------------------------------------------------------- |
| Cooper Labs | [0x43C2f3579c78CA9776ff16303e851f600B41908C](https://etherscan.io/address/0x43C2f3579c78CA9776ff16303e851f600B41908C) |
| Cooper Labs | [0xa9b01E26f31edc54b690F3cD6C5e650BaD6c8f46](https://etherscan.io/address/0xa9b01E26f31edc54b690F3cD6C5e650BaD6c8f46) |


---

# 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.eusd.xyz/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.
