CDR #086: Seneca | Token Price Feed [Arbitrum]

22 February, 2024

INTRODUCTION

Protocol: Seneca

Integration: Seneca is an omnichain CDP protocol for yield-bearing assets.

REQUEST INFORMATION

Assets

Following assets will be included in the Oracle:

Asset Ticker Asset Blockchain Asset Address Asset Markets Overview Comments
rsETH Ethereum 0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7 rsETH Asset Information
weETH Ethereum 0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee weETH Asset Information

Methodology

  • Moving Average Price with Interquartile Range (MAIR) will be used to calculate the price for the asset. Learn more about it here.

  • 0.5% deviation threshold for updates trigger will be applied

  • 120s trades aggregation window size will be applied

  • The feed will be updated every 24h period if there are no deviation based updates

DELIVERY INFORMATION

Delivery Method Oracle on Arbitrum
Is testnet deployment required? No
1 Like

Thank you for requesting a data feed via DIA CDR. We confirm the CDR specifications were requested correctly. Find the oracle information below:

Oracle

The oracle is deployed and can be accessed here.

You can query for assets by calling the read function getValue() with parameters such as “rsETH/USD”. It will return two values:

  1. The price of the asset queried with 8 decimals
  2. 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 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.

Gas Wallet address: 0xc31f1105bf10f0d7d570567f65869deb35f3e37d

Markets

You can view the markets included for each feed by pressing on a link to DIA App in the deployed assets list:

  1. Ethereum-0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7
  2. Ethereum-0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee

Note: DIA uses Blockchain-Address querying formatting to ensure asset selection precision (token symbols might duplicate)

You can also query current asset prices and find other market information on the asset by using the DIA API as described here.