mev-toolkit/oracles/README.md
mia von steinkirch, phd dff3bc2a50
Update README.md
2023-01-13 18:36:10 -08:00

23 lines
516 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 tool showing an asset's price but in context of defi.
* 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 contracts storage.
<br>
---
### in this repo
* [chainlink](chainlink.md)
* [TWAP oracles](twap.md)
* [TWAMM designs](twamm.md)