> For the complete documentation index, see [llms.txt](https://tokenarium.gitbook.io/tokenarium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tokenarium.gitbook.io/tokenarium/nfts-and-in-game-items/boosters.md).

# Boosters

### Boosters

You have a chance to give your token another life. You can use a booster. It will cost some $Tokenarium but it will affect your passive earning too. The boosters will have 5 types of rarity. Some of them can make your token like a Shiba Inu. You may use the booster unlimited times.&#x20;

But the result of boosting % also depends on Development points and booster rarity. F.e., the booster has a chance to increase your token's life cycle from 1 to 5 days (depends on booster rarity).

<div align="left"><img src="/files/Vzt63k6SArbnIuBKjSX1" alt=""> <img src="/files/5d6i8wUZUBYanMP51vjW" alt=""> <img src="/files/4KN71VXQIaCVGuo2AI3r" alt=""> <img src="/files/9jIwQ6mOUOudX3RwGceO" alt=""> <img src="/files/nsLvNM3aT94plhD6Lj2b" alt=""></div>

Hereunder we provide the sheet of how a common rarity booster increases your daily passive income.

| % of increasing the passive income | Development points (from) | Development points (to) |
| ---------------------------------- | ------------------------- | ----------------------- |
| 2,00%                              | 0                         | 125                     |
| 1,92%                              | 126                       | 250                     |
| 1,84%                              | 251                       | 375                     |
| 1,76%                              | 376                       | 500                     |
| 1,68%                              | 501                       | 625                     |
| 1,60%                              | 626                       | 750                     |
| 1,52%                              | 751                       | 875                     |
| 1,44%                              | 876                       | 1000                    |
| 1,36%                              | 1001                      | 1125                    |
| 1,28%                              | 1126                      | 1250                    |

Booster effectiveness will lower daily until it comes to 0%.&#x20;

The list of them is TBA.


---

# 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://tokenarium.gitbook.io/tokenarium/nfts-and-in-game-items/boosters.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.
