# Rewards And Power

Rewards are provided for correct verification of markets. The reward is provided as additional power. Additional power cannot be bought, it can only be earned. Additional power can be withdrawn in the form of FORE tokens (which will reduce the power). The user cannot pay for the original power (power at mint).&#x20;

Analysts are rewarded in proportion to the power provided within their respective NFTs. The total power required for market verification is determined by the total market size (sideA + sideB predicted).

Penalties for inaccurate validations also exist asymmetrically to guide user behavior. If the analyst makes an incorrect verification, their NFT and the underlying FORE will be burned. In version 2 (v2), we will introduce a penalty system where you can likely receive two strikes (which decrease your power each time) before losing the NFT. All the accumulated FORE is released and divided between the dispute creator and high guard, creating a negative incentive for faulty validation as a result of inaccurate validation.


---

# 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/rewards-and-power.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.
