From a8dad3ca56623cea0691f8640a5677a7c322806c 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:02 -0700 Subject: [PATCH] Update README.md --- oracles/README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/oracles/README.md b/oracles/README.md index a210c7c..2f565a9 100644 --- a/oracles/README.md +++ b/oracles/README.md @@ -14,23 +14,10 @@ ### in this repo + +* [chainlink](chainlink.md) * [TWAP oracles](twap.md) +
----- - - - -### 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.