The Vibe: A smart contract that lets you swap tokens instantly 24/7 — no buyers/sellers needed, just math and a pool of money.
The Details: An AMM is the engine of decentralized exchanges (DEXs). Instead of matching buyers and sellers like a traditional exchange, it uses a liquidity pool (a big pot of two tokens, e.g., ETH and USDC) and a simple math formula (usually constant product: x * y = k) to automatically set prices. When you swap, you add one token and take the other — the price adjusts based on how much is left in the pool (big buys make the price go up). Anyone can become a liquidity provider (LP) by adding equal value of both tokens and earn trading fees in return.
Pro Tip: AMMs are beginner-friendly for swapping, but watch slippage on big trades (price moves against you) and impermanent loss if you provide liquidity. Use popular ones like Uniswap (Ethereum) or Raydium (Solana) — always check pool depth for low slippage.