# Bribe Vault (B-Vault)

Under Berachain's Proof of Liquidity (PoL) mechanism, liquidity providers (LPs) are incentivized through emissions rewards. Zoo Finance's structured protocol leverages this PoL mechanism to create the Bribe Vault further enhancing the liquidity and capital efficiency within the Berachain ecosystem.

Bribe Vault (B-Vault) is a Pendle-like protocol. Users deposit assets and receive Principal Tokens (PT) and Yield Tokens (YT). Holding PT signifies ownership of the principal, while YT represents all real-time yields from the underlying assets. Unlike Pendle, It is perpetual, allowing users to hold PT or YT indefinitely without dealing with expiration.

The B-Vaults will be divided into epochs based on a fixed time cycle, with each subsequent epoch being generated only after the previous one ends. PT remains unchanged across different epochs. However, each epoch will have a uniquely numbered YT corresponding to that period.

Initially, we will set up B-Vaults for incentive assets on Berachain. Let's use USDC as an incentive asset example to explain the working mechanism of the B-Vault.

<figure><img src="/files/28T8LnFbtyDsmbktagf3" alt="" width="563"><figcaption></figcaption></figure>

When users deposit USDC into the B-Vault, they receive pUSDC at a 1:1 ratio. pUSDC is a rebasable token that provides interest earnings in USDC. At the same time, yUSDC is also generated at a 1:1 ratio and temporarily held in the contract. Users need to pay USDC to purchase a certain amount of yUSDC. The USDC used to purchase yUSDC serves as the interest source for pUSDC and is distributed to pUSDC holders. Additionally, the B-Vault earns rewards from Berachain's PoL mechanism, which are then distributed to yUSDC buyers.

<figure><img src="/files/9YXLbVmDxtaoCJ9kqCKm" alt=""><figcaption></figcaption></figure>


---

# 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://doc.zoofi.io/berachain-eco/bribe-vault-b-vault.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.
