Risks of providing liquidity
Last modified:
Deploying capital into a pool exposes the provider to several categories of risk. Understanding each is a prerequisite to sound range and pair selection.
Impermanent loss
When the relative price of the two pooled assets diverges from the ratio at deposit, the position's value trails that of a simple hold. The loss is "impermanent" only if the price reverts to the original ratio; if the provider withdraws while prices have diverged, the loss crystallises. Concentrated v3 positions amplify this effect by the same capital-efficiency multiplier that boosts fee income. See Impermanent Loss for the formula and worked examples.
Market volatility
Rapid or sustained price movement increases both impermanent loss and the likelihood that a concentrated position exits its range. Wider ranges or less volatile pairs reduce this exposure at the cost of lower fee APR.
Out-of-range positions
A v3 position whose range no longer contains the spot price earns zero fees and holds 100 % of the less valuable token. The position is not liquidated — capital remains fully recoverable — but it generates no income until the price re-enters the range, and rebalancing incurs gas and realises accumulated IL.
Smart contract risk
All pools run on immutable, audited smart contracts, but no audit can guarantee the absence of undiscovered vulnerabilities. A bug or exploit in the pool or periphery contracts could result in partial or total loss of deposited funds.
Rug-pull and counterparty risk
The protocol is permissionless: anyone can create a pool for any ERC-20 token. If the token issuer is the primary liquidity provider and their position is unlocked, they can withdraw at any time — collapsing the market. Always research the token, its team, and whether issuer liquidity is locked before depositing.
Operational risk
Poor range management, excessive rebalancing (gas drag), or under-funded positions can erode returns even when market conditions are favourable. Network costs for minting, adjusting, removing, and collecting should be weighed against expected fee income.