# Race Scoring

## Race Scoring

In order to score points and advance **in this race**, pilots need to predict the future price of a public asset. The **closer the forecasts are to the actual outcome**, **the better your racer will rank in the race and the higher the rewards you will receive.**

{% hint style="info" %}
If there are **two or more** values being forecast, your final race score will be the mean of your individual score
{% endhint %}

#### The following formula will be used to calculate the pilot's score per forecasted value:

$$
Score=\[|((Forecasted price-Real Price)/Real Price)\*1000|]
$$

<figure><img src="/files/zOnYhIwNJW5NK8yWPdQZ" alt=""><figcaption><p><mark style="color:red;">EXAMPLE</mark></p></figcaption></figure>

{% hint style="info" %}
Final checkpoint and race scores with decimals will be rounded to the nearest whole number.&#x20;
{% endhint %}

As seen in the table above, scores represent the percentual deviation from the real closing price.\
**Example:** \
**Score = 20  shows  Deviation = 2%**\
**Score = 100 shows Deviation = 10%**&#x20;


---

# 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.cracers.com/races/race-scoring.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.
