MrDeFi
DeFi Protocols2026-05-084 min read

How Does Uniswap V3 Work? Concentrated Liquidity Explained

How Uniswap V3's concentrated liquidity model lets LPs choose price ranges, improving capital efficiency over the V2 design.

Uniswap V3 is a decentralized exchange protocol built around "concentrated liquidity" — a design that lets liquidity providers allocate their capital to specific price ranges they choose, rather than spreading it evenly across the entire possible price curve from zero to infinity, as Uniswap V2's model required.

This single change is the core innovation of V3, and it fundamentally altered both the capital efficiency of providing liquidity and the risk and complexity that liquidity providers take on. Understanding it requires first understanding what V2 did differently.

How Uniswap V2's liquidity worked

Uniswap V2 pools use a constant-product formula (x × y = k) that spreads a liquidity provider's deposited capital evenly across every possible price, from near zero to near infinity. In practice, the vast majority of real trading for most pairs happens within a fairly narrow price band — a stablecoin pair rarely trades far from $1, for instance — so most of a V2 LP's capital sits "unused," backing price ranges that will realistically never be traded at, earning no fees for that idle portion.

What concentrated liquidity changes

V3 lets an LP specify a price range — say, providing ETH/USDC liquidity only between $2,000 and $2,500 — concentrating their capital where they actually expect trading to occur. Within that range, their capital behaves similarly to a V2 position and earns trading fees proportional to their share of the active liquidity at the current price. Outside that range, their position temporarily converts entirely into whichever single asset the price has moved toward, and it stops earning fees until the price re-enters their chosen range (or they adjust it).

This lets LPs achieve much greater capital efficiency for a given amount of expected trading volume — potentially earning comparable fee income with significantly less capital deployed, compared to spreading the same capital across the full V2 range. It's also why V3 introduced non-fungible liquidity positions (represented as NFTs) rather than V2's simple fungible LP tokens — each position's specific price range makes it unique rather than interchangeable with another LP's position.

The trade-off: more active management, more risk

Concentrated liquidity isn't free efficiency — it comes with new risks and responsibilities:

  • Active range management. A V3 position earns nothing once the price moves outside its chosen range, so LPs need to actively monitor and potentially adjust ("rebalance") their range as market conditions change — something V2's passive, full-range design never required.
  • Amplified impermanent loss. Because capital is concentrated, the effective impermanent loss for a given price move is larger within a chosen range than the equivalent V2 position would experience for the same market move — see our impermanent loss explainer for the underlying mechanism this compounds.
  • Complexity. Choosing a good range requires a view on where price will trade, which is a meaningfully more sophisticated task than V2's "just deposit and forget" approach — and getting it wrong (too narrow a range that price quickly exits, for instance) can mean spending gas rebalancing frequently, or earning nothing for extended periods.
Feature Uniswap V2 Uniswap V3
Liquidity distribution Even, across full price curve Concentrated in LP-chosen range
Capital efficiency Lower for typical trading ranges Higher, if range is well-chosen
LP position type Fungible LP tokens Non-fungible, range-specific positions
Management required Passive Active — ranges need monitoring
Impermanent loss exposure Standard Amplified within a chosen range

Fee tiers

V3 also introduced multiple fee tiers for the same asset pair (commonly 0.01%, 0.05%, 0.3%, and 1%, though this varies by deployment), letting the market choose the appropriate fee level for a given pair's typical volatility and volume — very stable, low-volatility pairs like major stablecoin-to-stablecoin swaps tend to concentrate in the lowest fee tier, while volatile, less-correlated pairs gravitate toward higher tiers that better compensate LPs for the added impermanent loss risk.

Why this design matters beyond Uniswap itself

V3's concentrated liquidity model has been widely influential — several other AMMs have adopted similar range-based liquidity designs, and understanding this model helps clarify why not all AMMs are equally suited to every type of asset pair. Highly correlated assets (like two stablecoins pegged to the same value) are often better served by a different curve shape entirely — see our Curve Finance StableSwap explainer and our direct Uniswap vs. Curve comparison for how that different design targets a different problem than V3 solves.

Bottom line

Uniswap V3's concentrated liquidity model lets liquidity providers deploy capital much more efficiently by focusing it on the price ranges where trading actually happens — but that efficiency comes with real added complexity and amplified impermanent loss risk that passive V2-style liquidity provision didn't require managing. Before providing V3 liquidity, understand that a chosen range needs active attention, and weigh expected fee income against realistic impermanent loss for your specific range and pair using current yield data as a starting point, not a guarantee.

Related articles

This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.