Oracles: real-time data feeds
Last updated
Oracles bring real-world data, prices above all, onto the chain. If your product needs to know what an asset is worth right now, for lending, trading, synthetic assets, or liquidations, an oracle is the data layer that tells it. Any verified oracle integration qualifies if your case holds up.
A lending protocol using live price feeds for collateral valuation and liquidation triggers
Synthetic assets tracking real-world prices; prediction markets integrations
An integration with DEX or trading product with accurate, manipulation-resistant pricing
Bringing real-world events on chain like weather in certain areas or events
Combining oracles with identity verification to enable smart contract validation
Leveraging an oracle means mainnet transactions where your contract actually consumes your declared feed. Only fees paid by wallets other than your own count toward your target (Standard §5.2), so your users, not your team, must be the ones transacting. Floors and target guidance for the Oracles category are in the Transaction Integrity Standard (§3.1, §3.3). Whichever provider you choose, name the feed and its on-chain consumption pattern in your proposal.
Pyth Pro (in production on Cardano since May 2026): Cardano developer portal reference · Cardano x Pyth integration guide · Pyth GitHub · Free Pyth Pro API keys for Cardano developers
Pyth runs in production on Cardano. The integration pattern: subscribe to the Pyth Pro websocket, include the signed price update in your transaction via a zero-withdrawal from the Pyth withdraw script. For any other oracle provider, readiness varies and the diligence is yours: verify current feed coverage and the on-chain consumption pattern against your use case before you commit your build plan.
Last updated
