mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-27 19:26:15 -04:00
add mev's impact on uniswap
This commit is contained in:
parent
931c7cfa1a
commit
2a57b14766
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user