> 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/types-of-structures/hardcore-booster.md).

# Hardcore Booster

This structure adds active functionality, providing the ability to cancel TAKE PROFIT 1 time per HARDCORE race and return to active gameplay. This action costs a certain amount of COSMIC tokens. It is possible to cancel the TAKE PROFIT option if:

1. The race has not yet ended.
2. The player has fixed their profit. If you drop out of the race by stop loss, it's impossible to cancel the take profit option.

Increasing this construction’s level leads to a decrease in the cost of canceling TAKE PROFIT in HARDCORE races.

<table><thead><tr><th>Hardcore Booster Level</th><th width="88">Energy</th><th>MDAO</th><th>Power</th><th>Guild level</th><th>Level Up Time</th><th>Cancel Take Profit cost</th></tr></thead><tbody><tr><td>1</td><td>30</td><td>200</td><td>1</td><td>2</td><td>4:00:00</td><td>COSMIC BID*</td></tr><tr><td>2</td><td>60</td><td></td><td></td><td>4</td><td>12:00:00</td><td>BID x 0.75 COSMIC</td></tr><tr><td>3</td><td>90</td><td></td><td>1</td><td>6</td><td>24:00:00</td><td>BID x 0.5 COSMIC</td></tr><tr><td>4</td><td>120</td><td></td><td></td><td>8</td><td>36:00:00</td><td>BID x 0.25 COSMIC</td></tr><tr><td>5</td><td>150</td><td>1000</td><td>1</td><td>10</td><td>48:00:00</td><td>Бесплатно</td></tr></tbody></table>

*\*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.*


---

# 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/types-of-structures/hardcore-booster.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.
