# Late Stage: Multi-Agent Fair-Value System

In the late stage, Yala evolves into a comprehensive multi-agent fair-value system.

### Expanded Inputs

* Any asset or event category
* Broader prediction-market landscape (crypto, equities, elections, esports, macro)
* Future time horizons

### Outputs

* Probability density functions (PDFs)
* Multi-factor fair-value curves
* Confidence intervals
* Distribution shapes

### Supervisor and Worker Agent Architecture

**Supervisor (Orchestrator) Agent**

* Parses user queries
* Assigns tasks to Worker Agents
* Monitors execution
* Aggregates outputs into final results

**Worker Agents**

* Fair-Value Modeling Agent
* Data Collection Agent
* Sentiment Analysis Agent
* Smart-Money Analysis Agent
* Event Tracking Agent
* Options Analysis Agent
* Simulation Agent
* Decision Aggregation Agent

Together, these agents generate explainable, multi-factor fair-value assessments.

### Private-Information Adjustment

The late stage introduces:

* Insider / Private-Information Adjustment Agent
* Encrypted vector storage
* Confidential RAG pipelines

This allows users to securely contribute private signals that refine subjective fair values.

<br>


---

# Agent Instructions: 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.yala.org/prediction-market-intelligence/late-stage-multi-agent-fair-value-system.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.
