mev-toolkit/MEV_and_trading/protocols/uniswap
2023-02-10 15:32:57 -08:00
..
uniswap-v2 💾 2023-02-09 17:13:44 -08:00
uniswap-v3 "their strategies mainly allocate liquidity in a narrow range and adjust the tick intervals to track market price based on quantitative indicators such as bollinger bands" 2023-02-10 15:32:57 -08:00
README.md Update README.md 2023-02-09 17:17:20 -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