From 4f63304c907ccf4649cb4318b5453b59fdff70d1 Mon Sep 17 00:00:00 2001 From: "Dr. Mia von Steinkirch" <1130416+F4DELEGATECALL@users.noreply.github.com> Date: Wed, 19 Oct 2022 20:14:26 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=AE=20add=20chainlink?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oracles/chainlink.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 oracles/chainlink.md diff --git a/oracles/chainlink.md b/oracles/chainlink.md new file mode 100644 index 0000000..70a3583 --- /dev/null +++ b/oracles/chainlink.md @@ -0,0 +1,13 @@ +## chainlink + +
+ +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.