Consensus Lag
Consensus Lag is the duration required for a distributed network of oracle nodes to agree on a specific data point before it is pushed to the blockchain. In a decentralized oracle setup, multiple nodes fetch data independently, and a consensus algorithm aggregates these inputs to ensure accuracy and prevent manipulation.
The time taken to collect these responses, perform validation, and reach a final agreement constitutes the consensus lag. High consensus lag increases the vulnerability of protocols to market volatility, as the final price recorded on-chain may be outdated by the time consensus is reached.
This delay is often a trade-off between security, which requires more nodes and rounds of verification, and performance. Reducing this lag requires more efficient aggregation methods or faster underlying network communication.