Integration: Price feed for $OUSD. $OUSD is a yield-bearing stablecoin, which deploys users’ underlying capital to a diversified set of yield-earning strategies, rebalancing over time to achieve great yields while diversifying risk.
Use case: Will be used for lending markets for OUSD
Blockchain: Ethereum
REQUEST INFORMATION
Assets
The following assets will be included in the Oracle:
You can query for assets by calling the read function getValue() with parameters such as “OUSD/USD”. It will return two values:
The price of the asset queried with 8 decimals
The unix timestamp of the last update
You can see Solidity and Vyper code integration examples here or use a dedicated DIA oracles integration library described in detail here.
Funding
Each deployed oracle has a separate gas wallet which is the only entity allowed to update oracle values based on selected parameters. To find out more information on how it works, visit the following link.
Please make sure to top up the gas wallet, as we only put in some gas to deploy and start the oracle.
Dear team,
the OETH/ETH oracle has been deployed. This consists of two parts:
First, the existing oracle is now receiving feeds of OETH/USD and ETH/USD. Each time OETH/USD is updated, an update for ETH/USD is also made to ensure the update timing coincidence of both assets.
Second, an adapter contract has been deployed at 0xab9e20e8ab03c4f9476531b3ba3a0fc522cd0faa to retrieve the value of OETH/ETH directly.
To do taht, just call getAPriceInB() to receive the price of OETH in ETH (with 8 decimals) and the timestamps of the two underlying updates.
We recommend to check that these timestamps are closely together to ensure freshness of the data when you call this function.
The adapter for querying the ratio SUPEROETHB/ETH is located here.
You can query for assets by calling the read function getValue() with parameters such as “SUPEROETHB/USD”. It will return two values:
The price of the asset queried with 8 decimals
The unix timestamp of the last update
In the adapter contract you can call getAPriceInB() to to retrieve the value of SUPEROETHB/ETH directly. We recommend to check that these timestamps are closely together to ensure freshness of the data when you call this function.
You can see Solidity and Vyper code integration examples here or use a dedicated DIA oracles integration library described in detail here.
Funding
Each deployed oracle contract has a separate gas wallet which is the only entity allowed to update oracle values based on selected parameters. To find out more information on how it works, visit the following link.
Please make sure to top up the gas wallet, as we only put in some gas to deploy and start the oracle.