# Market Creation

Fliq allows anyone to create a market and specify the sources of truth for the resolution of that market. Creators even earn a share of protocol revenue generated from their markets.

## How to create my own market

1. Visit [market creation ](https://www.fliq.one/#/create)page.&#x20;
2. Enter the question text, sources of truth, detailed rules for its resolution, end time, category and communication details which helps us get in touch with you if the question needs any kind of revision/edits.
3. Submit the details. Congratulations, your market is now live. View it on [creator rewards](https://www.fliq.one/#/creator-rewards) page.

## Market Review Process

Although the market is live and the trading can start immediately, this market will not appear on our [markets](https://www.fliq.one/#/) page yet. It will appear on markets page only after the market has been reviewed and approved.

### Criteria for Approval/Rejection

1. The market should be non ambiguous (objectively). The detailed rules should cover all cases to prevent any sort of disputes later. Subjective markets like "Will US be in recession before end of the year?" will be rejected.
2. The market should not be a duplicate of the existing markets.
3. The market should not come under the category of NSFW.


---

# 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.fliq.one/markets/market-creation.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.
