Why Does the Automated Market Maker (AMM) Mechanism Fail in the Prediction Market Field?

marsbitPublicado em 2026-04-14Última atualização em 2026-04-14

Resumo

The article explores why Automated Market Makers (AMMs), particularly the x*y=k model popularized by Uniswap, fail in prediction markets despite their success in decentralized finance (DeFi). AMMs excel in DeFi by enabling permissionless liquidity provision and continuous trading for tokens that fluctuate indefinitely. However, prediction markets involve binary outcomes where assets settle to either $1 or $0 at expiration. This structural difference causes inherent flaws: liquidity providers (LPs) inevitably suffer losses as pools automatically rebalance toward the losing side upon settlement—making "impermanent loss" permanent. Additionally, AMMs distort price discovery for probability-based markets due to slippage and low liquidity. Early prediction platforms like Polymarket and Augur experimented with AMMs but abandoned them for Central Limit Order Books (CLOBs), which better handle precise probabilistic pricing and binary settlements. The article concludes that while AMMs revolutionized token swaps, their mechanics are mismatched for prediction markets, requiring alternative infrastructure that accommodates binary outcomes and mandatory settlement.

Author: Melee

Compiled by: AididiaoJP, Foresight News

In July 2017, Hayden Adams was laid off by his employer Siemens, where he worked as a mechanical engineer. His college roommate Karl Floersch was working at the Ethereum Foundation at the time and often told him about smart contracts. Adams had previously paid no attention. Now unemployed and looking for something to do, he decided to listen.

The Birth of the Automated Market Maker (AMM)

Floersch recommended a blog post by Vitalik Buterin about running an on-chain exchange using a mathematical formula instead of an order book. The principle was not to match buyers and sellers, but to allow traders to exchange with a pool of assets, with the price automatically set based on the ratio of tokens in the pool. No working version existed at the time. Adams took it on as a learning project, received a $65,000 grant from the Ethereum Foundation, and launched Uniswap in November 2018.

Its formula was deceptively simple: x * y = k.

Two tokens are placed in a pool, and the product of their quantities remains constant. When someone buys one token, they must deposit the other token, changing the ratio within the pool and adjusting the price accordingly. No order book, no matching engine, no professional market makers needed. Anyone can deposit tokens into the pool and earn fees from every transaction.

The automated market maker thus became the cornerstone of decentralized finance. Uniswap, Curve, Balancer, and dozens of other protocols handle billions of dollars in trading volume. On-chain order books are slow and expensive, and traditional market makers have no interest in tokens with only two hundred holders. Automated market makers allow anyone to create a liquid market for any asset at any time. Before AMMs, listing a new asset required permission and infrastructure. After AMMs, all you need is a liquidity pool.

The benefits were obvious. So, prediction markets naturally tried to adopt them too.

Automated Market Makers and Prediction Markets

Prediction markets face the same cold-start problem as token markets. You need liquidity before people are willing to trade, and you need traders before people are willing to provide liquidity. Little known is that Robin Hanson had proposed an automated market making solution for prediction markets years earlier in his 2002 Logarithmic Market Scoring Rule.

He thought he had theoretically solved the cold-start problem. However, in practice, the solution suffered from the same fundamental issue that every subsequent attempt to automate liquidity for prediction markets encountered: the formula couldn't distinguish between perpetually fluctuating tokens and equity certificates that expire.

Prediction market outcomes are binary. They ultimately settle to one or zero. In a token swap pool, both assets can fluctuate indefinitely, and the AMM formula works precisely because neither token is designed to go to zero.

Early Polymarket used an AMM based on the logarithmic market scoring rule. Augur also experimented with similar schemes. If automated liquidity pools worked for token swaps, they should, in theory, work for election betting too.

They didn't.

Why AMMs Fail in Prediction Markets

When a prediction market event settles, one side is worth one dollar, the other zero. For anyone providing liquidity to the pool, the mathematical outcome is nearly brutal. As the market moves towards settlement, the pool automatically rebalances towards the losing side.

Impermanent Loss

What decentralized finance traders call "impermanent loss" becomes completely "permanent" here. Every market settles, and every pool will eventually hold a pile of worthless shares.

In regular DeFi pools, trading fees can offset impermanent loss over time.

But in prediction markets, the loss is a structural certainty. The only question is how much the liquidity provider loses. Protocols have tried to persuade users to deposit assets into these pools through liquidity mining, reward programs, and various incentive structures. All of these are just different ways to subsidize users to lose money at a slower rate.

Price Discovery

Then there is the issue of price discovery. AMMs price assets based on the pool ratio and a fixed formula. For tokens, the "correct price" is a moving target, and a formula-driven approximation is sufficient. Prediction market prices are supposed to represent probabilities. The slippage introduced by the constant product curve distorts the signal, especially in low-liquidity markets, where a single trade can swing the implied probability by several basis points.

Is the Central Limit Order Book (CLOB) Better Than AMMs?

Polymarket realized this early on. In late 2022, the platform migrated from a logarithmic market scoring rule-based AMM to a central limit order book. AMMs were designed for continuous token swaps across a price range. Prediction markets require precise probability pricing on binary outcomes with known terminal values. They are entirely different problems.

The characteristics that made AMMs revolutionary for tokens—permissionless market creation, instant liquidity bootstrapping, no reliance on professional market makers—are exactly what prediction markets desperately need. The problem is that the specific mechanism, the constant function formula built for token swaps, breaks down when faced with the reality of binary outcomes and inevitable settlement.

The challenge for prediction markets is to replicate these effects with infrastructure that reflects how these markets actually settle.

Perguntas relacionadas

QWhat is the core mathematical formula behind the Automated Market Maker (AMM) mechanism introduced by Uniswap?

AThe core mathematical formula is x * y = k, where x and y represent the quantities of two tokens in the pool, and k is a constant product.

QWhy do AMMs fail in the prediction market space according to the article?

AAMMs fail in prediction markets because these markets involve binary outcomes that eventually settle to $1 or $0, causing structural and certain losses for liquidity providers, unlike in token swaps where both assets can fluctuate indefinitely and fees can offset impermanent loss.

QWhat did early prediction market platforms like Polymarket and Augur experiment with?

AEarly platforms like Polymarket used an AMM based on Robin Hanson's Logarithmic Market Scoring Rule, and Augur also experimented with similar automated liquidity solutions.

QWhat is the key difference between token trading and prediction markets that makes AMMs unsuitable for the latter?

AToken trading involves assets designed to never go to zero and allows for continuous price fluctuations, while prediction markets have binary outcomes that definitively settle to $1 or $0, making AMM-induced losses certain rather than 'impermanent'.

QWhat solution did Polymarket eventually adopt to address the limitations of AMMs?

APolymarket migrated from an AMM based on the Logarithmic Market Scoring Rule to a Central Limit Order Book (CLOB) to better handle precise probability pricing and binary settlement in prediction markets.

Leituras Relacionadas

Apple's Desired On-Device AI Sees a Dark Horse Emerge: The First Cognitive Model is Born, 4B Matches GPT-5.4

A Chinese company, Tomorrow's Journey (Nextie), has introduced what it is calling the industry's first "cognitive model" for edge devices. Named New Journey Alpha, this 4-billion-parameter model reportedly matches the performance of trillion-parameter giants like GPT-5.4 in group intelligence tasks such as debate and collective decision-making. The development follows Andrej Karpathy's vision of stripping vast factual knowledge from large language models to retain only a smaller "cognitive core" capable of reasoning, planning, and knowing its own limits. This approach directly addresses the soaring computational costs and token expenses hindering AI's widespread deployment, as highlighted by incidents like Amazon shutting down an internal AI tool due to prohibitive costs. Trained via reinforcement learning on a corpus of academic papers from 1800-2020 to enhance generalization, the model enables three key advancements: 1) Improved decision quality in multi-agent systems, 2) Drastically reduced compute costs, allowing for cost-effective cloud or on-device (e.g., MacBook) deployment, and 3) The feasibility of "proactive" AI agents that act autonomously without user prompts, unlocking new commercial possibilities beyond today's reactive models. Built by the former Microsoft Xiaoice team—known for creating a 3.6B model that outperformed a 65B Llama model—the company is now focusing on the multi-agent systems sector, a field gaining significant investor interest. The model's economic impact is profound; by achieving high-level performance with minimal parameters, it fundamentally alters the cost structure of AI services, challenging the prevailing model of ever-larger parameter counts.

marsbitHá 45m

Apple's Desired On-Device AI Sees a Dark Horse Emerge: The First Cognitive Model is Born, 4B Matches GPT-5.4

marsbitHá 45m

OpenAI's 'Blueprint for the Future': Making AI Beneficial for Every Person on the Planet

A new transformative technology emerges every few generations. OpenAI draws a parallel with the advent of electricity in the 1920s, which initially brought convenience but ultimately enabled unprecedented progress in medicine, engineering, and living standards by empowering people to create new possibilities. AI is poised to recreate this phenomenon. Its true significance lies not in the technology itself, but in what people can achieve with it—from understanding a medical bill or starting a business to aiding scientific discovery. OpenAI believes AI should be universally accessible, allowing everyone to use it according to their own needs. This future, however, is not guaranteed. While transformative tech can centralize power, OpenAI's philosophy is that AI must serve humanity, augmenting human capabilities and broadly distributing its benefits. The company's first commitment is to build AI for human service, aiming to empower the many rather than concentrate power in a few. Safety, alignment with human intent, and oversight are paramount. OpenAI is optimistic about AI's potential to expand human welfare but remains clear-eyed about risks. The goal is to help people achieve more, not to replace them. Full automation is not the desired future; human judgment, values, and direction will become even more critical. OpenAI outlines three core goals: 1. Build automated AI researchers to accelerate and increasingly automate the research process itself, maintaining close human collaboration. The internal projection is that by March 2028, a significant portion of their research will be conducted by AI systems working alongside human researchers. 2. Accelerate economic development by advancing science, boosting productivity, and fostering growth, while ensuring the fruits are widely shared. 3. Provide a personal AGI for everyone on Earth, allowing individuals to benefit from this transformative technology in their own way. The company is entering its third phase, moving from foundational AGI research (Phase 1) to product deployment and learning from real-world use (Phase 2). The current challenge is making advanced AI abundant, affordable, safe, practical, and usable for all individuals and organizations. OpenAI concludes that a widely distributed power structure leads to a more resilient, adaptable, and free society. A positive AI future should not be controlled by a handful of entities but built, benefited from, and owned by many. If realized correctly, AI can become a cornerstone for enhancing global productivity, creativity, scientific advancement, and economic opportunity, fulfilling the mission to ensure AGI benefits all of humanity.

marsbitHá 1h

OpenAI's 'Blueprint for the Future': Making AI Beneficial for Every Person on the Planet

marsbitHá 1h

Arthur Hayes' New Article: AI Bubble Nears Bursting, Crypto Market Faces Short-Term Pressure

In a new essay, Arthur Hayes argues that the AI market bubble is approaching a rupture, which will place significant short-term pressure on crypto assets. He identifies rising oil prices, a trio of massive tech IPOs (SpaceX, Anthropic, OpenAI), and potential anti-AI political rhetoric from Trump as the three key catalysts for a correction. Hayes posits that the prolonged blockage of the Strait of Hormuz will drive energy prices higher, increasing operational costs for data centers and squeezing AI company profits. Simultaneously, the market may struggle to absorb the upcoming wave of multi-trillion dollar tech IPOs. Furthermore, with high inflation hurting his election chances, Trump could pivot to attacking the AI sector with proposals for heavy taxation and regulation to win over voters, spooking the market. Hayes notes that nearly all new dollar liquidity since 2022 has flowed into the AI sector, leaving little for Bitcoin, explaining its recent underperformance. He believes an AI stock crash would trigger a broad risk-off sentiment and credit contraction, dragging down crypto in the near term. Consequently, his fund, Maelstrom, has sold all AI-related stocks and non-core cryptocurrencies, retaining only Bitcoin and Ethereum while building positions in traditional energy stocks. He anticipates Bitcoin will bottom and resume its bull run only after the AI bubble pops and a new monetary easing cycle begins.

marsbitHá 1h

Arthur Hayes' New Article: AI Bubble Nears Bursting, Crypto Market Faces Short-Term Pressure

marsbitHá 1h

Trading

Spot
Futuros
活动图片