> For the complete documentation index, see [llms.txt](https://seer-3.gitbook.io/seer-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://seer-3.gitbook.io/seer-documentation/getting-started/navigate-our-site/create-a-market.md).

# Create a market

{% hint style="info" %}
Markets created on Seer must adhere to specific guidelines to ensure clarity and safety for all users. Before creating your market, please read the [Verified Markets Policy](https://cdn.kleros.link/ipfs/QmfGcodBzG53DBxS2Uxu5jug9YiHUpJ5tKFqhP6Z2HjscU/Seer%20-%20Verified%20Markets.pdf) and [Market Resolution Policy](https://cdn.kleros.link/ipfs/QmW6npv4J3jvF87WVCEaQQ6f2PK1T9ytX2eYg86XkT9ScK/Seer%20-%20Markets%20Policy.pdf).
{% endhint %}

On the home page, click **Create a market**.

<div align="left"><figure><img src="/files/0VikNl9XzbmDOogTv2w4" alt=""><figcaption></figcaption></figure></div>

1. **Select a market type:**

   <figure><img src="/files/qLa9f9LMqT4oAwS21v5v" alt=""><figcaption></figcaption></figure>
2. **Input the question and outcomes:**

   <figure><img src="/files/Y24yCDbqpeO85s0krXDx" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
In the case of **multi-scalar market**, question name should follow a specific format. Since each outcome have its own question, you should place the outcome type in brackets to replace the outcome value in the question.\
For example: How many electoral votes will the **\[party name]** win in the 2024 U.S. Presidential Election?
{% endhint %}

3. **Specifying an opening date. The market can only be resolved after the opening date:**

   <figure><img src="/files/ax8rWitMFeOTrvnPWdD5" alt=""><figcaption></figcaption></figure>
4. **Preview the market:**

   <figure><img src="/files/nNDaZbPgxhK0E5SDCWlW" alt=""><figcaption></figcaption></figure>

After previewing, click **Create Market**.

You can verify the market during creation by clicking the switch button in the **Verify it Now** row. If you prefer, you can also complete the verification later.

<figure><img src="/files/vF4M8nKFnEdqyFORML0c" alt=""><figcaption></figcaption></figure>

Unverified market will display a warning. Please refer to the next section to learn how to verify a market.

<figure><img src="/files/m2Un7ZYasDufGRETTFSV" alt=""><figcaption></figcaption></figure>


---

# 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://seer-3.gitbook.io/seer-documentation/getting-started/navigate-our-site/create-a-market.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.
