mev-toolkit/oracles/README.md
dr. mia von steinkirch, phd 10beca68c6
Update README.md
2023-02-07 14:36:05 -08:00

29 lines
499 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 🍋 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 contracts storage.
<br>
---
### in this repo
* [TWAP](twap.md)
* [TWAMM](twamm.md)
* [chainlink](chainlink.md)
---
### resources