# Market Resolution & Challenge System

### Resolution Process

Yamata uses a challenge-based resolution system to ensure accurate results:

1. **Initial Resolution**: Market creator submits the winning outcome
2. **24-Hour Challenge Period**: Window for disputing incorrect results
3. **Economic Incentives**: Challengers stake tokens; correct challenges rewarded
4. **Finalization**: After challenge period, result becomes final

### Resolution Criteria

Markets can be resolved when:

* Event has occurred (past tResolve)
* Outcome is objectively verifiable
* Market creator has submitted result
* 24-hour challenge period has passed (if challenged)

### Cancellation Scenarios

Markets may be cancelled if:

* **Fewer than 2 outcomes** have commitments (unresolvable)
* **Flagged for rule violations** during challenge period
* **Event cancelled** or made unresolvable in real world
* **No winning outcome** (edge case)

In cancellation scenarios, all participants receive full refunds.


---

# 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.yamata.io/using-yamata/predictions-market/market-resolution-and-challenge-system.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.
