### Oracles currently in use by Reflexer
<!-- 1. [ETH / USD](https://etherscan.io/address/0xE2e1Cf7C3A3959157A9b64cAF9675114396d451c#code) (Primary) - [Chainlink](https://data.chain.link/ethereum/mainnet/crypto-usd/eth-usd) price feed
2. [ETH / USD](https://etherscan.io/address/0x58881e5bbecA2F1186921Ae86149edaCc717429A) (Backup) - Tellor price feed
-->
1. **ETH / USD** (Primary)
- [Etherscan Contract](https://etherscan.io/address/0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419)
- [Data Source](https://data.chain.link/ethereum/mainnet/crypto-usd/eth-usd) (Chainlink)
- Used to price ETH collateral and where ETH price is needed in system.
```flow
st=>start: Start
e=>end: End
op=>operation: OracleRelayer:>https://etherscan.io/address/0x4ed9C0dCa0479bC64d8f4EB3007126D5791f7851
op2=>operation: Collateral Type: ETH-A
op3=>operation: Feed Security Module Wrapper:>https://etherscan.io/address/0x7Acfc14dBF2decD1c9213Db32AE7784626daEb48
op4=>operation: Feed Security Module:>https://etherscan.io/address/0xD4A0E3EC2A937E7CCa4A192756a8439A8BF4bA91
op5=>operation: Minimal Backup Oracle Overlay:>https://etherscan.io/address/0xBf26309B0BA639ABE651dd1e1042Eb3C57c3e100
op6=>operation: Oracle Select (trustedOracles[0])
op7=>operation: ChainlinkRelayer:>https://etherscan.io/address/0xE2e1Cf7C3A3959157A9b64cAF9675114396d451c
op8=>operation: Chainlink: ETH/USD Price Feed:>https://etherscan.io/address/0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419
st->op->op2->op3->op4->op5->op6->op7->op8->end
```
2. **ETH / USD** (Backup)
- [Etherscan Contract](https://etherscan.io/address/0x58881e5bbecA2F1186921Ae86149edaCc717429A)
- [Data Source](https://tellor.io/data-feed/) (Tellor)
- Used to price ETH collateral and where ETH price is needed in system.
```flow
st=>start: Start
e=>end: End
op=>operation: Same as above
op2=>operation: Oracle Select (trustedOracles[1])
op3=>operation: TellorRelayer ETH/ USD Price Feed :>https://etherscan.io/address/0x58881e5bbecA2F1186921Ae86149edaCc717429A
st->op->op2->op3->end
```
3. **RAI / USD**
- [Etherscan Contract](https://etherscan.io/address/0x483d36F6a1d063d580c7a24F9A42B346f3a69fbb)
- [Data Source](https://data.chain.link/ethereum/mainnet/stablecoins/rai-usd) (Chainlink)
- Used in the controller, specifically the [PiRateSetter](https://etherscan.io/address/0x7Acfc14dBF2decD1c9213Db32AE7784626daEb48#code) to get the market price of RAI.
```flow
st=>start: Start
op=>operation: [My Operation](google.com):>http://www.google.com[f]
op=>operation: MinimalRateSetterOverlay:>https://etherscan.io/address/0x67E38536d8b1eFad846a030B797C00e43364372E
op2=>operation: PIRateSetter:>https://etherscan.io/address/0x7Acfc14dBF2decD1c9213Db32AE7784626daEb48
op3=>operation: ChainlinkTWAP:>https://etherscan.io/address/0x92dC9b16be52De059279916c1eF810877f85F960
op4=>operation: Chainlink: RAI / USD Price Feed:>https://etherscan.io/address/0x483d36F6a1d063d580c7a24F9A42B346f3a69fbb
st->op->op2->op3->op4
```