> 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/in-game-mathematics/listing.md).

# Listing

{% hint style="info" %}
**Good to know:** Pumping your token is a good way to earn passively more.
{% endhint %}

So after your token is listed it will dump. But when and how to control it?&#x20;

We have several parameters for that too.

### Liquidity multiplier

| Liq              | From 85% to 99% | From 85% to 99% | From 70% to 86% | From 60% to 69% | From 51% to 59% |
| ---------------- | --------------: | --------------- | --------------- | --------------- | --------------- |
| Days before dump |               4 | 3               | 2               | 1               | 0,5             |

During this time you will earn $Tokenarium from the rewards pool. The rewards are also affected by all parameters mentioned in this document. These numbers may be changed after some time.

### Boosters

{% hint style="info" %}
**Good to know:** We collect all the actual NFTs [here](https://tokenarium.gitbook.io/tokenarium-1/nfts/booster-type-nfts)
{% endhint %}

But you still have a chance to give your token another life. You can use boosters. 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).

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

| % of increasing the passive income | Development points | Development points |
| ---------------------------------- | ------------------ | ------------------ |
| 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;


---

# 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/in-game-mathematics/listing.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.
