<!--
Sitemap:
- [Overview](/index): Introducing eUSD
- [Product](/introduction/product): Discover eUSD
- [Use Cases](/introduction/use-cases): Concrete use cases of eUSD
- [How it Works](/products/how-it-works/): eUSD is a decentralized, capital-efficient and over-collateralized USD stablecoin built on a modular & upgradable architecture. It is minted exclusively on Eth…
- [Stabilizer Module](/products/how-it-works/stabilizer-module): Explaining the Stabilizer Module
- [Flashloan Module](/products/how-it-works/flashloan-module): Flash loans (also called One Block Borrows) are special transactions that allow the borrowing of an asset, as long as the borrowed amount (and a fee) is return…
- [eUSD](/products/eusd/): Explaining eUSD
- [Implementation](/products/eusd/implementation): Detailing current eUSD production implementation
- [Fee Distribution](/products/eusd/fee-distribution): eUSD generated fees by the codebase are distributed as follows:
- [Licensing](/products/licensing): eUSD is divided into 3 different repositories, each with different licenses:
- [Proof of Solvency](/security/proof-of-solvency): eUSD Proof of Solvency
- [Hypernative](/security/hypernative): Hypernative is a leading real-time security platform that unites alerting and threat prevention with a sharp focus on early detection of on-chain threats and a…
- [Keepers](/security/keepers)
- [Audits](/security/audits): A breakdown of security reviews covering deployed smart contracts of eUSD
- [Multisigs](/security/multisigs): A breakdown of multisigs used in eUSD
- [Introduction](/developers-hub/introduction): TBA
- [Stabilizer Module](/developers-hub/stabilizer-module)
- [Flashloan Module](/developers-hub/flashloan-module)
- [Onchain Tools](/developers-hub/onchain-tools/)
- [Oracles](/developers-hub/onchain-tools/oracles/): Explore eUSD price feeds deployed by third party protocols.
- [RedStone](/developers-hub/onchain-tools/oracles/redstone): More details on Fundamental RedStone Oracles
- [Offchain Tools](/developers-hub/offchain-tools/)
- [Subgraphs](/developers-hub/offchain-tools/subgraphs): TBA
- [Dune](/developers-hub/offchain-tools/dune): TBA
- [Build on eUSD](/developers-hub/build-on-eusd/): The goal of these guides is to help developers, such as third-party protocols, arbitrageurs or keepers; understand and build on-top of eUSD.
- [Stabilizer Module Integration](/developers-hub/build-on-eusd/stabilizer-module-integration): The Stabilizer Module serves as the core minting and burning engine for eUSD.
- [Flashloan Module Integration](/developers-hub/build-on-eusd/flashloan-module-integration): The Flashloan module serves as the core minting and burning engine for eUSD.
- [Addresses](/developers-hub/addresses/): Deployed eUSD smart contracts
- [eUSD](/developers-hub/addresses/eusd/)
- [Ethereum](/developers-hub/addresses/eusd/ethereum): Deployed eUSD smart contracts on Ethereum
- [Celestia](/developers-hub/addresses/eusd/celestia): Deployed eUSD smart contracts on Celestia
- [Eden](/developers-hub/addresses/eusd/eden): Deployed eUSD smart contracts on Eden
- [User Guides](/resources/user-guides): TBA
-->

# 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" />

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" />

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) |
