Oracles & Data Feeds
Bringing real-world data on-chain
Decentralized oracle pools provide external data for DeFi & prediction markets.
Quick Start
Oracle Features
Reliable external data for smart contracts
Decentralized Oracle Pools
Multiple data providers ensure reliability and prevent manipulation
On-Chain Aggregation
Smart contracts aggregate and validate data from multiple sources
Price Feeds
Real-time price data for DeFi protocols and prediction markets
Custom Data Sources
Connect any external API or data source to the blockchain
Consensus Mechanisms
Various consensus models for different data reliability requirements
Incentive Alignment
Economic incentives ensure accurate and timely data provision
Oracle Architecture
How oracle pools work on Ergo
Ergo's oracle system provides reliable external data:
- Decentralized data collection
- On-chain aggregation and validation
- Economic incentives for accuracy
- Flexible consensus mechanisms
- Support for any data type
Oracle Comparison: Ergo vs Leading Alternatives
Six different approaches: eUTXO pools (Ergo), off-chain reporting (Chainlink), pull feeds (Pyth), hybrid models (RedStone), permissionless bonds (Tellor), and optimistic assertions (UMA).
| Dimension | Ergo | Chainlink | Pyth | RedStone | Tellor | UMA |
|---|---|---|---|---|---|---|
| Update Model | Push pools on eUTXO; epoch-based publishing | Push feeds with Off-Chain Reporting (OCR) | Pull/on-demand price feeds | Hybrid: Push/Pull/X models | Permissionless reporters with bonds | Optimistic assertions with disputes |
| Aggregation Method | On-chain pool logic (boxes) + off-chain agents | Off-chain committee → single on-chain submit | Pyth program + confidence; dApp commits on demand | Push on-chain; Pull/X signed bundles in tx | On-chain consensus via economic incentives | Accepted unless disputed; DVM arbitrates |
| Who Pays Updates | Pool treasury pays rewards to reporters | Operator set; gas costs amortized | Consumer/updater pays tx fees on demand | Push: provider pays; Pull/X: tx sender pays | Reporters pay bonds; rewards in TRB | Asserter posts; participants fund disputes |
| Update Frequency | Configurable per pool (minutes/blocks) | Infrequent batched; high off-chain frequency | Very high off-chain; on-chain when consumed | Push: periodic; Pull/X: on demand | Request/reward-driven; variable timing | Fast if undisputed; slower when escalated |
| Permissions Model | Community-defined pools/reporters | Curated operator set per feed | Approved publishers; open reads | Signed by providers; open consumption | Fully permissionless participation | Open roles (asserter/disputer) |
| Data Types | Prices; extensible to events via scripts | Prices, VRF, Automation, Functions, CCIP | Primarily prices (crypto/FX/equities/commodities) | Prices, RWA data; automation hooks | Flexible (prices/events) via query spec | General truths: prices, events, KPIs |
| Primary Use Cases | Ergo DeFi (SigmaUSD), protocol metrics | General DeFi feeds, randomness, upkeep | Perp DEX/derivatives, high-frequency pricing | EVM rollups, cost-sensitive apps, RWA | Censorship-resistant feeds, open data | Prediction markets, insurance, non-standard data |
| Key Limitations | Need disciplined reporters; stale data risk | Service cost; curated operators dependency | Must handle confidence intervals; updater dependency | Signature validation complexity; bundle availability | Latency variance; dispute economics sensitivity | Trust window pre-dispute; arbitration delays |
Note: For production integrations add safety belts — averaging windows, deviation thresholds, signature/source checks, fallback feeds, and circuit breakers on anomalies. Each oracle model has unique trade-offs between decentralization, latency, cost, and data quality.
Live Oracle Solutions
Active oracle implementations on Ergo
Specialized oracles for DeFi protocols
Frequently Asked Questions
What's Next?
Start using or building oracle solutions on Ergo today