# veBAL

## Overview

veBAL (vote-escrow BAL) is a vesting and yield system based on [Curve’s veCRV mechanism](https://curve.readthedocs.io/dao-vecrv.html).

{% hint style="info" %}
For those unfamiliar with Curve's system, users obtain veCRV by locking CRV in their `VotingEscrow` contract. veCRV is non-transferable, and its voting power decays linearly with time.
{% endhint %}

## Understanding veBAL

To learn more about how veBAL works, please refer to the following page:

{% content-ref url="/pages/2WgBXa4shDRJw1TuuVKU" %}
[How veBAL Works](/balancer-v2/ecosystem/vebal-and-gauges/vebal/how-vebal-works.md)
{% endcontent-ref %}

## Using veBAL

To learn more about how to lock your BPT into veBAL, extend your lock period, and unlock tokens back into BPT, please refer to the following page:

{% content-ref url="/pages/IbakGjcPMnrtVA7HUpCY" %}
[How To Use veBAL](/balancer-v2/ecosystem/vebal-and-gauges/vebal/how-to-use-vebal.md)
{% endcontent-ref %}


---

# 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.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.
