A protocol that enables token swaps using algorithmic pricing against pooled liquidity instead of matching individual buyers and sellers. AMMs use mathematical formulas (typically constant product x*y=k) to determine prices based on the ratio of tokens in a liquidity pool. On Solana, major AMMs include Raydium, Orca, and Meteora.
Um AMM (Automated Market Maker) é uma exchange que usa uma fórmula matemática para precificar ativos automaticamente — sem order book, sem market makers humanos, apenas liquidez em pool.
Integrar com AMMs via Jupiter abstrai a complexidade de escolher qual pool usar. Para construir um AMM, implemente a fórmula xy=k (constant product) ou CLMM para liquidez concentrada.
Ignorar impermanent loss ao fornecer liquidez. Se os preços dos ativos divergirem significativamente, provedores de liquidez podem sair com menos valor do que entraram.
Sua exploração
0 termos visitados no totalA smart-contract-held reserve of two or more tokens that enables trading via an AMM. Users…
Ver termo →The exchange of one token for another through a DEX, either via an AMM pool or an order bo…
Ver termo →The AMM pricing formula x * y = k, where x and y are the reserve quantities of two tokens …
Ver termo →