# Market Cancellation

In rare cases a market may be cancelled before it can be settled. When this happens, open positions are closed and funds are distributed according to predefined rules.

This does not apply to RWA markets, which have no settlement event.

## When a Market May Be Cancelled

| Reason                   | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| Invalid setup            | Market rules set up incorrectly or outcome definition is ambiguous |
| Oracle failure           | Data source unavailable or conflicting                             |
| Underlying event changed | Event cancelled or significantly altered                           |
| Market integrity         | Evidence of manipulation or abnormal behavior                      |

## What Happens to Your Position

If a market is cancelled it settles at 50/50. Funds are split equally between deposit token holders and outcome token holders. If you still hold your options, oPRM, or outcome tokens at the time of cancellation, you receive your full share of the split. Open orders are cancelled and the orderbook is cleared.

{% hint style="info" %}
Cancellation is rare but it is a real risk, particularly in Pre TGE, Pre IPO, and Options markets where the underlying event may be delayed, changed, or cancelled entirely.
{% 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/cancellation.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.
