From 58375d16701c852a2175ed5f2bb9b220bb50d19d Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Tue, 7 Feb 2023 19:15:59 -0800 Subject: [PATCH] Update chainlink.md --- oracles/chainlink.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/oracles/chainlink.md b/oracles/chainlink.md index 70a3583..40dc241 100644 --- a/oracles/chainlink.md +++ b/oracles/chainlink.md @@ -2,12 +2,19 @@
-A decentralized oracle network consisting of three key smart contracts: +### tl; dr -* a reputation contract: keep track of data providers' performance. -* an order-matching contract: selects bids from oracles using the reputation contract. -* an aggregation contract—and an off-chain registry of data providers. +
+* a decentralized oracle network consisting of three key smart contracts: + * a reputation contract: keep track of data providers' performance. + * an order-matching contract: selects bids from oracles using the reputation contract. + * an aggregation contract—and an off-chain registry of data providers. +* one of the main challenges with such a decentralized approach is the formulation of the aggregation function. +* chainlink proposes calculating a weighted response, allowing a validity score to be reported for each oracle response. -One of the main challenges with such a decentralized approach is the formulation of the aggregation function. -ChainLink proposes calculating a weighted response, allowing a validity score to be reported for each oracle response. +
+ +--- + +### resources