Glossary

What is AMM?

An automated market maker (AMM) is the algorithm a DEX pool uses to price trades from its token reserves, instead of matching individual buy and sell orders.

The classic AMM formula is the constant product x · y = k, used by Uniswap V2: the product of the two reserves stays constant, so buying one token raises its price along a curve. Liquidity providers supply the reserves and earn fees.

Uniswap V3 extends this with concentrated liquidity, letting providers focus capital in a chosen price range for far greater efficiency.

Keep reading