mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-28 11:46:13 -04:00
29 lines
499 B
Markdown
29 lines
499 B
Markdown
## 🍋 oracles
|
||
|
||
<br>
|
||
|
||
### tl;dr
|
||
|
||
* price oracles are any defi tool showing an asset's price.
|
||
* oracles should provide a trustless way of getting extrinsic (off-chain) information, and 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.
|
||
|
||
|
||
<br>
|
||
|
||
---
|
||
|
||
### in this repo
|
||
|
||
|
||
|
||
* [TWAP](twap.md)
|
||
* [TWAMM](twamm.md)
|
||
* [chainlink](chainlink.md)
|
||
|
||
|
||
---
|
||
|
||
### resources
|
||
|
||
|