# Settlement Outcomes

Settlement does not always result in a full win or a full loss. Depending on the market type and how your position resolves, the outcome can be a full payout, a partial payout, zero, or a 50/50 split if the market is cancelled.

## Outcome Types

**Full Win:** you receive the maximum payout. Prediction Markets and Yield Farm pay $1 per winning share. Options, Pre IPO, and Pre TGE markets pay the full amount if the condition is clearly satisfied at expiry.

**Partial Payout:** applies to structured markets such as Options, Pre IPO, and Pre TGE. If the outcome lands within the range but not at the optimal point, the payout is adjusted proportionally.

**Loss:** your position settles to zero value. In Prediction Markets and Yield Farm this means you backed the incorrect outcome. In Options markets this means the asset settled outside your band at expiry.

{% hint style="info" %}
**Cancelled Markets**

If a market is cancelled it settles at 50/50. The collateral pool is split equally between deposit token holders (PRM) and outcome token holders (oPRM). You receive your share based on which tokens you still hold at the time of cancellation. If you sold your outcome tokens before cancellation, you only receive the deposit token portion.
{% endhint %}

## Options Markets in Detail

If you hold both PRM and oPRM tokens before expiry, you can unwind your position and recover your full collateral without waiting for settlement. Otherwise, settlement plays out as follows:

| Scenario                           | PRM Holder                                  | oPRM Holder     |
| ---------------------------------- | ------------------------------------------- | --------------- |
| Expires OTM, oPRM not sold         | Withdraws full collateral                   | oPRM worthless  |
| Expires OTM, oPRM sold for premium | Withdraws full collateral and keeps premium | oPRM worthless  |
| Expires ITM                        | Collateral partially or fully consumed      | Receives payout |

{% hint style="info" %}
Oracle sources for price based markets (Options, Pre TGE, Pre IPO): Bybit, Binance, Hyperliquid, Chainlink.
{% endhint %}

## RWA Markets

RWA markets do not settle. There is no payout structure, no oracle resolution, and no expiry based closure. Your profit or loss is the difference between buy price and sell price, minus fees. The only way to realise value is to sell back into the orderbook.


---

# 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/outcomes.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.
