> 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/what-is-predict-terminal.md).

# What is the predict terminal

### Why this exists

Prediction markets are a separate asset class — bets on the outcome of real events with a transparent probability price. Politics, sports, crypto, world events. The price of a share = the probability of an outcome: YES at 30 cents means the market values the event at 30%.

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

Prediction markets already run on billion-dollar volumes, but the interfaces are fragmented — you need a separate account for trading, a separate service for analytics, separate tools for risk management. And a significant share of the infrastructure isn't directly accessible from the CIS region.

**The predict terminal on bread.hot** is a single interface for trading prediction markets: opening positions, limits, stops, portfolio, analytics. One UI, one wallet.

### What's inside the terminal

* **Market list** — filtered by category, liquidity, volume
* **Market page** — order book, probability chart, recent trades, resolution metadata
* **Trade modal** — opening a YES / NO position with size, order type, and slippage settings
* **Limits and stops** — entry and exit price management
* **Portfolio** — active positions, history, PnL, resolution status

### Who it fits

* People trading prediction markets who want faster entries / exits
* People accessing markets from the CIS region who need stable access
* People building a portfolio of prediction positions and needing risk tools (stops, take-profits)
* People who want everything in one wallet alongside memecoin positions from the launchpad

### What the terminal does not do

* It does not auto-trade for the user — every decision is made by the trader
* It does not give investment advice or publish signals
* It does not guarantee profit — prediction markets carry the same risk as any trading
* It does not control market resolution — resolution happens on the source side (details — in [Available markets](/bread/predict-terminal/available-markets.md))

***


---

# 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/what-is-predict-terminal.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.
