# V1 Gauge Boosts

<mark style="color:red;">**TLDR --**</mark> The larger your veCLEO position, proportional to your LP staked and other veCLEO holders in that pool, the higher your boost is, up to a max of 2.5x.&#x20;

{% hint style="warning" %}
A quick way to gauge your boost would be to view it as such: For every % of liquidity in the pool, you need the equivalent % of all veCLEO attached to the pool in order to maintain your full 2.5x boost. So if you own 50% of the liquidity in the pool. Your veCLEO needs to be greater than or equal to 50% of the total amount of all user veCLEO combined.
{% endhint %}

LP pools on Cleopatra have a base of 1.0x boost up to a max of 2.5x, based on certain factors such as your NFT (veCLEO) size, and the amount of LP staked in proportion to the total pool. This means that the effective range of APRs is (1->2.5x), or more accurately (0.4x->1x).&#x20;

Staking under a large veCLEO NFT allows you to comfortably earn un-diluted yield from the Cleopatra pools, whereas you would be earning the low end of APRs otherwise.

Boost Formula (ultra-simplified) is as such:

$$
Boost\ = derivedBalanceOf\div balanceOf
$$

A more detailed and comprehensive form of the boost formula can be seen below:&#x20;

$$
EarningWeight \ = min((user\*0.4)+(lp \ total \* user  locked \ \div total \ locked)\ \* 0.6,user)
$$

$$
Boost = EarningWeight \div \ user
$$

**Where:** \
\- ***user*** = LP amount the user has deposited\
\&#xNAN;*- **lp total*** = Total LP staked\
\&#xNAN;*- **user locked*** = user's locked CLEO (veCLEO)\
\&#xNAN;*- **total locked*** = total locked CLEO (veCLEO)


---

# 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.cleo.exchange/introduction-to-cleopatra/ve-3-3-fundamentals/v1-gauge-boosts.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.
