> 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-to-create-a-market.md).

# How to Create a Market

### Who Can Create a Market

<br>

FunMarket is permissionless.

<br>

Any user with a compatible wallet may create a prediction market, subject to protocol rules and applicable restrictions.

<br>

FunMarket Labs Ltd does not pre-approve, curate, or endorse markets created by users.

***

### Defining a Market

<br>

When creating a market, creators must define:

* A clear and unambiguous question
* A finite set of mutually exclusive outcomes
* A market end date
* A resolution source or objective resolution criteria

<br>

Markets must be structured so that outcomes can be resolved objectively and unambiguously.

***

### Outcome Design

<br>

Creators are responsible for ensuring that:

* Outcomes cover all plausible results
* Outcomes do not overlap
* Outcomes are mutually exclusive
* Outcomes are clearly worded

<br>

Poorly defined outcomes may lead to disputes or invalid markets.

***

### Resolution Source

<br>

Each market must specify how it will be resolved.

<br>

Resolution sources may include:

* Public data feeds
* Verifiable on-chain data
* Widely recognized external references

<br>

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

***

### Market Finality

<br>

Once created:

* Market parameters are immutable
* Outcomes cannot be modified
* Resolution rules cannot be changed

<br>

Creators cannot alter or cancel markets after creation.

***

### Creator Responsibilities

<br>

Market creators are responsible for:

* Clear market definitions
* Accurate resolution sources
* Compliance with applicable laws
* Acting in good faith

<br>

FunMarket Labs Ltd is not responsible for creator-generated content.

***

### Creator Incentives

<br>

Creators earn trading fees generated within their markets.

<br>

Fee incentives are designed to:

* Reward clarity and relevance
* Discourage spam markets
* Encourage long-term participation

<br>

Creator fees do not depend on market outcomes.

***

### Market Removal & Invalid Markets

<br>

FunMarket reserves the right to:

* Restrict access to markets that violate protocol rules
* Flag markets that cannot be resolved objectively
* Disable interfaces to clearly abusive or non-compliant markets

<br>

Smart contracts, once deployed, remain immutable.


---

# 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-to-create-a-market.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.
