# Token Boost

## What is Boosting?

In addition to staking tokens, users have the option to boost them to earn additional rewards paid in CHI. When users boost their LP tokens, they are essentially locking their position for a set period. **The concept is straightforward: the longer the selected boost period, the greater the reward multiplier.**

{% hint style="success" %}
Currently, the available boosting contracts include the following options:

* Boosted wstUSC
* Boosted Staked CHI/ETH LP and USC/ETH LP
  {% endhint %}

<figure><img src="/files/1FKE1OrlOm9QbbAy15Jn" alt=""><figcaption><p>Boosting Tokens </p></figcaption></figure>

{% hint style="info" %}
It's important to highlight that users continue to receive the underlying staking rewards from their positions, along with the additional CHI incentives.

For example, when boosting wstUSC, users still earn the base USC rewards from staking, and on top of that, they also receive extra CHI incentives from boosting.
{% endhint %}

## What is the Boost Multiplier and How is it Computed?

The boost time multiplier determines the increase in the user's extra CHI incentives. The longer the boost period and the larger the amount of tokens boosted relative to the total, the greater the boost on the CHI rewards.

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

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

{% hint style="success" %}
All time periods are measured in weeks, and the time parameters are as follows:

* **Minimum Boost Time**: 1 week
* **Maximum Boost Time**: 1 year
  {% endhint %}

{% hint style="info" %}
For example, if a user boosts their tokens for half a year, the time multiplier component is calculated as follows:

* **Boost Period**: 26 weeks (1/2 of a year)
* **Time Boost**: (26/ 52)  \* 1x =  0.5x

This means the user's boost multiplier will be 0.5x for this period ( + 50% extra incentives).
{% endhint %}


---

# 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://chi-protocol.gitbook.io/chi-docs/concepts/sustainable-reward-sources/token-boost.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.
