# Race Modes

Congratulations! You have made it through understanding how to acquire [game currency](/gameplay/game-currency.md); how to purchase a vehicle, and how their [attributes](/gameplay/vehicle-attributes.md), [consumables](/gameplay/consumables.md), and [upgrades](/how-coinracer-works/core-features/vehicle-customization.md) work. Now it is time to hit the track and start competing!

As racing enthusiasts ourselves, it was very important to us to find ways to extend the gameplay loop and diversify the styles of play, to assure fun and continuous play for all styles of racers. For this reason we have designed six different game modes (with more to be announced).

***

## Coin Race

<figure><img src="/files/vramAp5xVtgo5iC4aNrh" alt=""><figcaption></figcaption></figure>

This is the standard racing game mode, familiar to your favourite classic racing games. It is a three lap race around a randomly picked asphalt course. Winners are determined by their position, crossing the finish line on the final lap. To participate you are required to pay an entry fee of 20 $CCASH, contributing to the Coin Race prize pool. This prize pool will be distributed to the winners as follows:

* **1st Place**: 50% of the prize pool (80 $CCASH)
* **2nd Place**: 25% of the prize pool (40 $CCASH)
* **3rd Place**: 15% of the prize pool (24 $CCASH)
* **Business Fee**: 10% of the prize pool (16 $CCASH)

{% hint style="info" %}
**Note**: *the $CCASH amounts above are based upon full participation of eight racers.*
{% endhint %}

***

## Destruction Derby

<figure><img src="/files/kJkeuuenK7WYTKezjL5m" alt=""><figcaption></figcaption></figure>

Tapping into your inner destroyer, Destruction Derby pins you against your competitors in a last-vehicle-standing battle to the finish. The objective is to destroy your opponents' vehicles until they are left inoperable, by ramming into them and reducing their HP to 0. The last player to have at least 1 HP left wins. To participate you are required to pay an entry fee of 25 $CCASH, contributing to the Destruction Derby prize pool. This prize pool will be distributed to the winners as follows:

* **1st Place**: 90% of the prize pool (180 $CCASH)
* **Business Fee**: 10% of the prize pool (20 $CCASH)

{% hint style="info" %}
**Note**: *the $CCASH amounts above are based upon full participation of eight racers.*
{% endhint %}

***

## Rally Race

<figure><img src="/files/k03it8VbFipcqPYiUrsg" alt=""><figcaption></figcaption></figure>

Taking the competition off-road, Rally Race features a sprint from start to finish down a one-way track. You are all alone in this race, competing in a timed trial against the opposition. To participate you are required to pay an entry fee of 17 $CCASH, contributing to the Rally Race prize pool. This prize pool will be distributed to the winners as follows

* **1st Place**: 50% of the prize pool (68 $CCASH)
* **2nd Place**: 25% of the prize pool (34 $CCASH)
* **3rd Place**: 15% of the prize pool (20.4 $CCASH)
* **Business Fee**: 10% of the prize pool (13.6 $CCASH)

{% hint style="info" %}
**Note**: *the $CCASH amounts above are based upon full participation of eight racers.*
{% endhint %}

***

## FUD Ball

<figure><img src="/files/45LKd1oZObehVhUqbF3N" alt=""><figcaption></figcaption></figure>

FUD Ball introduces the concept of team play, taking inspiration from the famous Rocket League, with a Coinracer twist: the field is based upon Australian football. Competing as teams of three or five, this game mode places you and your teammates up against an opposing team with the objective of scoring more goals than the opposing team before the timer runs out. To participate you are required to pay an entry fee of 17 $CCASH, contributing to the FUD Ball prize pool. This prize pool will be distributed to the winners as follows

* **Winning Team**: 90% of the prize pool evenly distributed amongst the winning team (30.6 $CCASH)
* **Business Fee**: 10% (17 $CCASH)

{% hint style="info" %}
**Note**: *the $CCASH amounts above are based upon full participation of ten racers.*
{% endhint %}

***

## Pinkslip Race

<figure><img src="/files/mJt6eHSNHAWgt43iCuR8" alt=""><figcaption></figcaption></figure>

Things get a little more personal in the Pinkslip Race. In a 1v1 race, you go up against your competitor on a randomly picked asphalt course or off-road rally track. You are not required to pay any entry fee; however:

* Winner receives their opponent's vehicle (with all upgrades)
* Loser permanently loses ownership of the vehicle selected at the time of the race

***

## Junkyard Race

<figure><img src="/files/U3ch4r41d2WTUPit5HOZ" alt=""><figcaption></figcaption></figure>

In this special event, your objective is destroying the Demon Racer, an AI-powered and buffed-up vehicle with 1,000 HP. You can choose to work as a team to share the spoils, or you can eliminate the other racers and get everything for yourself. You are not required to pay any entry fee, and you can receive $CCash dropped when you damage or disable the Demon Racer's vehicle.

Junkyard Races are automatically triggered when the accumulated business fees reach a certain threshold, collected from races in other game modes.

* Minimum Prize Pool: 500 $CCash
* Maximum Prize Pool: 1,000 $CCash

***

{% hint style="info" %}
We will continue to reveal more information regarding newly designed game modes as development advances, dropping bits and pieces from our game design document.
{% 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/gameplay/race-modes.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.
