mev-toolkit/MEV_strategies/oracles
2023-03-15 22:15:25 -07:00
..
chainlink.md fair sequencing services 2023-02-09 16:37:00 -08:00
README.md Update README.md 2023-02-14 07:57:49 -08:00
twamm.md twamm numerical analysis, by cron finance 2023-03-15 22:15:25 -07:00
twap.md 💾 2023-02-08 09:08:45 -08:00

oracles


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 contracts storage.

  • oracle exploitation can generate profit opportunities (e.g., through arbitrage or liquidation, multi-block)



in this dir