{
  "id": "59bb60cf-0b8a-576c-9c28-67bad8d10a39",
  "slug": "liquidity-pool",
  "term": "Liquidity Pool",
  "aliases": [],
  "category": "Crypto & Digital Assets",
  "category_slug": "crypto-digital-assets",
  "difficulty": "intermediate",
  "definition": "A liquidity pool in decentralized finance (DeFi) is a smart contract holding reserves of two or more digital assets that enables automated peer-to-peer trading without a traditional order book or market maker, using an algorithmic pricing formula (Automated Market Maker) to determine exchange rates based on the ratio of assets in the pool. Liquidity providers deposit assets into the pool and earn trading fees in return.",
  "key_takeaways": [
    "Automated Market Makers (AMMs) such as Uniswap use constant-product formulas (x × y = k) to price trades algorithmically, ensuring the pool always has liquidity at some price regardless of order size.",
    "Liquidity providers (LPs) deposit both assets in a pool at the current ratio and receive LP tokens representing their proportional share; they earn a percentage of all trading fees generated by the pool.",
    "Impermanent loss is the primary risk for liquidity providers: when asset prices diverge from the ratio at which LPs deposited, they end up with more of the depreciating asset and less of the appreciating one relative to simply holding.",
    "MEV (Maximal Extractable Value) bots front-run large trades in liquidity pools, profiting from the predictable price impact of large transactions—a form of on-chain latency arbitrage.",
    "Concentrated liquidity (Uniswap v3) allows LPs to deploy capital within a specified price range, significantly improving capital efficiency but increasing impermanent loss risk if the price exits the chosen range."
  ],
  "detailed_explanation": "Liquidity pools emerged as the foundational innovation enabling decentralized exchanges (DEXs) to function without traditional order books or professional market makers. The key insight, first implemented at scale by Uniswap in 2018, is that algorithmic pricing rules can replace human market-making: if a smart contract holds reserves of two assets (say, ETH and USDC) and prices trades such that the product of the reserves remains constant (x × y = k), the contract can always quote a price and execute trades, providing continuous liquidity.\n\nThe constant product formula x × y = k, where x is the reserve of token A, y is the reserve of token B, and k is a constant, ensures that as one asset is sold into the pool (increasing its reserve), the other asset's reserve decreases, making it more expensive per unit. This creates an automatic price impact that increases with trade size: small trades experience minimal price impact, while large trades relative to pool size experience significant slippage. The marginal price of token A in terms of token B is y/x—the ratio of reserves—which continuously updates with each trade.\n\nFor liquidity providers, the economic proposition involves two components: fee income and impermanent loss. Fee income accrues from trading activity: Uniswap v2 charges a 0.3% fee on each trade, distributed proportionally to all LPs in the pool based on their share of total liquidity. A pool with $10 million in total liquidity that generates $200,000 in daily volume produces $600 in daily fees—an annualized fee yield of approximately 2.2%. Higher-volume pools (stable pairs like USDC/USDT) may generate significantly higher yields despite lower fee rates due to volumes many times pool size.\n\nImpermanent loss (more precisely, 'divergence loss') arises from the AMM's rebalancing mechanism. When an LP deposits equal values of ETH and USDC, and ETH subsequently doubles in price, arbitrageurs will buy ETH from the pool until the pool price reflects the external market price. At this new equilibrium, the LP holds less ETH and more USDC than they started with. If they withdraw, they receive less total value than they would have by simply holding the original ETH and USDC—the 'loss' from providing liquidity versus holding. At a 2× price change, impermanent loss is approximately 5.7%; at a 4× price change, it rises to approximately 20.0%. Impermanent loss is 'impermanent' because it reverses if prices return to the original ratio.\n\nConcentrated liquidity, introduced in Uniswap v3 (2021), allows LPs to concentrate their capital within a specified price range (e.g., $1,800–$2,200 for ETH/USDC). Within this range, the LP provides much deeper liquidity than a v2 LP with the same capital, earning proportionally more fees. However, if the price moves outside the range, the LP's position becomes entirely composed of one asset and earns zero fees until the price returns to the range. This creates a more complex risk/return profile that requires active management.",
  "example": "A DeFi yield farmer deposits $100,000 of ETH and $100,000 of USDC into a Uniswap v2 ETH/USDC pool that charges 0.3% fees. At deposit, ETH = $2,000; the LP deposits 50 ETH and 100,000 USDC. The pool has total liquidity of $5 million, and the LP's share is 4%. The pool generates $150,000 in daily trading volume. Daily fee income = $150,000 × 0.3% × 4% = $18. Annualized fee income ≈ $6,570 (3.3% annualized yield on $200,000 invested). Over the next three months, ETH rises to $3,000 (+50%). Arbitrageurs bring the pool to the new price ratio: at ETH = $3,000, the LP's position has rebalanced to approximately 40.8 ETH and $122,474 USDC (via the constant product formula). Total value = 40.8 × $3,000 + $122,474 = $244,874, versus $250,000 if they had simply held the original ETH (50 × $3,000) + $100,000 USDC. Impermanent loss = $250,000 − $244,874 = $5,126 (≈2.5%), partially offset by the $1,642 in fees earned over the quarter.",
  "formula": "AMM Constant Product: x × y = k; Impermanent Loss = 2√P_ratio/(1 + P_ratio) − 1, where P_ratio = new price / initial price",
  "formula_latex": null,
  "interactive_type": "calculator",
  "calculator_id": null,
  "related_terms": [
    "automated-market-maker",
    "cbdc-central-bank-digital-currency",
    "exchange",
    "liquidity",
    "market-maker",
    "mev-maximal-extractable-value",
    "order-book",
    "perpetual-swap",
    "slippage",
    "smart-contract",
    "stablecoin",
    "yield",
    "yield-farming"
  ],
  "backlinks": [
    "automated-market-maker",
    "blockchain",
    "cross-chain-bridge",
    "mev-maximal-extractable-value",
    "staking",
    "yield-farming"
  ],
  "cross_references": [
    "automated-market-maker",
    "exchange",
    "liquidity",
    "market-maker",
    "order-book",
    "slippage",
    "smart-contract",
    "yield"
  ],
  "tags": [
    "level:intermediate",
    "cat:crypto-digital-assets"
  ],
  "asset_classes": [
    "crypto"
  ],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 904,
  "checksum": "0d2bfc856adb663b",
  "version": "2026.05.03",
  "license": "CC-BY-4.0",
  "updated_at": "2026-09-07T02:15:24+00:00",
  "_links": {
    "self": "https://hedgefund.wiki/api/v1/terms/liquidity-pool",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/liquidity-pool?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/liquidity-pool?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/liquidity-pool",
    "category": "https://hedgefund.wiki/api/v1/categories/crypto-digital-assets",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/liquidity-pool"
  }
}