# Guage Boost

Your boost on Solid Sync is directly proportional to the size of your veSYN position in relation to other veSYN holders in the same liquidity pool, with a maximum boost of 2.5x. \
\
The base boost for LP pools on Solid Sync is 1.0x, which can be increased up to a maximum of 2.5x based on factors such as the size of your veSYN NFT and the amount of LP staked in relation to the total pool. As a result, the range of effective APRs on Solid Sync is between 1x and 2.5x, or more precisely, 0.4x to 1x. \
\
By staking under a large veSYN NFT, you can earn undiluted yield from Solid Sync's pools comfortably, whereas you would receive the lower end of APRs otherwise.<br>

Boost Formula (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 SYN (veSYN)\
\&#xNAN;*- **total locked*** = total locked SYN (veSYN)


---

# 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://solid-sync-organization.gitbook.io/solid-sync/dex-functions/guage-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.
