From 9677f54de96e057dc7869989bc3aab11377e6320 Mon Sep 17 00:00:00 2001 From: autistic-symposium-helpers <138340846+autistic-symposium-helpers@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:20:18 +0900 Subject: [PATCH] add some links on oracle extractable value --- MEV_strategies/oracles/README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/MEV_strategies/oracles/README.md b/MEV_strategies/oracles/README.md index 0c531dd..579c9c2 100644 --- a/MEV_strategies/oracles/README.md +++ b/MEV_strategies/oracles/README.md @@ -4,8 +4,6 @@ ### tl;dr -
- * 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. @@ -16,14 +14,14 @@ --- -### in this dir +### chapters
-* [twap](twap.md) -* [twamm](twamm.md) -* [chainlink](chainlink.md) -* [cron finance docs on twamm](https://docs.cronfi.com/twamm/) +* **[twap](twap.md)** +* **[twamm](twamm.md)** +* **[chainlink](chainlink.md)** +* **[cron finance docs on twamm](https://docs.cronfi.com/twamm/)**
@@ -34,10 +32,12 @@
-* [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) -* [toxic order flow and solutions, by a. nezlobin](https://medium.com/@alexnezlobin/toxic-order-flow-on-decentralized-exchanges-problem-and-solutions-a1b79f32225a) -* [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) +* **[what's oracle extractable value, by hackernoon](https://hackernoon.com/what-is-oracle-extractable-value-oev)** +* **[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)** +* **[toxic order flow and solutions, by a. nezlobin](https://medium.com/@alexnezlobin/toxic-order-flow-on-decentralized-exchanges-problem-and-solutions-a1b79f32225a)** +* **[inverse finance resources](https://github.com/autistic-symposium/mev-toolkit/blob/main/MEV_and_trading/protocols/inverse.md)** +* **[keep3rOracleFactory.sol](https://github.com/keep3r-network/keep3r.network/blob/master/contracts/Keep3rV2OracleFactory.sol)** +