# Calculating my Boost

To calculate a users boost the process from the [Maximum Boost](/learn-about-balancer/fundamentals/vebal-tokenomics/financial-implications/boosting-bal-incentives/maximum-boost.md) section will be used considering the veBAL holdings user has.

First we must calculate the user's working supply:

![The minimum of the working supply limit and liquidity provided & staked equation defines a user's working supply](/files/rpgDDO4ggUlWSF5vOLVr)

This would mean the minimum or “non-boosted” supply a user could have is the following, assume no veBAL is owned.

![](/files/Nldjqc0iPlHkH33kKgUX)

The boost a user receives is the the ratio of their working supply over the new total working supply, divided by the minimum case of their working supply entering a pool.

![The total working supply will need to be pulled from the gauge contracts for these calculations](/files/zNedoXJEJYPh9QVNOllw)

In the case of already being in the pool and depositing further liquidity, the following adjustment must to be made to consider the working supply a user already holds a given pool.

![](/files/TJdUN6jMlyLa9ZdejzeF)


---

# 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-dao.gitbook.io/learn-about-balancer/fundamentals/vebal-tokenomics/financial-implications/boosting-bal-incentives/calculating-my-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.
