Update oracle_abuse.md

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-08 18:04:41 -08:00 committed by GitHub
parent 71e2becb60
commit 49c6f956f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,18 +7,18 @@
<br> <br>
* gmx has not price impact (large order trades at mark price).
* when high volatility, there is a spread from the chainlink price to the median price of reference exchanges. * october'22 oracle abuse: dynamic price: gmx differs from amms by offering zero slippage on trades via an oracle price update system (via chainlink and aggregate of prices from leading volume exchanges), while amms like uniswap rely on arb bots to balance prices in the pools. gmx team-run bots make calls to `SetPriceWithBit()` to update asset prices. mev operators can observe these prices updates in the mempool before land on chain.
* a new oracle oracle has been deployed (XGET), which allows for information to be verified on-chain while providing frontrunning resistance (by having nodes sign a combination of blockhashes and values).
<br> <br>
### tl; dr october'22 event ### tl; dr
<br> <br>
* dynamic price: gmx differs from amms by offering zero slippage on trades via an oracle price update system (via chainlink and aggregate of prices from leading volume exchanges), while amms like uniswap rely on arb bots to balance prices in the pools.
* gmx team-run bots make calls to `SetPriceWithBit()` to update asset prices. mev operators can observe these prices updates in the mempool before land on chain.
<br> <br>