# Prediction Market Settlement

<figure><img src="/files/qbUkjQColhnDrDH0zA9i" alt=""><figcaption><p>Prediction Market outcome</p></figcaption></figure>

Prediction markets resolve to a binary outcome. Every position settles to either $1 or $0 per share depending on which outcome wins. Settlement is determined by the rules defined for that specific market, not by the last traded price.

The same logic applies to Yield Farm positions. Yield Farm uses the same prediction market contracts. The only difference is how the leg was sourced.

## How the Outcome is Determined

Each prediction market has a Rules section that defines exactly what constitutes a valid outcome. When the real world event occurs, the outcome is verified against those rules and payouts are distributed to your position.

## What Happens to Your Position

| Position                | Result                             |
| ----------------------- | ---------------------------------- |
| Holding winning outcome | $1 per share, redeemable via DFlow |
| Holding losing outcome  | Shares expire at $0                |
| Sold before settlement  | P\&L already realised              |

## Example

```
You bought YES on an event resolving in your favour.
You hold 18 shares.

If the event resolves YES:
18 shares x $1 = $18 redeemable to your wallet.

If it does not:
18 shares x $0 = $0.
```

{% hint style="info" %}
Settlement is guaranteed. The worst case is holding to expiry and receiving the binary outcome. Solana prediction markets and Yield Farm positions require manual redemption via the DFlow contract.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.premarket.xyz/readme/payouts-and-settlement/prediction-settlement.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
