add mev's impact on uniswap

This commit is contained in:
mia von steinkirch, phd 2022-12-20 10:03:45 -08:00 committed by GitHub
parent 931c7cfa1a
commit 2a57b14766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
### tl,dr
* a peer-to-peer system designed for exchanging ERC20 tokens on the Ethereum blockchain.
* peer-to-peer system designed for exchanging ERC20 tokens on the Ethereum blockchain.
* protocol is implemented as a set of persistent, non-upgradable smart contracts; designed to prioritize censorship, resistance, security, self-custody.
* an AMM replaces the buy and sell orders in an order book market with a liquidity pool of two assets, both valued relative to each other. As one asset is trader for the other, the relative prices of the two assets shift, and the new market rate for both is determined.
@ -14,8 +14,12 @@
### resources
##### 2022
* [uniswap docs](https://docs.uniswap.org/protocol)
* [uniswap arb analysis](https://github.com/ccyanxyz/uniswap-arbitrage-analysis)
* [dune for total uniswap users over time](https://dune.com/queries/2740)
* [understanding amms by hasu](https://www.paradigm.xyz/2021/04/understanding-automated-market-makers-part-1-price-impact)
* [mev's impact on uniswap](https://eigenphi.io/report/mev-impact-on-uniswap)