Skip to content

Latest commit

History

History
42 lines (22 loc) 路 1.56 KB

File metadata and controls

42 lines (22 loc) 路 1.56 KB

just-in-time (jit) liquidity


tl; dr


  • uniswap v3 comes with just-in-time (jit) liquidity, allowing LPs to provide concentrated liquidity within smaller price ranges, i.e., to specify a range of prices their liquidity is active for. this allows capital efficiency for correlated tokens.

  • the liquidity range determines the share of fees. however, the tighter the tick range, the greater the risk of impermanence loss (the greater the likelihood that the price of the asset pair will move out of the tick range to volatility), which would generate no fees).

  • a strategy is to scan the mempool for substantial pending trades, provide liquidity where a LP mints and burns a concentrated position immediately before and after a swap. no impermanent loss happens because everything happens within the same block.

  • because provision has high costs, it's usually only used against very large swaps (i.e., it's a non-atomic strategy).

  • "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"



in this dir





links