# ICE boosts - how to maximize LP rewards

**Holders of ICE tokens are eligible for boosts to their AQUA rewards when providing liquidity to Aquarius pools.** The maximum boost is x2.5 and is determined by a user’s ICE balance and their share in a pool.

### How Boosts are Calculated

The size of an ICE boost depends on two key values:

1. **User's share of the total ICE supply** – 52 billion as of March 31, 2025.
2. **User's share in a given pool** – This is based on the pool's LP token supply.

**Example:**

* **User’s ICE balance:** 5.2 million, which is 0.01% of the total ICE supply.
* **User’s share in the pool:** 0.01%, as measured by the pool’s LP token supply.

In this case, the user will receive the maximum x2.5 boost to their AQUA rewards. So, if the pool’s reward APY is 10%, the user will receive a boosted 25% rewards APY.

In other words, to maximize the boost, a user’s pool share must be **1:1** with their ICE balance share in the total supply of the token. If the pool share is larger, the boost will decrease accordingly.

{% hint style="info" %}
ICE boost constantly changes as other liquidity providers deposit and withdraw. We recommend to periodically claim rewards which will trigger refreshing of the boost.
{% endhint %}

### ICE Boost in Aquarius User Interface

The minimum and maximum ICE boost values are displayed in the list of pools.

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

When depositing, users will see if their boost changes. For example, in the case below, the boost changes from 1.0 to 1.13.

<figure><img src="/files/225zA0keLv2UokP1i1lI" alt=""><figcaption></figcaption></figure>

Boosted Rewards APY will be highlighted with a purple outline, and the multiplier (boost) values will be shown in blue chips.

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


---

# 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://docs.aqua.network/ice/ice-boosts-how-to-maximize-lp-rewards.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.
