DIA Price Oracles
Ecosystem Price Oracles, powered by DIA
Introduction to DIA
DIA is a cross-chain oracle provider that sources granular market data from diverse exchanges, including CEXs, DEXs, and NFT marketplaces. Its data sourcing is thorough, enabling unparalleled transparency and customizability for resilient price feeds for 20,000+ assets. Its versatile data processing and delivery ensures adaptability and reliability for any decentralized application.
Usage of DIA Oracles on Telos
The DIA oracle on Telos EVM is free of use. dApps built on Telos EVM can leverage the oracles to access up-to-date asset price information. These oracles are designed for production environments and comes with a predefined list of feeds and settings. For dApps requiring a custom oracle with a different set of assets and configurations, they should contact DIA on Telegram.
Deployed contracts
Access the oracles in the smart contracts below:
- Telos Mainnet Oracle: https://www.teloscan.io/address/0xf774801c9f1b11e70966CE65EC7f95d7730F380d
Included price feeds + data sources
The Telos oracle includes the following price feeds:
| Asset Ticker | Asset Blockchain | Asset Address | Asset Markets Overview |
|---|---|---|---|
| USDT | Ethereum | 0xdAC17F958D2ee523a2206206994597C13D831ec7 | USDT Asset Information |
| USDC | Ethereum | 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | USDC Asset Information |
| ETH | Ethereum | 0x0000000000000000000000000000000000000000 | ETH Asset Information |
| BTC | Bitcoin | 0x0000000000000000000000000000000000000000 | BTC Asset Information |
| TLOS | Telos | 0x0000000000000000000000000000000000000000 | TLOS Asset Information |
| MATIC | Polygon | 0x0000000000000000000000000000000000001010 | MATIC Asset Information |
| BNB | Binance Smart Chain | 0x0000000000000000000000000000000000000000 | BNB Asset Information |
| AVAX | Avalanche | 0x0000000000000000000000000000000000000000 | AVAX Asset Information |
| S | Sonic | 0x0000000000000000000000000000000000000000 | S Asset Information |
Oracle configuration settings
Oracle specifications:
Methodology: VWAPIR
The final price point for each asset is calculated by computing the assets' trade information across multiple DEXs and CEXs. This is done using a Volume Weighted Average Price with Interquartile Range (VWAPIR) methodology. Learn more about VWAPIR.
Update frequency: 0.2% deviation threshold, and 24 hour heartbeat.
The oracle operates a trade collection window of 2 minutes, distinct from the heartbeat mechanism. This period is used to aggregate trades for calculating the price point. Specifically, it gathers trade data within 120-second intervals and then evaluates if a 0.2% price deviation has occurred, triggering an update if such deviation is detected.
How to access DIA oracles?
Here is an example of how to access a price value on DIA oracles:
- Access your custom oracle smart contract on Telos.
- Call
getValue(pair_name)withpair_namebeing the full pair name such asBTC/USD. You can use the "Read" section on the explorer to execute this call. - The response of the call contains two values:
- The current asset price in USD with a fix-comma notation of 8 decimals.
- The UNIX timestamp of the last oracle update.
You can view the complete integration guide on Telos here.
Request a Custom Oracle
For assets not currently available or dApps requiring specific configurations, DIA deploys production-grade custom oracles tailored to your requirements with configurable data sources, pricing methodologies, update triggers, and coverage for any of 20,000+ supported assets.
Resources
- Developer Support: Discord | Telegram
- Telos Integration Guide
- DIA Documentation