> For the complete documentation index, see [llms.txt](https://wasabix-finance.gitbook.io/wasabix_finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wasabix-finance.gitbook.io/wasabix_finance/faq/locker.md).

# Locker

## What is Locker?

Locker is a place where users can lock their WASABI to receive veWASABI. The longer they lock for, the more veWASABI they receive. Locking allows you to vote in governance, boost your WASABI rewards, receive trading fees and earn from penalty.

## What is the Boost?

When locking WASABI, you will also earn a boost on your provided liquidity of up to 2.5x. The goal is to incentivize users to participate in governance by rewarding them with a bigger share of the daily WASABI rewards(inflation).

## How to receive fees?

The locker receives trading fees as well as the WASABI penalty revenue from people who Exit the reward pool early (before the end of the 3 month vesting). The staking pool has no mandatory lock-up.

## What is veWASABI?

veWASABI stands for voting escrow WASABI. They are your WASABI locked for voting. The longer you lock your WASABI for, the more voting power you have (and the bigger boost you can reach). You can vote lock 100 WASABI for a year to have a 25 veWASABI weight. Each WASABI locked for four years is equal to 1 veWASABI.

The number of veWASABI you will receive depends on how long you lock your $WASABI for. The minimum locking time is one week and the maximum locking time is four years.

Your veWASABI weight gradually decreases as your escrowed tokens approach their lock expiry.&#x20;

## How is the boost calculated?

To reach your maximum boost of 2.5x, there are several parameters to take into consideration.

You can find a calculator at this address: <https://bsc.wasabix.finance/#/app/calculator>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wasabix-finance.gitbook.io/wasabix_finance/faq/locker.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
