> For the complete documentation index, see [llms.txt](https://docs.defined.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defined.fi/defined-docs/defined-beta/discovery-and-search/predictions.md).

# Predictions

<p align="center"><strong>🚧 Our new Prediction Market data is a work in progress! 🚧</strong></p>

Trade on outcomes of elections, sports events, crypto milestones, and more. Defined allows users to discover Polymarket & Kalshi hosted market-driven probability forecasts, in a unified predictions interface.

<figure><img src="/files/6X1BSi0QoBYv2tk0kGT4" alt="" width="563"><figcaption></figcaption></figure>

#### Discovering Events

Add a **Discover Polymarket (or Kalshi) Events** panel to browse active markets. Filter by:

* **Trending** - Most active events by volume
* **Category** - Politics, sports, crypto, entertainment, etc.
* **Watchlists** - Events you're following

Click any event to see available markets, current odds, and trading activity.

<figure><img src="/files/InYe6PU7K2Wt5MGJNbKB" alt="" width="563"><figcaption><p>Example of current prediction markets</p></figcaption></figure>

#### Trading Predictions

Add these panels to trade prediction markets:

* **Predictions Markets** - List of available outcomes for an event
* **Predictions Trade** - Place bets on specific outcomes
* **Predictions Event Chart** - Probability changes over time
* **Predictions Order Book** - Real-time order book
* **Predictions Positions** - Track your open positions and P\&L

#### How It Works

Prediction markets let you buy shares representing different outcomes. Shares pay $1 if that outcome occurs, $0 if it doesn't. Current prices reflect market consensus on probability.

Example: If "Yes" shares trade at $0.65, the market estimates a 65% chance that outcome happens.


---

# 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.defined.fi/defined-docs/defined-beta/discovery-and-search/predictions.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.
