> For the complete documentation index, see [llms.txt](https://burrbear.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://burrbear.gitbook.io/docs/tokenomics/governance.md).

# Governance

Governance will be built in tandem with community participation and will not be rushed. In the meantime, BeraVote will be used for gasless off chain voting here:<br>

{% embed url="<https://beravote.com/space/burrbear>" %}

See the content of the latest governance proposal below:

## Governance: 3-Token System

<figure><img src="/files/ZtnmO7GaXSGrj5aKTCd0" alt=""><figcaption></figcaption></figure>

#### BURR = The core of our ecosystem

The BURR Token - the core of our ecosystem - is the reward token for LPs and BURRRRv holders.

BURR is needed to acquire BURRRRv. To ensure sustainable price development, the BURR Token is burned when exchanged for BURRRRv. The conversion ratio from BURR to BURRRRv is always 1:1.

#### BURRRb = The booster for the truly hungry bears

<figure><img src="/files/FuiXUutdh8avKqN4MWso" alt=""><figcaption></figcaption></figure>

BURRRb is the booster for the truly hungry bears (read: pool operators).

BURRRb is minted by depositing BERA, which then can be used to provide a rewards boost while you provide liquidity in a pool. You can use your BURRRb to boost BURR emissions towards a pool for 2, 4, or 6 weeks. The size of the extra rewards depends on two factors:

1. The duration of the boost
2. The number of BURRRb you mint (via BERA)

The longer and the more tokens you use, the greater the boost.

#### BURRRRv = Vesting for passive income, voting power, and more

<figure><img src="/files/uyyrpgQBBn7wxz4J1M9j" alt=""><figcaption></figcaption></figure>

BURRRRv - Vesting for passive income, voting power, and more

BURRRRv will be staked 1:1 for BURR. The lock periods will be as follows:

* 4 weeks
* 3 months
* 9 months
* 12 months

The actual voting power will be determined as a percentage based on the underlying dollar value and the lock period. For example:

1,000 $ in Burr converted to BURRRRv

* 4 weeks: 25%
* 3 months: 50%
* 9 months: 75%
* 12 months: 100%

BURRRRv can be unlocked at any time, but the already paid emissions and a penalty based on the early unlock will be withheld from the underlying BURR. The voting power will decay linearly based on the time, till the unlock of the underlying BURR is progressed.


---

# 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://burrbear.gitbook.io/docs/tokenomics/governance.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.
