Uniswap Labs Blog

Just-In-Time Liquidity on the Uniswap Protocol
September 09, 2022

Xin Wan and Austin Adams 1

There has been some confusion around the concept of Just-in-time (“JIT”) liquidity on Uniswap. Paradigm’s Dan Robinson, a co-author of the Uniswap v3 whitepaper, recently ran a poll on Twitter surveying people’s estimates of the percentage of v3 liquidity supplied by JIT. The most common answer was “over 40%”, with just 16.5% of respondents correctly answering “less than 1%”.

In this blog post, we investigate historical JIT on Uniswap, and find the aforementioned belief to be false. We document the empirical distribution of JIT, and tie it back to economic intuitions. Finally, we dive deeper into the anatomy of JIT transactions and the micro economic considerations of a JIT LP, deriving some interesting theoretical results. The numbers stand in stark contrast to public perception.

Summary

  1. JIT liquidity is a special form of liquidity provision where an LP mints and burns a concentrated position immediately before and after a swap.
  2. JIT transactions are very rare; there were a little over 8,000 JIT transactions between May 2021 and July 2022, and JIT liquidity accounts for a fraction of a percent of Uniswap v3’s total liquidity provided.
  3. Because JIT liquidity provision has significant fixed costs, it is usually only used against very large swaps, improving the execution quality of trades that would otherwise suffer high degrees of price impact.
  4. JIT LPs face competition in the MEV auction market; under reasonable efficiency assumptions, the price improvement provided by JIT liquidity should be capped by twice the fee rate of the pool that JIT occurs in.

Liquidity Provisioning

Liquidity provisioning takes many forms. In a central limit order book, liquidity providers submit limit orders that are filled by liquidity takers. In an Over The Counter (OTC) market, liquidity is often provided directly and exclusively by dealers to inquiring clients as quotes, or generated through auctions (bid wanted in competition) sent by institutions to a select set of dealers.

Automated Market Makers (AMMs) like the Uniswap Protocol (“Uniswap”) have created a unique market structure, and with it, a new form of liquidity provisioning. Liquidity providers (“LPs”) deposit tokens into liquidity pools controlled by smart contracts, which then directly quote and trade tokens in the pools with traders. Traders send in one token and get back another token.

In Uniswap v3, LPs can deposit and withdraw liquidity at any time, and the fee they earn will be proportional to the amount of liquidity they supplied against traders’ order flows during the period in which their liquidity was deposited.

For a refresher on how v3 allows concentrated positions, see here.

What is JIT?

Just-in-time (“JIT”) liquidity refers to a specific type of LP strategy whereby an LP:

  1. Observes a (usually sizable) pending swap transaction in the public mempool
  2. Adds liquidity to the Uniswap pool that the swap will go through immediately before the swap happens, usually concentrated in the one tick that the swap will be in-range for
  3. Lets the swap execute, and receives a fee in return for providing liquidity to the swap
  4. Removes the liquidity and fees accrued immediately after the swap

Simultaneously, the LP will complete a hedging transaction in a different liquidity venue to offset their inventory risk, earning the difference between the transaction fees associated with the hedge and the LP fee from the Uniswap pool. We will talk more about this hedging process later in this article.

Here’s one example of JIT:

Figure 1. JIT Example

placeholders

In the example above, all three transactions happened in the same block Block 13733864, and they are all sequential. The JIT liquidity provider bundled the three transactions and sent them through Flashbots.

Since the size of the swap and the point-in-time liquidity distribution was known to the JIT LP before their transactions, they could have (and likely had) computed the exact fee earning and position change from the trade.

Historical JIT volume and Distribution on Uniswap v3

In this section, we quantify the amount of JIT liquidity that has been supplied on Uniswap v3.

Methodology

We only consider a set of transactions to be JIT liquidity provision when the following conditions are met:

  1. An LP position was minted and burnt in the same block
  2. The mint transaction and burn transaction are exactly 2 positions apart in the block
  3. The transaction between mint and burn is a swap transaction in the same pool

Once we confirm a pair of mint | burn transactions to be JIT, we compute the difference in the amount of assets deposited versus those withdrawn. We take one side of the transaction and mark it to US dollars as of the block time.2

Results

Total

From the deployment of Uniswap v3 on May 5, 2021 to July 18, 2022, we identified a total of 8,287 JIT liquidity provision attempts. Fifty-seven of them failed to provide any liquidity (some incorrectly sandwiched non-swap transactions; some added liquidity at the wrong tick). Over 95% of JIT liquidity was supplied by one single account, and less than 20 addresses have ever attempted to supply JIT liquidity.

In aggregate, successful JIT liquidity provided just over $2bn dollars of liquidity to traders. For reference, Uniswap v3 supported over $600bn of trading volume in the same period, meaning that JIT liquidity filled ~0.3% of all liquidity demand.

This directly refutes the public confusion around how much of v3’s liquidity is supplied by JIT. The most common answer was “over 40%”, with just 16.5% of respondents correctly answering “less than 1%”.

Distribution Through Time

The historical distribution of successful JIT activities is shown below.

Figure 2. JIT in History

placeholders

Source: Uniswap Labs data, Dune Analytics

Absolute USD volume of JIT liquidity has not grown significantly since June 2021. In most months, total trading volume against JIT liquidity was under $200mm, with recent months mostly under $100mm.

As a percentage of total USD trading volume on Uniswap, JIT has not been significant or growing, either. Over the past 6 months, Uniswap supported an average of $50bn of trading volume per month on Ethereum mainnet. With the exception of July and September 2021, the amount of trading volume executed against JIT liquidity has never risen above 0.5% on a monthly basis.

Distribution Across Pools

JIT liquidity has historically been concentrated across the top pools on Uniswap by trading volume.

Figure 3. Distribution of JIT across Liquidity Pools

placeholders

Source: Uniswap Labs data, Dune Analytics

Comparing blue bars (percentage of total historical JIT liquidity supplied in each pool) to pink bars (percentage of total trading volume / liquidity demand in each pool), we can see clearly that JIT liquidity provisioning is much more concentrated in the top pools. The most active pool (USDC-WETH 5bps pool) alone accounts for over half of all JIT liquidity ever supplied. The top ten pools account for ~95%. On the demand side, the top 10 pools account for just 55% of total trading volume.

Intuitively, this pattern makes sense: JIT transactions are only profitable when the swap in the middle is large enough, and large trades are much more concentrated in the top pools. Another relevant factor is that pairs in large pools have greater liquidity on centralized exchange venues, making the hedging transaction much easier and cheaper to complete.

Distribution Across Fee Tiers

JIT transactions, both by count and by volume, concentrate heavily in the middle two fee tiers. Compared to the distributions of trade count and volume in the Uniswap Protocol, 5bp pools see relatively more count of JIT, while 30bp pools see more volume3.

Figure 4. Distribution of JIT across Fee Tiers

placeholders

Source: Uniswap Labs data, Dune Analytics

A few different factors are at play here.

First, given fixed costs, JIT only makes sense when the transaction size reaches certain thresholds. Since larger-sized transactions are more likely to be routed through lower-fee pools, this factor shifts concentration of JIT towards those pools.

On the other hand, there is a hedging cost to JIT transactions. We will discuss this in more detail in the next section, but it is reasonable to assume at least 1-2bps of hedging cost to a JIT transaction. This makes JIT in 1bp pools money-losing in most cases, and in general shifts concentration of JIT towards higher fee-tiers.

Distribution of JIT liquidity Provided Per Transaction

Each time an LP provides JIT liquidity, they pay miners an amount roughly equal to two gas costs, plus some share of Maximum Extractable Value (“MEV”) if there is competition for either the same transaction or space at the front of that particular block. Therefore, JIT transactions are usually much larger than the typical swap sizes on Uniswap, so that the profit generated for the LP can justify the gas costs for minting and burning the JIT LP position.

Figure 5. Distribution of USD Value of JIT Liquidity

placeholders

Source: Uniswap Labs data, Dune Analytics

Over half of JIT transactions supplied more than $100,000 of liquidity individually. Only 245 out of more than 8,000 transactions supplied less than $10,000 of liquidity.

On the other hand, if we plot the same data with log-scaled x-axis, it is notable that the distribution of JIT sizes past the one million dollar mark is generally smooth.

Economic Considerations of a JIT

So far we have given some summary statistics of the empirical distribution of JIT liquidity. However, can we model the decision making process of a JIT LP for each JIT transaction?

Two necessary conditions need to be met for an LP to supply JIT liquidity4:

  1. The expected profit is positive.
  2. The LP can outbid other MEV opportunities in Flashbots auctions.

The two constraints combined result in a limited set of scenarios where it is optimal to provide JIT liquidity.

Expected Profit

A JIT LPs’ profit comes from the difference between LP fee earned and the cost of hedging. In the simplest form, the JIT LP supplies liquidity on Uniswap, and simultaneously executes an offsetting trade on a different venue (e.g. Coinbase) with a lower fee rate to hedge.

The revenue of the trade is5:

Revenue=Liquidity supplied×Uniswap pool fee rate + Price impact on Uniswap pool Revenue = Liquidity \space supplied \times Uniswap \space pool \space fee \space rate \newline \space + \space Price \space impact \space on \space Uniswap \space pool

The cost of the trade is6:

                      Cost= Liquidity supplied×Other liquidity venue fee rate \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space Cost = \space Liquidity \space supplied \times Other \space liquidity \space venue \space fee \space rate                                      + Price impact/slippage on other liquidity venues \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space + \space Price \space impact / slippage \space on \space other \space liquidity \space venues + Gas fee of adding liquidity + \space Gas \space fee \space of \space adding \space liquidity     + Gas fee of removing liquidity \space \space \space \space + \space Gas \space fee \space of \space removing \space liquidity                        + Profit share with miner (miner share") \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space + \space Profit \space share \space with \space miner \space (``miner \space share")

It is reasonable to assume the trade starts with no arbitrage condition satisfied, and therefore pricing on Uniswap is the same as on the other liquidity venue. Furthermore, since a JIT LP wants to maximize fee earnings, they will almost always supply a liquidity amount large enough for the entire swap to trade against, and concentrate all the liquidity in one tick space. Therefore, we can assume the price impact on the Uniswap pool is ~0 in the tick space where JIT liquidity is minted. The second item (Price impact on Uniswap poolPrice \space impact \space on \space Uniswap \space pool) from the Revenue formula is then either 0 if the JIT LP decides to mint in the current tick, or a small amount d if they decide to mint in the next tick. For simplicity, we assume7 d=0d=0.

While fee rates on other exchanges vary, it is reasonable to assume that they are non-negative. Therefore, the first cost item

Liquidity supplied×Other liquidity venue fee rate Liquidity \space supplied \times Other \space liquidity \space venue \space fee \space rate

has a lower bound of 0. It is also reasonable to assume that the JIT LP will need to take liquidity while hedging, causing a non-negative price impact / slippage. Hence, the second cost item

Price impact/slippage on other liquidity venues Price \space impact / slippage \space on \space other \space liquidity \space venues

can be reasonably assumed to have a lower bound of 0 as well.

Plugging in the aforementioned lower bounds for cost items, and expressing the JIT profit as the difference between revenue and cost, we obtain an upper bound of the expected profit from a JIT transaction:

ProfitLiquidity supplied×Uniswap fee rateTotal gasMiner share Profit \leq Liquidity \space supplied \times Uniswap \space fee \space rate - Total \space gas-Miner \space share

Since JIT LPs require expected profit to be positive, the inequality above implies the maximum miner share the JIT LP will be willing to pay is:

Miner shareLiquidity supplied×Uniswap fee rateTotal gas Miner \space share \leq Liquidity \space supplied \times Uniswap \space fee \space rate-Total \space gas

This constraint will play a large role in determining how often JIT transactions can occur, as we will show below.

Opportunity Cost / Other MEV Opportunities

Having a positive expected profit is not a sufficient condition for a JIT transaction to happen. Since JIT liquidity is almost always supplied through a Flashbots bundle, the LP needs to outbid other searchers who also want to use the swap in their bundle. With perfect information and rational players, this should only happen when a JIT transaction is more profitable than all other possible MEV bundles using the same swap (such as sandwich attacks, back-running arbitrage, etc). We will see that this is largely true, but not always.

Consider a simple alternative to the JIT strategy: an MEV searcher sees a large swap in the mempool and instead of providing JIT liquidity, they submit a bundle that starts with the swap going through the pool and creating a large price impact and ends with their own swap in the opposite direction, essentially taking on the opposite side of the swap at a cheaper price.

Similar to the calculation above, we can compute the MEV searcher’s expected profit:

Profit=Size of swap×(price impact of swapUniswap fee rate)Total gasMiner share Profit= Size \space of \space swap \times (price \space impact \space of \space swap- Uniswap \space fee \space rate)-Total \space gas-Miner \space share

To ensure positive expected profit, we have:

Miner shareSize of swap×(price impact of swapUniswap fee rate)Total gas Miner \space share \leq Size \space of \space swap \times (price \space impact \space of \space swap-Uniswap \space fee \space rate)-Total \space gas

For a JIT to happen, we need the expected profit from JIT to be greater than or equal to the expected profit from a simple backrunning swap:

JIT liquidity supplied×Uniswap fee rateJIT gas fee JIT \space liquidity \space supplied \times Uniswap \space fee \space rate-JIT \space gas \space fee \geq Size of swap×(price impact of swapUniswap fee rate)swap gas fee Size \space of \space swap \times (price \space impact \space of \space swap-Uniswap \space fee \space rate)-swap \space gas \space fee

Since liquidity supplied in a JIT transaction is at most 100% of the swap, and Uniswap fee rate is positive, we have:

JIT liquidity supplied×Uniswap fee rateJIT gas fee JIT \space liquidity \space supplied \times Uniswap \space fee \space rate-JIT \space gas \space fee \geq JIT liquidity supplied×(price impact of swapUniswap fee rate) swap gas feeJIT \space liquidity \space supplied \times (price \space impact \space of \space swap-Uniswap \space fee \space rate) - \space swap \space gas \space fee

Since JIT involves a mint and a burn while backrunning only has one swap, the gas fee for JIT should always be higher, everything else equal. Therefore:

JIT liquidity supplied×Uniswap fee rateJIT \space liquidity \space supplied \times Uniswap \space fee \space rate \geq JIT liquidity supplied×(price impact of swapUniswap fee rate)JIT \space liquidity \space supplied \times (price \space impact \space of \space swap-Uniswap \space fee \space rate)

Finally we can cancel out the JIT liquidity supplied term, and be left with:

2×Uniswap fee rateprice impact of swap2 \times Uniswap \space fee \space rate \geq price \space impact \space of \space swap

Since the price impact of the swap with JIT is close to 0, the right-hand side is basically the price improvement that the trader gets from JIT liquidity. With some simplifying assumptions, we have derived an upper bound of price improvement: two times the fee rate in the Uniswap pool that the swap is going through.

It is worth mentioning that the result derived above is only an upper bound - it is not guaranteed to be, and highly likely not, the actual tight upper bound. For example, instead of simply backrunning the large swap, an MEV searcher could potentially generate more profit from a sandwich attack. However, the bound we derived should still hold true.

Empirical Tests

We can test the result from the last section with empirical data8.

For each swap that traded against JIT liquidity, we simulate the same swap without JIT. We then compute the price improvement this swap has received compared to the counterfactual. If the price improvement is greater than two times the pool fee, we call the JIT “suboptimal”, since the JIT LP could have profited more by simply submitting a backrunning trade. The table below summarizes our findings.

Figure 6. Empirical Optimality in JIT Execution

placeholders

Source: Uniswap Labs data, Dune Analytics

The vast majority of JIT trades satisfy our derived bound. However, in some cases, we do see violations.

These violations are not necessarily indicative of either flaws in our derivation or JIT LP’s implementation. Rather, it could come from assumptions we made when calculating the counterfactual output of the swap.

For example, one assumption we made was that the swapper would always swap in the exact amount of token. In reality, the amount of input / output could be dynamic based on the state of the pool, which changes as JIT liquidity is injected and removed.

In any case, swappers benefited from the participation of JIT LPs. The distribution of price improvements from JIT liquidity can be found below. Consistent with our results, most of the swaps fell to the left of 0.3, which is our upper bound for price improvements in a 100-bp pool.9

Figure 7. Distribution of Price Improvement Provided by JIT

placeholders

Source: Uniswap Labs data, Dune Analytics

Conclusion

In this analysis, we gave a comprehensive overview of JIT liquidity, from real-world examples to economic considerations. We showed that JIT liquidity has historically played a minimal role within the Uniswap Protocol: it is typically heavily concentrated in top pools and mostly provided by a single LP address.

We also showed that JIT liquidity provided traders with improved execution. We explicitly modeled the micro-economic consideration of a JIT liquidity provider, and showed that an optimally implemented JIT should provide price improvement no more than twice the fee rate of the pool that JIT liquidity was provided in.

A few areas remain unexplored in this analysis.

First, the derived upper bound on price improvement is likely not tight, because we only considered the most naive form of competition in the searcher market. A more sophisticated searcher could generate more MEV with more complex bundles such as sandwich attacks, leaving the JIT LP less room to work with.

Second, it is worth exploring new mechanism designs that allow LPs to more easily compete with price improvements for traders. Currently, whether an LP’s JIT transaction gets included in a block has nothing to do with the degree of price improvement they quote to traders. In an ideal scenario, the LP that provides the most price improvements (quotes the best price) should outcompete other LPs as well as all sandwich attackers. Such a design would not only incentivize more LP participation but also bring higher trader welfare, leading to an overall improvement in market dynamics.


Appendix

  1. Logic of marking trades to USD

Most trades have either ETH or USD on one side. We convert the trade volume to USD in the following order:

  1. If ETH is on one side, use ETH price at that minute.

  2. If USD stablecoin is on one side, use that amount (assuming stablecoin is 1:1 to USD).

  3. Only 3 transactions remained; we manually marked them.

  4. Consideration of a JIT LP when choosing between current or next tick space

Consider the case when the JIT LP observes an incoming swap. They have two options: 1) provide JIT liquidity in current tick space; 2) provide JIT liquidity in next tick space.

The tradeoffs are the following: by choosing option 2) over option 1), the LP is forgoing part of the fee (on the volume required to cross the tick) in exchange for a lower cost basis for the position they are acquiring. The LP would only choose to mint one-sided liquidity in the next tick if the gain from lowered cost basis is larger than the forgone fee income.

Denote:

  1. The size of the incoming swap to be SS
  2. The distance between starting marginal price in the pool and the next tick to be dd
  3. The fee rate of the pool to be rr
  4. The volume required to cross the tick (or the amount of LP capital deposited between starting marginal price and next tick) to be LL

The forgone fee when the LP chooses to mint one-sided in the next tick space is:

L×rL \times r

The gain from acquiring the remaining position at a lower cost basis is:

(SL)×d(S - L) \times d

The LP would choose to do next tick if the gain is larger than the forgone fee:

(SL)×dL×r(S - L) \times d \geq L \times r

Rearranging, we have:

dL×rSLd \geq \frac{L \times r}{S - L}

Note that this result is consistent with our intuition:

  • The deeper the liquidity in the current tick (L)(L), the less likely the LP would choose to go for the next tick space, since they would lose a larger percentage of the fee income;
  • The larger the swap size (S)(S), the more likely they would go for the next tick space, since the gains from lowered cost basis would be multiplied by a larger amount;
  • Given the same amount of volume required to cross the next tick, the larger the price impact, the higher the gain from price impact for the LP, and the more likely they will choose the next tick.

Footnotes

  1. We thank Dan Robinson for his tweet that inspired this analysis. We are grateful for comments from Matteo Leibowitz and Aseem Sood.

  2. See Appendix for logic for converting transaction volume to USD.

  3. In the table, the first and second data columns show the distribution of transaction count and volume of JIT across different fee tiers. The third and last data columns show the distribution of trade count and volume of swaps on the Uniswap Protocol, as a reference for the distribution of JIT.

  4. Inventory rebalancing needs of LPs could technically be another reason for JIT. However, since they are unobservable and introduce much more complexity, we leave them out of this analysis.

  5. While JIT usually pushes price impact close to zero, technically there is still a small price impact from the swap remaining; so assuming "true market price" does not move, the JIT LP still acquired the position a tiny bit cheaper than the global market price.

  6. Note that the last three items are all included in the miner payment, but economically it is helpful to break them out and treat them separately, since they are driven by dynamics in different markets.

  7. Empirically, d=0 in ⅔ of the cases. See Appendix for in-depth discussions around what happens when d≠0.

  8. Out of all JIT transactions we identified, over 90% of them happened in the top 14 pools, with each pool containing more than 100 JIT transactions. Our empirical tests are based on this subset.

  9. Our upper bound is 2 times fee rate, which is 2 percent for a 100bp pool. Since the histogram has a log-scaled x-axis, and log(2) ~= 0.3 with a base of 10, our upper bound implies swaps should fall to the left of 0.3 on the x axis.

Related posts