What is JIT Liquidity?
Just-In-Time (JIT) liquidity is an MEV strategy where a liquidity provider adds concentrated liquidity immediately before a large swap and removes it immediately after, all within the same block. By precisely timing liquidity around known trades, JIT providers capture a disproportionate share of trading fees while avoiding impermanent loss from extended exposure.
How JIT Liquidity Works
On Uniswap V3 and similar concentrated liquidity AMMs, LPs can position liquidity in narrow price ranges. JIT providers monitor the mempool for large pending swaps. When they identify one, they construct a bundle:
- Mint position: Add concentrated liquidity in a narrow range around current price, just before the swap
- Target swap: The large swap executes through the JIT liquidity, paying fees
- Burn position: Remove liquidity immediately after, capturing fees
The entire operation happens within a single block. The JIT provider earns substantial fees with minimal capital at risk for minimal time.
JIT Economics
A large swap through a narrow liquidity range generates significant fees concentrated among that liquidity. By providing most of the active liquidity during that specific swap, the JIT provider captures most of the fees. Potentially 50-90% of what would have been distributed among all LPs.
JIT providers accept impermanent loss only for the duration of one block. Typically negligible price movement. Their capital is exposed for seconds rather than the days or weeks of traditional LP positions.
Impact on Regular LPs
JIT liquidity redistributes fees away from long-term LPs toward sophisticated MEV actors. Passive LPs bear impermanent loss risk over extended periods but capture fewer fees because JIT providers intercept the most profitable trades.
This dynamic has raised LP profitability concerns. Some analyses suggest that excluding MEV extraction, many LP positions on Uniswap V3 are unprofitable. Fees earned don't compensate for IL suffered.
AMM Design Implications
Understanding JIT informs AMM design discussions. Some protocols explore JIT-resistant mechanisms: minimum position duration, time-weighted fee distribution, or auction-based AMMs that eliminate ordering advantages. The tension between capital efficiency (concentrated liquidity) and fair fee distribution remains an active research area.