Papers
Topics
Authors
Recent
Assistant
AI Research Assistant
Well-researched responses based on relevant abstracts and paper content.
Custom Instructions Pro
Preferences or requirements that you'd like Emergent Mind to consider when generating responses.
Gemini 2.5 Flash
Gemini 2.5 Flash 73 tok/s
Gemini 2.5 Pro 40 tok/s Pro
GPT-5 Medium 32 tok/s Pro
GPT-5 High 28 tok/s Pro
GPT-4o 75 tok/s Pro
Kimi K2 184 tok/s Pro
GPT OSS 120B 466 tok/s Pro
Claude Sonnet 4.5 35 tok/s Pro
2000 character limit reached

CLMMs: Concentrated Liquidity Market Makers

Updated 22 September 2025
  • Concentrated Liquidity Market Makers (CLMMs) are models that allow liquidity providers to allocate capital within specific price ranges, enhancing fee accrual and capital efficiency.
  • Advanced strategies like fixed and resetting intervals enable LPs to customize risk exposure and optimize returns under varying market volatility.
  • Implementations such as Uniswap v3 demonstrate how CLMMs reshape market microstructure by concentrating active, intelligent liquidity and intensifying fee competition.

Concentrated Liquidity Market Makers (CLMMs) are a class of automated market maker (AMM) protocols in which liquidity providers (LPs) can allocate capital to specific price ranges, rather than distributing it uniformly over the entire price axis. This selective placement increases potential capital efficiency and enables sophisticated strategy design by both protocol architects and LPs. The concept fundamentally alters risk-sharing, fee allocation, and market microstructure within AMMs, as exemplified by implementations like Uniswap v3 (Fritsch, 2021).

1. Foundations and Design Principles

CLMMs extend the standard constant product market maker (CPMM) paradigm (with invariant xy=kxy=k) by allowing each liquidity position to target a bounded price interval [pa,pb][p_a, p_b]. The deployed liquidity LL determines the marginal (virtual) reserves at price p[pa,pb]p \in [p_a, p_b] through

x(p)=Lp,y(p)=Lpx'(p) = \frac{L}{\sqrt{p}}, \qquad y'(p) = L\sqrt{p}

while the actual deposited reserve amounts are given by

x(p)=L(1p1pb),y(p)=L(ppa)x(p) = L \left( \frac{1}{\sqrt{p}} - \frac{1}{\sqrt{p_b}} \right),\qquad y(p) = L \left( \sqrt{p} - \sqrt{p_a} \right)

When pp leaves [pa,pb][p_a, p_b], the LP holds a single asset and earns no further fees until in-range. This mechanism tends to "leverage" the fee accrual per unit capital but also introduces the risk of one-sided exposure and opportunity cost (Fritsch, 2021).

Fees are allocated based on the pro-rata share of in-range liquidity, sharply increasing the sensitivity of fee income to both range selection and market volatility.

2. Quantitative Effects on LP Returns

Empirical analysis documents that CLMMs transform LP fee dynamics. For volatile pairs (e.g., ETH–USDC), active LPs using tight price ranges in Uniswap v3 achieved average daily returns (in the paper period) of 1.51×1031.51 \times 10^{-3} (0.3% fee tier) and 2.12×1032.12 \times 10^{-3} (0.05%), compared to the Uniswap v2 (full-range) return of 1.30×1031.30 \times 10^{-3}. However, for tightly pegged pairs (USDT–USDC), fee returns on v3 dropped, especially for passive LPs, as competitive interval selection dissipated rents formerly sustained by suboptimal trade routing (Fritsch, 2021).

Two principal active strategies are analyzed:

  • Fixed Interval ("Fixed(a)"): LPs allocate to a symmetric interval (p/(1+a),p(1+a))(p/(1+a),\, p(1+a)). Tighter intervals (aa small) maximize fees during periods of stability; wider intervals mitigate inventory risk during volatility.
  • Resetting Interval ("Reset(a,r)"): LPs set an initial tight range (parameter aa) and trigger rebalancing (parameter rr) upon significant price deviation, re-centering around the new price.

Although extremely tight reset strategies can realize high fee accruals in benign regimes, such approaches tend to suffer worse overall returns in the presence of adverse price moves due to inventory imbalance losses (Fritsch, 2021).

3. Risk–Reward Trade-offs and Market Efficiency

Concentrated liquidity introduces a levered fee profile: narrowing the interval increases the fee density per dollar but elevates the hazard that the price escapes the range and fees cease. The risk is particularly exacerbated for volatile assets—once out-of-range, an LP's assets are rebalanced into a single token, and exposure to further fees is suspended (Fritsch, 2021).

The improved efficiency of CLMM fee allocation reduces slippage for traders (liquidity is highest near prevailing prices), but intensifies the demand for active risk management by LPs. The structural incentives could result in a competitive market dasyrating passive/uninformed liquidity, concentrating "intelligent" capital near relevant price regimes.

4. Comparative Performance Across Market Types

For volatile asset pools (e.g., ETH–USDC), empirical results suggest that active CLMM strategies outperform passive liquidity in aggregate, provided range widths and reset criteria are properly chosen relative to prevailing volatility. By contrast, for stablecoin pairs with narrow true price bands, the optimal strategy is to deploy all liquidity in the smallest possible interval around the peg. In such environments, competitive pressure and natural price stasis combine to drive v3 passive LP fee returns to near zero, erasing the artificial gains seen in legacy markets due to arbitrage or trade routing inefficiencies (Fritsch, 2021).

Notably, studies warn that simulating returns under the assumption of competition only against passive liquidity (ignoring v3 active strategies or v2 pool interactions) "strongly overestimates" real-world fee returns during transitions, as cross-pool trade routing introduces transitory subsidies that vanish in equilibrium (Fritsch, 2021).

5. Mathematical Models and Implementation

The mathematical description of CLMMs centers on the formulas for real reserves and the impact of range width. The key relationship,

x(p)=L(1p1pb),y(p)=L(ppa),x(p) = L \left( \frac{1}{\sqrt{p}} - \frac{1}{\sqrt{p_b}} \right),\quad y(p) = L \left( \sqrt{p} - \sqrt{p_a} \right),

illustrates both the capital efficiency inherent to narrower intervals and the nonlinear asset transformations as pp evolves.

Pseudocode for managing a CLMM position would require:

  1. Quotation on Entry: Select (pa,pb)(p_a, p_b) given current pp, set LL to match available assets.
  2. Fee Accrual: At each swap, compute and record the pro-rata fee based on in-range LP's share.
  3. Inventory Update: On price move, subtract/add tokens according to above formulas until pp exits [pa,pb][p_a, p_b].
  4. Reset/Rebalance Logic: If using a reset strategy, detect exit events and automate re-centering.

Risk management for LPs is driven by continual estimation of realized volatility and fee yield, dynamically adjusting interval width or triggering resets when cost-benefit criteria deteriorate. Fee revenues must be evaluated net of compounding, and rebalance costs and slippage must be integrated into total return analysis.

6. Strategic Implications, Limitations, and Future Directions

The introduction of CLMMs fundamentally alters both individual and systemic incentives in AMMs. Key implications include:

  • Active versus Passive Management: Active strategy selection becomes essential. Improper parameterization (e.g., overly tight intervals without volatility hedge) allows for severe underperformance versus naive uniform liquidity.
  • Adaptability Across Asset Classes: Optimal interval selection is market-dependent. Volatile pairs require wider intervals or active resetting, while stable pairs reward minimal interval provisioning.
  • Competition and Fee Structures: Long-term pool equilibria will continuously erode rents, necessitating ongoing recalibration of strategies; over time, legacy pool subsidies and arbitrage-driven fee anomalies are expected to disappear.
  • Systemic Effects: The shift towards active, concentrated strategies increases efficiency and capital use, but the greater reliance on LP management skills may marginalize uninformed participants, changing the composition and stability of liquidity.

Limitations that remain include the necessity of balancing capital efficiency against risk of being out-of-range, the potential for increased transaction costs from reallocation, and the complexity of tracking optimal intervals under fast-moving or regime-shifting volatility environments.

7. Summary

Concentrated liquidity in AMMs as instantiated in Uniswap v3 redefines liquidity provision from a passive to an active discipline, empowering LPs to strategically allocate capital to targeted price intervals for greater fee efficiency. The design achieves notably higher fee returns under favorable conditions and for suitable asset pairs but also delivers nonlinear, levered risk exposure to price movement, requiring sophisticated management of range selection and rebalancing (Fritsch, 2021). Optimal CLMM performance is highly sensitive to both market conditions and the parameters governing active provision strategies. The transition from uniform to concentrated liquidity will likely induce ongoing strategic and structural evolution in decentralized market microstructure.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)
Forward Email Streamline Icon: https://streamlinehq.com

Follow Topic

Get notified by email when new papers are published related to Concentrated Liquidity Market Makers (CLMMs).

Don't miss out on important new AI/ML research

See which papers are being discussed right now on X, Reddit, and more:

“Emergent Mind helps me see which AI papers have caught fire online.”

Philip

Philip

Creator, AI Explained on YouTube