Saga | Saga token Price Feed

15 August, 2025

INTRODUCTION

Protocol: Saga

REQUEST INFORMATION

Assets

Following assets will be included in the Oracle:

Asset ticker: SAGA

Asset blockchain: SAGA

Asset address: usaga

Methodology

  • Volume Weighted Average Price with Interquartile Range (VWAPIR) will be used to calculate the price for the assets.

  • .5% deviation threshold for updates trigger will be applied for each asset

  • 120 secs update frequency check will be applied

  • 24-hour time-based update frequency will be applied for all assets

DELIVERY INFORMATION

Delivery Method: Oracle on Ethereum

Is testnet deployment required? No

Asset Specific Value Calling Convention? Yes

Thank you for requesting a data feed via DIA CDR. Please find the oracle information below:

Contracts

The contracts to fetch data from.

Network Contract Address
Ethereum Mainnet 0xc4807c41F492eaE6c51daC9058F02eE0288DF9a7

Gas Wallets

The gas wallet is used for pushing data to your contracts. To ensure uninterrupted oracle operation, please maintain sufficient funds in the gas wallet. You can monitor the wallets below to ensure they remain adequately funded at all times.

Network Gas Wallet Address
Ethereum Mainnet 0x99D16DD8d5Fc09709b80DF63F93C28EF0A472caa

Oracle Configuration

Settings that dictate how the oracle computes and updates data.

Pricing Methodology VWAPIR
Deviation (%) & Refresh Frequency 0.5% and 120 seconds
Heartbeat 24h

Asset Feeds

Available assets on the oracles and the Chainlink AggregatorV3Interface compatible contracts for each asset feed.

Asset Ticker getValue(key) Adapter Address Asset Markets Overview
SAGA SAGA/USD 0x5E08ec9b215FB2Ad352682f78f2060f54013FF3C SAGA Markets

To consume price data, you’ll need to invoke the getValue method on the oracle contract which you can access through the DIA Oracle library or the interface.

If you pass SAGA/USD as the key, it will return the most recent price of SAGA in USD with 8 decimal places (e.g. 24431238 is $0.24431238) along with the Unix timestamp of the last price update.

See the full example here.