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

# Prediction Market

RAKE prediction markets using YES/NO tokens and the source-defined settlement mechanism.

## Prediction markets

```
@rake_agent predict NVDA >150 Friday
```

A prediction request creates a YES/NO market around a defined outcome. The referenced asset is a stock token. A market outcome does not create financial ownership of the referenced stock.

### Market flow

```
Prediction request
    ↓
YES / NO market created
    ↓
YES and NO tokens can be traded
    ↓
RAKE swap infrastructure handles trading
    ↓
Settlement uses the Robinhood stock token registry + pool price
    ↓
Market fees enter RakeVault
    ↓
70 / 15 / 15 distribution
```

#### Create a YES/NO market

The request defines the outcome to be predicted. RAKE creates YES and NO tokens for that market.

#### Trade the market tokens

YES and NO tokens can be traded through RAKE's swap infrastructure. The source does not define odds calculation, a liquidity model, or market-maker mechanics.

#### Settle the market

Settlement uses the Robinhood stock token registry and pool price. The source does not define payout formulas, dispute handling, or resolution authority.

#### Route market fees

Market fees enter RakeVault. The documented 70/15/15 split applies to that fee flow.

{% hint style="warning" %}
Prediction markets are for entertainment, not financial advice.
{% endhint %}

Prediction markets are onchain betting around defined outcomes. They are not a guaranteed forecasting tool.


---

# 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.rakelaunch.xyz/rake/rwa-and-prediction/prediction-market.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.
