mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-28 03:36:10 -04:00
40 lines
1.4 KiB
Markdown
40 lines
1.4 KiB
Markdown
## oracles
|
||
|
||
<br>
|
||
|
||
### tl;dr
|
||
|
||
<br>
|
||
|
||
* price oracles are any defi tool showing an asset's price. they can either on or off chain.
|
||
* oracles should provide a trustless way of getting extrinsic (off-chain) information, and some key functions such as: collecting data from an off-chain source, transfering the data on-chain with a signed message, and making the data available by putting it in a smart contract’s storage.
|
||
* oracle exploitation can generate profit opportunities (e.g., through arbitrage or liquidation, multi-block)
|
||
|
||
<br>
|
||
|
||
---
|
||
|
||
### in this repo
|
||
|
||
|
||
|
||
* [TWAP](twap.md)
|
||
* [TWAMM](twamm.md)
|
||
* [chainlink](chainlink.md)
|
||
|
||
<br>
|
||
|
||
---
|
||
|
||
### resources
|
||
|
||
|
||
<br>
|
||
|
||
* [taking undercollaterized loans for fun an for profit, by samczsun](https://samczsun.com/taking-undercollateralized-loans-for-fun-and-for-profit/)
|
||
* [mango markets and the benefits and limitations of oracles](https://blog.kaiko.com/mango-markets-and-the-benefits-and-limitations-of-oracles-753ce6d2a732)
|
||
* [dissecting the mango markets exploit, by perpetual protocol](https://perpprotocol.mirror.xyz/WMgIoGMktt_fMVPkfjTxRnSt4qwsWr_Ukub0iq3vW_I)
|
||
* [gmx trading resources](https://github.com/go-outside-labs/mev-toolkit/tree/main/MEV_by_chains/MEV_on_Arbitrum/gmx)
|
||
* [inverse finance resources](https://github.com/go-outside-labs/mev-toolkit/blob/main/MEV_and_trading/protocols/inverse.md)
|
||
* [keep3rOracleFactory.sol](https://github.com/keep3r-network/keep3r.network/blob/master/contracts/Keep3rV2OracleFactory.sol)
|