<!--
Sitemap:
- [Overview](/index): Introducing Rocky
- [Products](/introduction/products): Stablecoins & Savings
- [Use Cases](/introduction/use-cases): Concrete use cases of Rocky
- [How it Works](/products/how-it-works/): Rocky is a stablecoins protocol allowing the creation of decentralized, capital-efficient and over-collateralized stablecoins built using a modular & upgradabl…
- [Rocketizer Module](/products/how-it-works/rocketizer-module): Explaining the Rocketizer Module
- [Savings Module](/products/how-it-works/savings-module): The Rocky Savings Module allows Rocky stablecoin holders to earn a native yield based on returns generated by the protocol on the assets backing the stablecoin…
- [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…
- [Stablecoins & Savings](/products/stablecoins-and-savings/): Introducing Rocky Stablecoins
- [USDr & sUSDr](/products/stablecoins-and-savings/usdr-and-susdr/): Explaining USDr & sUSDr
- [Implementation](/products/stablecoins-and-savings/usdr-and-susdr/implementation): Detailing current USDr production implementation
- [Fee Distribution](/products/stablecoins-and-savings/usdr-and-susdr/fee-distribution): Rocky generated fees by the USDr codebase are distributed as follow:
- [Licensing](/products/licensing): Rocky is divided into three different repositories, each with its own license:
- [Proof of Solvency](/security/proof-of-solvency): Rocky 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): Role and responsibilities of Keepers in maintaining Rocky protocol operations
- [Audits](/security/audits): A breakdown of security reviews covering deployed smart contracts of Rocky
- [Multisigs](/security/multisigs): A breakdown of multisigs used in Rocky
- [Introduction](/developers-hub/introduction): [https://github.com/rocky-protocol](https://github.com/rocky-protocol)\ \ TBA
- [Rocketizer Module](/developers-hub/rocketizer-module)
- [Savings Module](/developers-hub/savings-module)
- [Flashloan Module](/developers-hub/flashloan-module)
- [Onchain Tools](/developers-hub/onchain-tools/): A Breakdown of Available Onchain Tools
- [Oracles](/developers-hub/onchain-tools/oracles/): Explore Rocky price feeds deployed by third party protocols.
- [DIA](/developers-hub/onchain-tools/oracles/dia): More details on DIA Oracles
- [Offchain Tools](/developers-hub/offchain-tools/): TBA
- [Dune](/developers-hub/offchain-tools/dune): TBA
- [Build on Rocky](/developers-hub/build-on-rocky/): The goal of these guides is to help developers, such as third-party protocols, arbitrageurs, or keepers; understand and build on-top of Rocky.
- [Rocketizer Module Integration](/developers-hub/build-on-rocky/rocketizer-module-integration): The Rocketizer Module serves as the core minting and burning engine for Rocky stablecoins.
- [Savings Module Integration](/developers-hub/build-on-rocky/savings-module-integration): The Savings module provides a yield-bearing vault system built on the ERC4626 standard, allowing users to deposit Rocky stablecoins and earn interest through a…
- [Flashloan Module Integration](/developers-hub/build-on-rocky/flashloan-module-integration): The Flashloan module serves as the core minting and burning engine for Rocky stablecoins.
- [Addresses](/developers-hub/addresses/): - [USDr](/developers-hub/addresses/usdr): USDr contract addresses on Sei
- [USDr](/developers-hub/addresses/usdr): USDr contract addresses on Sei
- [User Guides](/resources/user-guides): TBA
-->

# Multisigs

## Protocol Multisig

The protocol multisig controls and own all Rocky 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                                                                                                                  |
| ---------- | ----------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Sei        | Protocol Multisig | 3 out of 5 signers   | [0x5b4f3a16C665FbD90431a1f9617FA291175D4c9E](https://seiscan.io/address/0x5b4f3a16C665FbD90431a1f9617FA291175D4c9E#code) |

### Signers

| Signer      | Address                                                                                                             |
| ----------- | ------------------------------------------------------------------------------------------------------------------- |
| Rocky Labs  | [0xfF682f4D0870853C119d0Ec4AB4F7Df1323585Eb](https://seiscan.io/address/0xfF682f4D0870853C119d0Ec4AB4F7Df1323585Eb) |
| Rocky Labs  | [0x17a619483231353753Cb8235AE5f3536B8832FFd](https://seiscan.io/address/0x17a619483231353753Cb8235AE5f3536B8832FFd) |
| Jean Brasse | [0xBabB038737A7Ae0DcA02075E79ed5B7704C29827](https://seiscan.io/address/0xBabB038737A7Ae0DcA02075E79ed5B7704C29827) |
| Gami Labs   | [0xD1D58510df44D08438441f02194E043D848e1960](https://seiscan.io/address/0xD1D58510df44D08438441f02194E043D848e1960) |
| Oxium       | [0xA57a5525cEa16Ec89Eb008B9C560BA4E06272646](https://seiscan.io/address/0xA57a5525cEa16Ec89Eb008B9C560BA4E06272646) |

## Treasury Multisig

The treasury multisig 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                                                                                                                  |
| ---------- | ----------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Sei        | Treasury Multisig | 1 out of 2 signers   | [0x6A0E0f8320135EA847e888A4464081376B57F0c8](https://seiscan.io/address/0x6A0E0f8320135EA847e888A4464081376B57F0c8#code) |

### Signers

| Signer     | Address                                                                                                             |
| ---------- | ------------------------------------------------------------------------------------------------------------------- |
| Rocky Labs | [0xfF682f4D0870853C119d0Ec4AB4F7Df1323585Eb](https://seiscan.io/address/0xfF682f4D0870853C119d0Ec4AB4F7Df1323585Eb) |
| Rocky Labs | [0x17a619483231353753Cb8235AE5f3536B8832FFd](https://seiscan.io/address/0x17a619483231353753Cb8235AE5f3536B8832FFd) |

## Keeper Multisig

The keepers multisig is responsible for updating the sUSDr 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 USDr.

### Multisig

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

### Signers

| Signer     | Address                                                                                                             |
| ---------- | ------------------------------------------------------------------------------------------------------------------- |
| Rocky Labs | [0xfF682f4D0870853C119d0Ec4AB4F7Df1323585Eb](https://seiscan.io/address/0xfF682f4D0870853C119d0Ec4AB4F7Df1323585Eb) |
| Rocky Labs | [0x17a619483231353753Cb8235AE5f3536B8832FFd](https://seiscan.io/address/0x17a619483231353753Cb8235AE5f3536B8832FFd) |
