Oracle Latency Impacts
Oracle latency impacts refer to the risks introduced when there is a delay between the actual market price of an asset and the price reported by the oracle to the smart contract. In fast-moving markets, even a few seconds of delay can lead to stale price data, causing the protocol to execute liquidations based on outdated information.
This can result in unfair liquidations or, conversely, allow traders to exploit the price discrepancy through arbitrage. Latency is often a product of the blockchain's block time and the frequency at which the oracle updates its data.
To mitigate this, some protocols use optimistic oracles or real-time data streaming to ensure the most accurate price is always available for contract execution.