> For the complete documentation index, see [llms.txt](https://docs.cosmicfomo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cosmicfomo.com/game-mechanics/game-modes/solo-mode.md).

# SOLO mode

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

In SOLO mode, the player plays alone.  To send a pilot on a flight, you must have [Fuel and Energy units](https://docs.cosmicfomo.com/game-mechanics/characters-and-in-game-items/fuel-and-energy).

To start a SOLO race, you need to choose coins that you think will show an increase if you plan to play Long (bet on asset growth) or coins that will show a decrease if you play Short (bet on asset decline).&#x20;

Users can choose which currencies to race with from the ones presented in the app. The number of selectable coins depends on the Capacity value. After selecting currencies (minimum 1 currency must be selected) users can start a race.

**After sending the pilot off to space users can:**

1. Wait for the race to end automatically.

* The race can end automatically after 1 hour from the start of the race.
* The race can end automatically if the profit factor has gone into minus on the stop-loss parameter corresponding to the given pilot.

2. Terminate the race early by tapping the Take-profit button after 10 minutes after the start of the race.

**Approximate mechanics of calculating accruals in the SOLO game mode\*:**

* Income is 100 tokens per race.&#x20;
* The user selects 3 assets, BNB, BTC, and ETH. At the time of tapping "let's go", the rates of coins were as follows: BNB – $100, BTC – $100, ETH – $100.
* At the end of the race, the quotes were as follows: BNB – $115, BTC – $110, ETH – $95 = bnb +15%, BTC +10%, ETH -5%.
* Interest calculation formula: +15%+10% + -5%= +20%.

Accordingly, the user will receive 120 tokens per race. If there is a negative token count, for example -20%, the user will receive 80 tokens per race.

*\*All calculations are presented as examples.*

*\*Disclaimer: The data presented herein is strictly for informational purposes, does not constitute financial advice, and is subject to change at any time at the discretion of the development team. Exploiting bugs or imbalanced game mechanics for your own gain may be met with strict measures in the form of account blocking and game access shutdowns.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cosmicfomo.com/game-mechanics/game-modes/solo-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
