# In-Game Activities

<figure><img src="/files/s5IfaJEC67TcMXH3dAnW" alt=""><figcaption><p>Formacar Action Tasks</p></figcaption></figure>

Players can participate in various competitions within their game zones. These activities are divided into:

**Single Races** are one-player races focused on:

* learning the gameplay
* testing and polishing skills
* account leveling and rewards earning<br>

**Custom Game** is a competitive mode where multiple players race for victory and rewards on a single track in the same lobby. Players are free to create matches with their own rules, invite friends, or compete against other players.

* creation of private and public lobbies
* availability of all the game modes and racetracks&#x20;
* fees and rewards in the form of FCM or FCG<br>

**Tournaments** are the game's competitive environment for racers, represented by both small and large in-game events. They are similar to Custom Games, but on a much larger scale, with expanded functionality and prize pools.

Tournament features are available both inside the game client alongside other activities and in the official Crypto section of the project, where players can find full event details and register or track the tournament status.

Logically, tournaments are divided into stages, the number of which is defined during event creation based on specific criteria (for example, the number of participants and the prize pool).\
For instance: two stages — a semi-final and a final.

There are two main tournament systems:

* **Olympic System.** A certain percentage of players is eliminated after each stage. Each stage is played independently, and previous results do not carry over to the next one
* **Points System.** After each stage, players earn points based on their race results. These points form the overall event leaderboard, with participants ranked from highest to lowest

On the website, players are able to do multiple actions:

* View the status of **active, completed, and upcoming tournaments**, along with full descriptions and entry conditions
* Register for a tournament. Review the upcoming event, its requirements, and the prize pool. After, sign up by completing a few simple steps and meeting any entry requirements
* Claim rewards

What the prize pool can include:

* In-game currencies: FCM, FCC, and FCG
* *(In development)* In-game items such as tuning blueprints, paints, and more
* Additional rewards and sponsor prizes

Possible entry requirements:

* Entry fee (in FCM, FCC, and/or FCG)
* Minimum car star rating
* Specific car brand
* Minimum profile level
* Minimum / maximum account balance (FCM, FCC, and/or FCG)

After a tournament ends, results are calculated, participants are ranked, and rewards are distributed according to a predefined prize structure. Each tournament may have a different reward distribution, depending on the organizers.

**Quests and Challenges** (in development) are a set of tasks with varying difficulty designed to diversify gameplay, introduce new challenges, and offer exclusive rewards. There are Daily and Weekly quests that differ in rewards, difficulty, and completion mechanics.

**Bonuses** (in development) are special rewards given out by the project administration to players for active participation and contribution to the project’s development.


---

# 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://whitepaper.action.myriadgames.studio/action/cryptorace-section/in-game-activities.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.
