# Pro Races

Pro races are premium races that require an entry fee in TRAX. 90% of the entry fees go into the prize pool, which is distributed among the winners. There are two types of Pro races:

* Pro Shrimp: Entry fee 25 TRAX
* Pro Dolphin: Entry fee 250 TRAX

**Pro Race Logic**

* Pro races use a linear track with a single round
* Energy is not consumed during Pro races, but roaches must be charged to participate
* Once the minimum number of participants join, a timer starts
* New players can join until the timer ends or 10 participants are reached
* Players have 30 seconds to load the track

**Prize Distribution**

The prize pool is distributed among the top finishers based on the number of participants. The distribution is the same for both Pro Shrimp and Pro Dolphin races:

| **Place** | **2-3 Players** | **4-6 Players** | **7-10 Players** |
| --------- | --------------- | --------------- | ---------------- |
| 1st       | 90%             | 60%             | 50%              |
| 2nd       | -               | 30%             | 25%              |
| 3rd       | -               | -               | 15%              |

**MTGN Rewards**

* MTGN coins are scattered throughout the track
* The leading Roach collects coins from its lane and adjacent lanes
* Each roach can collect MTGN from 3 lanes total
* Collected MTGN is awarded to the player regardless of their final position


---

# 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.roachracingclub.com/gameplay/race-types/pro-races.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.
