mev-toolkit/MEV_and_trading/protocols/uniswap
2023-02-17 13:41:49 -08:00
..
uniswap-v2 💾 2023-02-09 17:13:44 -08:00
uniswap-v3 uniswap v3 twap oracle simulator, by euler 2023-02-17 13:41:49 -08:00
README.md the value of nontoxic orderflow to the uniswap protocol, by m. holloway 2023-02-15 12:50:05 -08:00

uniswap


tl,dr


  • AMMs replace 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.
  • uniswwap is a peer-to-peer system designed for exchanging ERC20 tokens on the ethereum blockchain.
  • the protocol is implemented as a set of persistent, non-upgradable smart contracts; designed to prioritize censorship, resistance, security, self-custody.


in this dir




resources