AMM

AMM: Automated Market Making

Automated Market Makers use mathematical formulas to price assets and facilitate trading without traditional order books. They're like vending machines for cryptocurrency trading.

An Automated Market Maker (AMM) is a decentralized exchange mechanism that uses mathematical algorithms to price assets and facilitate trading through liquidity pools instead of order books. AMMs enable constant liquidity availability for supported trading pairs.

How AMMs Work

Liquidity pools contain reserves of two or more tokens that traders can swap against using predetermined mathematical formulas.

Pricing algorithms like the constant product formula (x * y = k) automatically adjust prices based on pool ratios and trade sizes.

Liquidity providers deposit tokens into pools and earn fees from trades proportional to their share of total pool liquidity.

[IMAGE: AMM mechanism showing liquidity pools → mathematical pricing → automatic trades → fee distribution to providers]

Real-World Examples

  • Uniswap popularized the constant product AMM model and dominates Ethereum DEX trading
  • Curve Finance specializes in stablecoin trading with low-slippage algorithms
  • Balancer enables pools with multiple tokens and customizable weight ratios

Why Beginners Should Care

Always available trading since AMMs provide liquidity 24/7 without requiring human market makers.

Earning opportunities through liquidity provision that generates fees from trading activity.

Impermanent loss risks when providing liquidity to volatile trading pairs that can result in losses compared to holding tokens separately.

Related Terms: Liquidity Pool, Impermanent Loss, DEX, Slippage

Back to Crypto Glossary


Similar Posts

  • Private Mempool

    Private Mempool: Protected Transaction PoolsPrivate mempools keep pending transactions hidden from public view until they're included in blocks, preventing front-running and MEV extraction. It's like having a VIP lane that bots can't see.A private mempool is a non-public pool of pending transactions that are not visible to other network participants until they are included in…

  • Optimistic Rollup

    Optimistic Rollup: Trust but Verify Scaling Optimistic rollups assume transactions are valid by default but allow challenges during dispute periods. It’s like innocent until proven guilty for blockchain transactions. An optimistic rollup is a Layer 2 scaling solution that assumes transactions are valid by default and only verifies them if someone submits a fraud proof…

  • Flash Mint

    Flash Mint: Temporary Token Creation Flash mints create tokens temporarily within single transactions that must be returned or burned before the transaction completes. It’s like borrowing inventory that must be returned instantly. Flash minting allows creating large amounts of tokens temporarily within a single transaction, provided they are burned or properly backed before the transaction…

  • ENS

    ENS: Ethereum Name ServiceENS provides human-readable names for Ethereum addresses, making cryptocurrency transactions more user-friendly. It's like having domain names for websites instead of remembering IP addresses.Ethereum Name Service (ENS) is a decentralized naming system that maps human-readable names to Ethereum addresses, smart contracts, and other identifiers. ENS makes blockchain interactions more accessible by replacing complex…

  • Hash Rate

    Hash Rate: Network Security Measurement Hash rate measures how much computational power secures a blockchain network. Higher hash rates mean stronger security against attacks and manipulation. Hash rate is the total computational power used by miners to process transactions and secure a proof-of-work blockchain network. It’s measured in hashes per second – calculations attempting to…

  • Exploit

    Exploit: Taking Advantage of VulnerabilitiesAn exploit is an attack that takes advantage of vulnerabilities in smart contracts or protocols to steal funds or manipulate systems. It's like finding a secret backdoor in a building.An exploit refers to successfully taking advantage of vulnerabilities, bugs, or design flaws in smart contracts, protocols, or systems to extract value…