mev-toolkit/uniswap/uniswap-v3
dr. mia von steinkirch, phd 556e354ec9
Update just-in-time.md
2023-02-07 15:39:25 -08:00
..
just-in-time.md Update just-in-time.md 2023-02-07 15:39:25 -08:00
README.md uniswap v3 book, by jeiwan 2023-01-25 19:16:27 -08:00

🍣 uniswap v3


tl; dr

uniswap v3 introduced:

  • concentrated liquidity and non-fungible liquidity:
    • replacing fungible ERC20 liquidity positions with non-fungible ERC-721 liquidity positions.
    • individual LPs get granular control over what price ranges their capital is allocated to.
    • individual positions are aggregated together into a single pool, forming one combined curve for users to trade against.
  • multiple fee tiers: allowing LPs to be appropriately compensated for taking on varying degrees of risk.
  • range orders: lps can deposit a single token in a custom price range, above or below the current price.
  • improvements to the TWAP oracle: possible to calculate any recent TWAP within ~9 days in a single on-call chain.


in this dir



resources