mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-27 19:26:15 -04:00
30 lines
596 B
Markdown
30 lines
596 B
Markdown
## 🍋 oracles
|
||
|
||
<br>
|
||
|
||
### tl;dr
|
||
|
||
* Oracles provide a trustless way of getting extrinsic (off-chain) information.
|
||
* They provide the some key functions such as collect data from an off-chain source, transfer the data on-chain with a signed message, and make the data available by putting it in a smart contract’s storage.
|
||
* price oracles are any tool showing an asset's price but in context of defi
|
||
|
||
<br>
|
||
|
||
---
|
||
|
||
### in this repo
|
||
|
||
|
||
* [chainlink](chainlink.md)
|
||
* [TWAP oracles](twap.md)
|
||
|
||
|
||
<br>
|
||
|
||
---
|
||
|
||
### resources
|
||
|
||
* [olier network](https://docs.oiler.network/oiler-network/products/pitch-lake)
|
||
|