# For Market Validators

Market Validators, in the context of prediction markets, is a unique concept we have introduced. It refers to entities (users) who verify market outcomes by providing the correct answer from the available options. To participate, these users must lock $EARN tokens into the prediction market they wish to resolve, in return for earning a share of the market fees.

Some key characteristics of Market Validators include:

1. **Resolve the Prediction Market:** The primary responsibility of a Market Validator is to diligently determine the correct outcome from the specified options. Some Market Validators may have an advantage in resolving the market due to their expertise or access to relevant information. Once consensus is reached (see point 3), no further answers can be submitted, ensuring that prediction markets are resolved as quickly as possible.
2. **Have ‘Skin in the Game’:** By locking $EARN tokens, every Market Validator puts their funds at stake. If their answer is correct, they receive a share of the market fees; otherwise, they risk losing their staked amount.
3. **Minimum Threshold to Reach:** To resolve a bet, a minimum amount of $EARN tokens must be staked. This threshold is proportional to the total value of tokens staked in the prediction market.

<div><figure><img src="/files/xzbc2cjkaUphXuDr7AUk" alt=""><figcaption></figcaption></figure> <figure><img src="/files/WkcwKVBZP9Dg1FwDYhN4" alt=""><figcaption></figcaption></figure></div>


---

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