> 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/verify-market.md).

# Verify market

When creating a market, you are able to verify it by adding the market to the Curate List of Verified Markets. It provides extra credibility to the market being created.

Verified markets must meet strict criteria to protect users. For more details, please refer to the  [Verified Markets Policy](https://cdn.kleros.link/ipfs/QmfGcodBzG53DBxS2Uxu5jug9YiHUpJ5tKFqhP6Z2HjscU/Seer%20-%20Verified%20Markets.pdf). Additionally, verification requires the submission of images for both the market and its outcomes.

You can choose to verify your market either at or after its creation.

<figure><img src="/files/1E5QMwyoqoM8TsfAcB45" alt="" width="563"><figcaption><p>This popup will appear if you click the switch button on Verify it Now when creating a new market</p></figcaption></figure>

**Or:**&#x20;

<figure><img src="/files/DSCGQh9pkiuKwUZZjgjS" alt="" width="563"><figcaption><p>This is your market card on the home page</p></figcaption></figure>

Please note that you need to have sufficient xDAI available to verify a market. The deposited xDAI will be returned once your market is verified:

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

Verified market will be shown with images and a **Verified** tag:

<figure><img src="/files/dK1CqnCaOfcf3VUDzgWd" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
Verifying markets you submitted will also be displayed with images, but these images will only be visible to you.
{% endhint %}


---

# 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/verify-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.
