# How to get or redeem?

### How to get bbBNC:

Lock vBNC and receive bbBNC. The bbBNC value is proportional to the amount and duration staked (up to a maximum of 4 years). Each address is associated with a single bbBNC expiry date, and bbBNC can't transfer.

*BNC -> vBNC -> bbBNC*

> The bbBNC value is a key indicator for participating in dividends. Simply put, the higher the proportion of bbBNC value in the overall, the more you might get in various bbBNC holdings benefits.

> Your bbBNC value will decrease over time and will reach zero once the lock duration ends. At this point, your staked vBNC will be unlocked.

| Locking Duration (per vBNC) | bbBNC received |
| --------------------------- | -------------- |
| 3 months                    | 0.296875       |
| 6 months                    | 0.3424         |
| 1 year                      | 0.4375         |
| 4 years                     | 1              |

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

### Redeem bbBNC to unlock vBNC in advance:

For users who need to unlock bbBNC immediately to retrieve locked vBNC in advance, Bifrost offers a method of early unlocking. However, this comes with a certain slash, <mark style="color:red;">you may LOSE YOUR vBNC PRINCIPLE by early redemption</mark>. The relevant formula is as follows:

> Redemption Slash % = `((Remaining locked blocks + 5,256,000) / 26,280,000)^2`
>
> The vBNC that users can get by unlocking in advance = `Locked vBNC * (1 - Redemption Slash %)`

| Unlock Time left | Unlock Block left | Redeem Immediately Slash |
| ---------------- | ----------------- | ------------------------ |
| 3 Months         | 1,314,000         | 6.25%                    |
| 6 Months         | 2,628,000         | 9.00%                    |
| 1 Year           | 5,256,000         | 16.00%                   |
| 2 Year           | 10,512,000        | 36.00%                   |
| 3 Year           | 15,768,000        | 64.00%                   |
| 4 Year           | 21,024,000        | 100.00%                  |


---

# 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://docs.bifrost.io/tokenomics-2.0/core-bbbnc/how-to-get-or-redeem.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.
