Skip to main content

How Does an Oracle Network Handle Conflicting Data Submissions from Different Nodes?

Oracle networks handle conflicting data submissions through a consensus mechanism, most commonly by calculating the median of all submitted data points. The median price is used because it is statistically robust, meaning a small number of malicious or outlier submissions will not significantly skew the final aggregated price.

Nodes that submit data far from the median are typically flagged and may face slashing.

How Does a Decentralized Oracle Handle Data Aggregation?
How Do DONs Determine Which Data Points Are “Outliers” during Aggregation?
Why Is the Median Often Preferred over the Average in Oracle Data Aggregation?
How Does Using Multiple, Independent Data Sources Enhance Oracle Data Integrity?