Skip to main content
answer

What is a Liquidity Pool?

· Editorial Team · · ~4 min read

Liquidity Pool A smart contract holding reserves of two or more tokens that enables decentralized trading on AMMs, where prices adjust automatically based on the ratio of assets in the pool.

How It Works

01 Liquidity providers (LPs) deposit equal value of two tokens (e.g., ETH/USDC) into a smart contract pool.
02 The pool uses a pricing formula (commonly x*y=k) to set exchange rates based on the ratio of reserves.
03 Traders swap one token for another directly with the pool, paying a fee that is distributed to LPs.
04 LPs receive LP tokens representing their share; these can be redeemed for a portion of the pool plus accrued fees.

Why It Matters

Liquidity pools replace order books in DeFi, enabling 24/7 decentralized trading without market makers.
They allow anyone to earn passive income by providing liquidity with any size of capital.
Pools power lending, yield farming, and synthetic assets across the DeFi ecosystem.
They solve the cold-start problem for new tokens by bootstrapping tradable markets instantly.

Common Questions

What is impermanent loss?

Impermanent loss occurs when the price ratio of pooled tokens changes, leaving LPs worse off than simply holding. It becomes permanent if they withdraw.

How do liquidity providers make money?

LPs earn trading fees proportional to their pool share. Some protocols also reward LPs with extra token incentives.

What is the difference between a liquidity pool and an order book?

Order books match buyers and sellers at specific prices. Liquidity pools use an algorithm to price trades against pooled reserves.

Are liquidity pools safe?

Risks include smart contract bugs, impermanent loss, and rug pulls by malicious developers. Audited, established pools carry lower risk.

References

  1. https://www.uniswap.org/blog/uniswap-v3
  2. https://www.coinbase.com/learn/crypto-basics/what-is-a-liquidity-pool
  3. https://www.gemini.com/cryptopedia/liquidity-pool-automated-market-maker-amm

Related Guides

Educational content · Not financial advice · Trade at your own risk