> For the complete documentation index, see [llms.txt](https://bread-5.gitbook.io/bread/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bread-5.gitbook.io/bread/predict-terminal/available-markets.md).

# Available markets

### Market categories

The terminal works with prediction markets across these categories:

* **Politics** — elections, votes, political events
* **Sports** — major tournaments, leagues, individual matches
* **Crypto** — BTC / ETH / altcoin price moves across timeframes
* **World events** — macroeconomics, geopolitics, media moments

<figure><img src="/files/bGIaoxUkzQ6xmpOhKQPT" alt=""><figcaption></figcaption></figure>

### What each market has

* **Headline** — the question (English original)
* **YES / NO price** — current probability of the outcome
* **Trading volume** — total historical and 24h
* **Liquidity** — order book depth across position sizes
* **Resolution date** — when the event closes
* **Resolution criteria** — source of truth (oracle, news feed, sports statistics)

<figure><img src="/files/l9etQ73VxEOW0lSAoUWu" alt=""><figcaption></figcaption></figure>

**Available filters:**

* By category
* By trading volume (minimum threshold)
* By resolution date (short-term / long-term)

### Resolution and payout

After the event closes, the market resolves — the winning side receives 1 dollar per share. Resolution happens automatically.

After resolution the position shows in the portfolio with **Resolved** status and becomes available for **claim / redeem** — converting the payout back to the wallet.

***


---

# 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://bread-5.gitbook.io/bread/predict-terminal/available-markets.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.
