# Validation Process

In order for a user to verify the outcome of a market, the user must hold or mint an Analyst NFT. To validate a market, the Analyst will ‘vote’ their NFT on an outcome, at which point the NFT is sent to the market contract address and the NFT will be locked until the reward phase.&#x20;

The total power required for market verification is determined by the total market size (sideA + sideB predicted).

In cases where there is a very large market but not enough validations to verify it early, that market will be validated after the verification phase is over.


---

# 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://docs.foreprotocol.io/fore-protocol/whitepaper/how-fore-works/validation-model/validation-process.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.
