# Rewards

## Strict Rules

The team is rewarded based on the best reward of all its members' models, **divided equally** among the team members.

{% hint style="warning" %}
No exceptions will be made. If a member is unreachable or refuses his share, **it will be considered as lost and will not be rewarded**. Choose your teammates wisely.
{% endhint %}

{% hint style="success" %}
i.e., in a team of three, each member receives 1/3 of the total reward.
{% endhint %}

## Disqualification

If a team is suspected of cheating, CrunchDAO may decide to disqualify it.


---

# 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.crunchdao.com/competitions/teams/rewards.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.
