> For the complete documentation index, see [llms.txt](https://whitepaper.earn.network/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.earn.network/en/prediction-markets/for-market-creators/market-creation-process.md).

# Market Creation Process

{% hint style="info" %}
Please note this functionality is **not yet available** on the production version of earn.network. The current estimate is March '24 for the product to be live for everyone to access.
{% endhint %}

### **General Guide on how to create your own Prediction Market**

Please note, we will update this guide with relevant screens shortly.

1. Log in via MetaMask to the [Earn.Network](https://earn.network) platform and go to **Creator's Lab**.
2. Click **"Create New"** and you will be taken to the first step to create your own **Prediction Market**.
3. Select the **"Prediction Market"** Category and click continue.
4. **Specify the Prediction Market details** such as the question, fees, blockchain and other important parameters that will make your market popular.
5. **Define the outcomes** that users will be able to bet on.
6. **Done! You've just created a draft of your own Prediction Market.** When you go back to your Creator Labs you will be able to see your newly created Prediction Market, click on it and you will see all the details about your specific market.
7. Review the data you provided and **Pay for the creation of the market.**
8. Your market is now being reviewed by the dedicated team. Once approved, you will be able to **deploy it to the network you have specified**.
9. **Success!** Your market is now available for users to participate in.

More guides related to managing and withdrawing funds from your market will be posted soon.


---

# 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://whitepaper.earn.network/en/prediction-markets/for-market-creators/market-creation-process.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.
