26 June, 2025
INTRODUCTION
Protocol: Pell Network
REQUEST INFORMATION
Assets
Following assets will be included in the Oracle:
| Asset Ticker |
Asset Blockchain |
Asset Address |
Asset Markets Overview |
Comments |
| PELL |
Ethereum |
0xc65d8d96cdddb31328186efa113a460b0af9ec63 |
Pell Asset Information |
|
Methodology
- Volume Weighted Average Price with Interquartile Range (VWAPIR) will be used to calculate the price for the assets. Learn more about it here
- 2% 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 & BNB Chain |
| Is testnet deployment required? |
No |
Thank you for requesting a data feed via DIA CDR. Please find the oracle information below:
Contracts
The contracts to fetch data from
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.
Oracle Configuration
Settings that dictate how the oracle computes and updates data
| Pricing Methodology |
VWAPIR |
| Deviation (%) & Refresh Frequency |
2% and 120 seconds |
| Heartbeat |
24h |
Asset Feeds
| Asset Ticker |
getValue(key) |
Asset Markets Overview |
| PELL |
PELL/USD |
PELL 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 PELL/USD as the key, it will return the most recent price of PELL in USD with 8 decimal places (e.g. 247223 is $0.00247223) along with the Unix timestamp of the last price update.
See the full example here.