# How veBAL Boosting Works

As opposed to the initial liquidity mining incentives where a liquidity provider receives incentives based only on their share of the total liquidity, the veBAL system implements a multiplier based upon the time locking mechanism. Locking the same amount of BPT for a longer period will yield a higher incentive multiplier for a user.

Original Liquidity Mining:

$$
BAL \ Mined \ = \ Pool's \ Total \ Incentives \ \* \frac{BPT \ Held}{Total \ BPT}
$$

veBAL Liquidity Mining:

$$
\ \\\ \ BAL \ Mined \ = \ Pool's \ Total \ Incenvites \ \* \ \frac{0.4 \ \* \ BPT \ Staked \ \* \ Boost}{Total \ Working \ Supply}
$$

Please note the maximum boost possible for liquidity mining incentives is 2.5x. For tooling, calculate your boost [here.](https://balancer.tools/boost)

The boosting mechanism theory is visualized by the graphic below. The fraction of a pool's working supply a user owns is based on upon their share of the respective pool, and their share of total veBAL. Continue reading through this boosting sections for further information on the [working supply.](/balancer-v2/ecosystem/vebal-and-gauges/vebal/how-vebal-boosting-works/working-supply.md)

​

![View Graphic Equations here](/files/brkkFNCVbP3Pv1rcF7WK) ![](/files/PIPDYGZs1WkisUosiX5v)

Based upon this mechanism locking the same number of tokens for twice as long will result in twice the veBAL a user receives. The boosting proportion and governance voting are directly coupled with veBAL, however only governance is directly proportional.


---

# 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://balancer.gitbook.io/balancer-v2/ecosystem/vebal-and-gauges/vebal/how-vebal-boosting-works.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.
