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.