Understanding Gelato Oracles
Gelato Oracles provide a seamless and automated way to update on-chain price data by leveraging multiple data providers. This integration enables real-time, decentralized, and tamper-proof price updates, ensuring that smart contracts always have access to accurate market data without requiring manual intervention. Gelato Oracles follow the push oracle model, where operator continuously pushes price updates and the oracle operator must pay transaction fees for each price update.
Why Use Gelato Oracles?
Automation & Efficiency No need for manual price updates—Gelato Oracles automatically trigger updates only when significant price changes occur, reducing unnecessary on-chain transactions and lowering gas fees.
Decentralized & Tamper-Proof By using cryptographic signatures, they ensure that the price data is secure and reliable, without relying on a centralized authority.
Cost-Effective Updates occur only when needed, optimizing gas usage and overall blockchain resource consumption.
Reliable Data Accuracy Integration with trusted data providers means you receive low-latency, high-accuracy price feeds essential for various blockchain applications.
Simple Setup With no need to manage API credentials, you can quickly create and configure an oracle task directly on the Gelato Dashboard, simplifying integration with your smart contracts.
How It Works
Our system continuously monitors price data from your chosen data provider and determines when an on-chain update is necessary. The process is streamlined into four key steps:
Fetching Price Data The system periodically retrieves the latest asset prices from your specified data provider, ensuring data is sourced from reliable aggregators for maximum accuracy.
Signature Verification & Price Validation
It verifies the cryptographic signatures of the price feed to confirm authenticity.
Determining When to Update
The system checks if the price change exceeds a predefined threshold (e.g., 0.02%). If not, no update is made, preventing unnecessary on-chain transactions.
Sending an On-Chain Transaction
Once the conditions are met, the system automatically submits a transaction to update the on-chain oracle, ensuring smart contracts always receive accurate, real-time data.
Last updated