> For the complete documentation index, see [llms.txt](https://docs.butter.markets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.butter.markets/welcome/what-are-conditionals-1.md).

# What are conditionals?

{% hint style="info" %}
**Definition.** Conditionals are **event futures** whose payout is the value of a datapoint (**asset price, index, KPI**) *conditional on the outcome* of an event.&#x20;
{% endhint %}

<figure><img src="https://images.unsplash.com/photo-1658487476847-a180f98870d0?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw0fHxtdWx0aXZlcnNlfGVufDB8fHx8MTc2MjIyMDI2Mnww&#x26;ixlib=rb-4.1.0&#x26;q=85" alt=""><figcaption></figcaption></figure>

Each conditional market has one branch per mutually exclusive outcome. The branch price reflects the market's forecast of the asset's value if that outcome occurs.

### Examples

One example is a BTC *conditional* on a Fed cut, hold, or hike outcome.

One example is an S\&P 500 *conditional* on a candidate A win, candidate B win, or candidate C win outcome.

One example is an AAPL *conditional* on an earnings beat, inline, or miss outcome.

### How it works

* **Shared collateral:** One deposit supports all branches simultaneously.
* **Deterministic resolution:** Non-realized branches are cancelled; the realized branch settles to the observed asset price.
* **No liquidations:** Positions are fully collateralized by conditional USDC within each branch.

### Trading conditionals

Your goal is to form your own forecast of the asset's price in each outcome branch, compare it with the branch's current price, and decide whether to go long or short.

See [How to trade](/user-guide/how-to-trade.md) for a step-by-step walkthrough.


---

# 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.butter.markets/welcome/what-are-conditionals-1.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.
