> For the complete documentation index, see [llms.txt](https://guide.gameclub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.gameclub.com/markets/images-and-media.md).

# Market Creation

GameClub markets are curated to ensure quality, relevance, and fair resolution. The creation process evolves in two phases as the platform grows.

***

### Phase 1 - Admin : Curated Markets

In the early stages of the platform, all markets are created and managed directly by the GameClub team.

Markets are selected based on:

* Relevance and popularity within the community
* Availability of a clear, verifiable resolution source
* Sufficient user interest and trading potential

This ensures a high-quality experience from day one, with markets that are well-structured and reliably resolved.

***

### Phase 2 - Community : Proposed Markets

As the platform grows, market creation will open to the community. Anyone can propose a new market through the official GameClub Discord, and the community decides what gets registered through a vote.

**How it works :**&#x20;

1. **Propose** — Submit your market idea in the designated Discord channel
2. **Vote** — The community votes on proposed markets
3. **Register** — Markets that pass the vote threshold are officially registered on the platform

***

### Rewards for Market Proposers

Users who successfully get a market registered are rewarded for their contribution.

Liquidity Provision The market proposer has the option to supply the initial liquidity for their market. In return, they earn a share of the spread revenue generated from trades on that market.

Registration Reward When a proposed market is approved and goes live, the proposer receives a one-time reward as recognition for their contribution to the platform.

***

### Market Eligibility

For a community-proposed market to be considered, it must meet the following criteria:

* A clear and unambiguous resolution condition
* A publicly verifiable outcome source
* A defined resolution deadline
* Sufficient community interest (as measured by the vote)

***

> Markets that cannot be resolved objectively will not be approved, regardless of vote count. The GameClub team reserves the right to reject or modify any proposed market.


---

# 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, and the optional `goal` query parameter:

```
GET https://guide.gameclub.com/markets/images-and-media.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
