> For the complete documentation index, see [llms.txt](https://docs.foresure.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.foresure.xyz/chapter-3-the-equilibrium-engine-amm-v3/3.1-beyond-constant-product-the-logic-of-probability-pricing.md).

# 3.1 Beyond Constant Product: The Logic of Probability Pricing

Standard Automated Market Makers (AMMs) used in decentralized exchanges like Uniswap are designed for assets that have no expiration and no binary outcome. These models are inherently flawed for prediction markets. Foresure introduces the **Equilibrium Engine (AMM V3)**, a proprietary engine optimized for "Reality-Based Assets."

The Equilibrium Engine does not treat tokens as simple commodities; it treats them as **Probabilistic Claims**. The engine uses a sophisticated scoring rule that ensures that the price of a "YES" token and a "NO" token always gravitate toward a combined total that reflects the reality of the event. This prevents the "unbalanced pool" problem common in early DeFi projects.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.foresure.xyz/chapter-3-the-equilibrium-engine-amm-v3/3.1-beyond-constant-product-the-logic-of-probability-pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
