mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-06-19 12:14:05 -04:00
Update chainlink.md
This commit is contained in:
parent
d9f892e0b6
commit
58375d1670
1 changed files with 13 additions and 6 deletions
|
@ -2,12 +2,19 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
A decentralized oracle network consisting of three key smart contracts:
|
### tl; dr
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
* a decentralized oracle network consisting of three key smart contracts:
|
||||||
* a reputation contract: keep track of data providers' performance.
|
* a reputation contract: keep track of data providers' performance.
|
||||||
* an order-matching contract: selects bids from oracles using the reputation contract.
|
* an order-matching contract: selects bids from oracles using the reputation contract.
|
||||||
* an aggregation contract—and an off-chain registry of data providers.
|
* 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.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue