# Track your performance

Synnax uses [R2 score](https://en.wikipedia.org/wiki/Coefficient_of_determination) as the primary metric to score predictions.

Each Synnax Lab Contributor has multiple options for validating their model's performance:

1. Cross-validation within the training dataset.
2. Access the `confidence_score` after submitting predictions via [Synnax Lab SDK](https://github.com/synnax-ai/synnax-lab-sdk). This score is measured on a validation portion of the submitted predictions. Predictions above a certain R2 threshold will be accepted and considered for payouts calculation.&#x20;
3. Final validation on realized data: predictions submitted to Synnax Lab are forecasting the future financial indicators for thousands of public companies. When these companies release their future financial reports, Synnax compares the predicted indicators with realized values and calculates the actual R2 score. Based on this score Contributors are awarded USD compensation transmitted in USDT payouts on a monthly basis.

Synnax Lab also provides an interactive [dashboard](https://synnax.app/lab) for each contributor where one can track different performance metrics.

**Leaderboard**

<figure><img src="https://3264209340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP1d3jwapAaqWnPfA2rFw%2Fuploads%2Fxk1GKjWdONjWo6sCKcB4%2FCleanShot%202025-01-21%20at%2011.03.31%402x.png?alt=media&#x26;token=893549f0-4d44-4143-bc91-92666e951f9a" alt=""><figcaption></figcaption></figure>

***

**Scoring timeframe options**

*By selecting Today, Contributors will see the R2 score of their best submission today based on a randomly selected portion of the test set. Past 7/30 days option will show points accumulated over the respective period.*

<figure><img src="https://3264209340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP1d3jwapAaqWnPfA2rFw%2Fuploads%2FynkIuPtm1qFIaoL01Qxw%2FCleanShot%202025-01-21%20at%2011.05.07%402x.png?alt=media&#x26;token=6b0258bf-ca57-4706-bcdd-a83af345aa1d" alt=""><figcaption></figcaption></figure>

***

**Individual performance view**

Above the leaderboard are the individual Contributor's performance indicators.

* Earnings: month-to-date / last month / year-to-date / last year
* Balance: your current accumulated balance available for withdrawal
* Confidence score chart: past 30 days of best submissions' R2 scores with a required minimum threshold horizontal line. Predictions below the threshold had not been considered for entering the Synnax Lab rating and are not subject to earnings calculation.

<figure><img src="https://3264209340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP1d3jwapAaqWnPfA2rFw%2Fuploads%2FI7nmXngknr1Jdni8ldRU%2FCleanShot%202025-01-21%20at%2011.08.05%402x.png?alt=media&#x26;token=eab7a7c7-1590-4e69-95fe-9c35bafe58e1" alt=""><figcaption></figcaption></figure>


---

# 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.synnax.ai/synnax/synnax-lab/contributors-onboarding/track-your-performance.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.
