From d80ac0814a42dbfed12f3d7a4665c265be06b003 Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Wed, 21 Dec 2022 18:27:46 -0800 Subject: [PATCH] Update just-in-time.md --- uniswap/uniswap-v3/just-in-time.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/uniswap/uniswap-v3/just-in-time.md b/uniswap/uniswap-v3/just-in-time.md index 464021e..9697094 100644 --- a/uniswap/uniswap-v3/just-in-time.md +++ b/uniswap/uniswap-v3/just-in-time.md @@ -7,8 +7,16 @@ * uniswap v3 allows LPs to provide concentrated liquidity within smaller price ranges. * jit liquidity is a form of liquidity provision where an LP mints and burns a concentrated position immediately before and after a swap. * because provision has significant costs, it's usually only used against very large swaps + + +##### on mev + +* jit liquidity is provided by MEV searchers who scan the mempool for substantial pending trades, adding and withdrawing an LP position within the same block. sophisticated searchers can add and remove concentrated liquidity on sandwich trades. +* using uniswap v3’s concentrated liquidity, the position’s range can be defined to match the trade in order to poach an amplified portion of the trading fees. +* hit liquidity avoids exposure to impermanent loss by its very nature since it is added and removed within the same block. * jit lps face competition in mev auction market - the price improvement provided by jit liquidity should be capped by twice the fee rate of the pool that jit occurs in. -* sophisticated searchers can add and remove concentrated liquidity on sandwich trades. + +