AMM
An AMM (automated market maker) is a smart-contract exchange that prices trades from pool reserves with a formula instead of an order book.
- Category
- Trading mechanics
- Related terms
- 5
- Glossary size
- 34
- Last reviewed
- 2026-08-10
AMM explained
An automated market maker replaces the matching engine of a traditional exchange with a deterministic pricing rule. Liquidity providers deposit two assets into a shared pool, and the contract quotes every trade from the current ratio of those reserves. Nobody has to be on the other side of your order at that moment; the pool itself is always the counterparty.
The most common rule is the constant-product formula, where the product of the two reserves must stay the same across a trade. Buying one asset removes it from the pool and adds the other, which shifts the ratio and therefore the price. Small trades move the ratio slightly; large trades relative to the reserves move it a lot, which traders experience as price impact.
The design trades pinpoint pricing for guaranteed availability. An AMM never refuses a quote while the pool holds both assets, but the execution price depends entirely on trade size versus reserve depth. OneSwap's pools on Canton Network work this way: each pool holds two assets, charges a fixed fee on every swap, and pays that fee back to the people who supplied the liquidity.
Entry last reviewed 2026-08-10. Live prices, reserves, and activity belong on the linked market pages, which regenerate every five minutes.
Related terms
- Liquidity pool A liquidity pool is a smart-contract reserve of two assets that traders swap against, with prices set by the ratio of its reserves.
- DEX A DEX (decentralized exchange) uses smart contracts for exchange and on-ledger settlement; the wallet custody model depends on the venue.
- Price impact Price impact is how much your own trade moves an AMM pool's price: the gap between the quoted marginal rate and your actual execution rate.
- Pool reserves Pool reserves are the current balances of the two assets inside an AMM pool, jointly determining its price and how much depth it can absorb.
- Pool fee A pool fee is the fixed percentage an AMM pool charges on every swap, retained in the reserves as income for its liquidity providers.