# Championship Qualifiers

The Coinracer Championship is a seasonal tournament, in which players will band together in racing teams and compete in a grand prix racing event. The racing teams will be awarded points on the teams' overall performance, on and off the track.

To compete in the Championship, teams must qualify by accumulating points during the off-season. This is done by all the team members, through winning the following standard race modes and accumulating qualifying points as they do so:

* **Coin Race**:
  * 1st Place: 10 points
  * 2nd Place: 5 points
  * 3rd Place: 2 points
* **Destruction Derby**:
  * 1st Place: 15 points
* **Rally Race**:
  * 1st Place: 10 points
  * 2nd Place: 5 points
  * 3rd Place: 2 points

The off-season will run for three months, at the end of which the top 22 teams will qualify for the upcoming Coinracer Championship. Once qualified, the teams will be get access to unique vehicles that can be used only in the Coinracer Championship; as well as unique upgrades, that apply to all race modes permanently (as long as the player is still part of that racing team).

{% hint style="info" %}
As we continue through the development and prepare for the announcement of the inaugural Coinracer Championship, we will begin adding additional content to this page.
{% endhint %}


---

# 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://documentation.coinracer.io/how-coinracer-works/matchmaking/championship-qualifiers.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.
