mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-26 18:59:20 -04:00
25 lines
745 B
Markdown
25 lines
745 B
Markdown
## chainlink
|
|
|
|
<br>
|
|
|
|
### tl; dr
|
|
|
|
<br>
|
|
|
|
* 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.
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
### resources
|
|
|
|
<br>
|
|
|
|
* [fair sequencing services](https://blog.chain.link/chainlink-fair-sequencing-services-enabling-a-provably-fair-defi-ecosystem/)
|