Free Strategy Call

Automated market maker (AMM)

An automated market maker (AMM) is the smart contract logic that prices trades on a DEX by applying a deterministic formula to pooled reserves rather than matching buyers to sellers. It outputs the exact amount of one token a user receives for a given amount of another. No human judgment is involved.

The AMM formula is not an abstraction, it is a model you can run before launch to answer the one question that matters: what trade size breaks our launch price?

How it works

The constant-product formula (x times y equals k) is the foundational model, from Uniswap v2. Here x is the reserve of token A, y is the reserve of token B, and k is a constant preserved after each trade (excluding fees). Deposit token A and x rises; the formula forces y down proportionally, and the buyer receives that decrease in y. Larger trades shift reserves more and move price more, which is slippage.

Concentrated liquidity AMMs, from Uniswap v3, let providers deploy capital only within a chosen tick range. Inside that range the pool behaves as if much larger, with higher efficiency and tighter spreads. Outside it, the position earns no fees and provides no depth, making range selection a strategic decision.

Design consequence

Given the opening reserve ratio, the pool depth, and the formula, you can calculate exactly how much price moves for any trade size. That is the stress-test. A Uniswap v2 pool seeded with $200K on a $10M FDV moves the price roughly 10% on a $20K market buy. That number tells the team whether pool design matches their community's trade sizes.

Common mistake

Teams treat the AMM as infrastructure rather than a model input. Those who skip the math before launch cannot say what trade size breaks their price, and they are flying blind on the most consequential decision in the launch plan.

See Tokenomics Design for how this applies in practice.

Know the terms but not sure how they apply to your project? That is what an engagement is for. We design, document, and stress-test the whole token economy inside the Tokenomics Data Room.

Book a discovery call

80+ projects advised. Complete tokenomics in 4 to 6 weeks.