> For the complete documentation index, see [llms.txt](https://docs.yala.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yala.org/prediction-market-intelligence/introduction.md).

# Introduction

### What Is Yala 2.0?

Yala 2.0 is an AI-native fair-value agent system for global prediction markets.

The system is designed to:

* Generate probability estimates for future outcomes
* Act as a fair-value reference for prediction markets
* Improve predictive accuracy and decision quality
* Make advanced probabilistic tools accessible to a broader set of users

Yala does not operate a prediction market. Instead, it produces fair-value probability signals that users, agents, and markets can use to evaluate prices and decisions.

### The Problem: Missing Fair Value in Prediction Markets

Prediction markets determine prices through order-book matching, where prices directly represent probabilities. While this mechanism efficiently aggregates information, it does not provide a systematic reference for true or fair probability.

As a result:

* Market prices may diverge from statistically grounded probabilities
* Information asymmetry favors sophisticated participants
* Mispricing can persist during high-uncertainty events

Comparable financial markets, such as options markets, rely on formal fair-value models (e.g., Black–Scholes) for pricing and risk management. Prediction markets currently lack an equivalent framework.

Yala is designed to fill this gap by acting as a fair-value intelligence source for prediction markets.

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.yala.org/prediction-market-intelligence/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
