From 2a57b147663c2d401cb21611c851055db978efac Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:03:45 -0800 Subject: [PATCH] add mev's impact on uniswap --- uniswap/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/uniswap/README.md b/uniswap/README.md index 3fb8dd1..029012e 100644 --- a/uniswap/README.md +++ b/uniswap/README.md @@ -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)