> For the complete documentation index, see [llms.txt](https://funmarket.gitbook.io/funmarket/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://funmarket.gitbook.io/funmarket/how-markets-are-resolved.md).

# How Markets Are Resolved

### Resolution Overview

<br>

Each FunMarket prediction market defines, at creation time:

* A resolution condition
* A resolution source
* A resolution trigger (date or event)

<br>

Markets resolve based on these predefined parameters.

<br>

FunMarket Labs Ltd does not subjectively determine outcomes.

***

### Resolution Sources

<br>

Resolution sources may include:

* Publicly available data sources
* Verifiable on-chain data
* Widely recognized external references

<br>

The resolution source is specified by the market creator and visible to all participants.

<br>

FunMarket does not verify, audit, or guarantee the accuracy of resolution sources.

***

### Resolution Execution

<br>

When the resolution condition is met:

* The market enters resolution
* The specified outcome is finalized
* Smart contracts enforce settlement

<br>

Resolution is executed on-chain and is deterministic.

***

### Finality of Resolution

<br>

Once resolved:

* Winning outcomes are finalized
* Losing outcomes are invalidated
* No further trading is possible
* Resolution cannot be reversed

<br>

Resolution is final and irreversible.

***

### Disputes & Ambiguity

<br>

FunMarket does not operate a dispute resolution service.

<br>

Markets that are ambiguous, poorly defined, or rely on unavailable data may result in unexpected outcomes.

<br>

Users participate in markets at their own risk.

***

### No Guarantees

<br>

FunMarket does not guarantee:

* Correctness of outcomes
* Timely resolution
* Availability of resolution data

<br>

Resolution failures or delays may occur due to factors beyond the platform’s control.

***

### User Responsibility

<br>

Users are responsible for:

* Reviewing resolution criteria before participating
* Evaluating the reliability of resolution sources
* Accepting resolution finality


---

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

```
GET https://funmarket.gitbook.io/funmarket/how-markets-are-resolved.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.
