Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/berps/content/learn/tokens/bgt.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Berachain Governance Token (`$BGT`) is a soulbound <a target="_blank" :href="con

## How Does Berps Use $BGT

Berps is a native Berachain dApp that is an elligible reward vault for validators to distribute `$BGT` emissions to.
Berps is a native Berachain dApp that is an eligible reward vault for validators to distribute `$BGT` emissions to.

## How Do I Get $BGT?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Users can contribute `$HONEY` to the Berps Vault by going to <a target="_blank"

Any user can deposit any amount of `$HONEY` to the vault.

When `$HONEY` is depositted, `$bHONEY` is minted and given to the user in the place of the `$HONEY` depositted.
When `$HONEY` is deposited, `$bHONEY` is minted and given to the user in the place of the `$HONEY` deposited.

Learn more here about [`$bHONEY`](/learn/tokens/bhoney).

## Withdrawing $HONEY

![Berps Vault Withdrawing $HONEY](/assets/berps-vault-withdraw.png)

Once `$HONEY` is depositted, a user cannot withdraw their `$HONEY` until 1-3 epochs have past.
Once `$HONEY` is deposited, a user cannot withdraw their `$HONEY` until 1-3 epochs have passed.

When the epoch threshold has been met, a user can request a withdrawal which will burn the equivalent in `$bHONEY` for the `$HONEY` deposited and any gains.

Expand All @@ -34,4 +34,4 @@ When the epoch threshold has been met, a user can request a withdrawal which wil

## Staking $bHONEY

When a user has `$bHONEY`, they can stake their `$bHONEY` into a Rewards Vault to be elligible to earn `$BGT` from emissions directed to the Berps `$bHoney` Vault.
When a user has `$bHONEY`, they can stake their `$bHONEY` into a Rewards Vault to be eligible to earn `$BGT` from emissions directed to the Berps `$bHoney` Vault.
8 changes: 4 additions & 4 deletions apps/berps/content/learn/vault/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Berps Vault

The Berps Vault, or `$bHONEY` Vault, is a [Tokenized Vault](https://eips.ethereum.org/EIPS/eip-4626) allows users to deposit `$HONEY`, which is then borrowed by traders to create trades.
The Berps Vault, or `$bHONEY` Vault, is a [Tokenized Vault](https://eips.ethereum.org/EIPS/eip-4626) that allows users to deposit `$HONEY`, which is then borrowed by traders to create trades.

![Berps Vault](/assets/berps-vault.png)

Expand All @@ -14,14 +14,14 @@ The Berps Vault, or `$bHONEY` Vault, is a [Tokenized Vault](https://eips.ethereu

Users who deposit can expect to be rewarded in `$HONEY` from any of the fees generated by trades, and/or `$BGT`.

When a user depositors `$HONEY`, they are automatically given a corresponding amount of `$bHONEY` to represent ownership of `$HONEY` in the Berps Vault.
When a user deposits `$HONEY`, they are automatically given a corresponding amount of `$bHONEY` to represent ownership of `$HONEY` in the Berps Vault.

As long as a user has `$bHONEY`, any trading fees will be distributed to to depositors at the time that they withdraw their `$HONEY`, which burns their equivalent in `$bHONEY` previously received.
As long as a user has `$bHONEY`, any trading fees will be distributed to depositors at the time that they withdraw their `$HONEY`, which burns their equivalent in `$bHONEY` previously received.

If a depositor would like to qualify for `$BGT` rewards, they would need to stake their `$bHONEY` into another contract which would qualify them to receive `$BGT` whenever emissions is directed to the Berps Vault.

Learn more here about [Depositing & Withdrawing `$HONEY`](/learn/vault/depositing-withdrawing-honey).

## Berps Vault & PoL

The Berps Vault is also an elligible reward vault for Validators to distribute `$BGT` emissions to and is one of a few native Berachain dApps elligible at the start to receive `$BGT` emissions.
The Berps Vault is also an eligible reward vault for Validators to distribute `$BGT` emissions to and is one of a few native Berachain dApps eligible at the start to receive `$BGT` emissions.
6 changes: 3 additions & 3 deletions apps/berps/content/learn/vault/rewards.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

# Berps Vault Rewards

A depositer can expect to earn rewards in the form of additional fees accumulated for depositing their `$HONEY` and `$BGT` from staking `$bHONEY`.
A depositor can expect to earn rewards in the form of additional fees accumulated for depositing their `$HONEY` and `$BGT` from staking `$bHONEY`.

## How Much $HONEY Can I Earn?

The `$HONEY` amount earned is proportional to the contribution from the depositer of the total profits earned from the Berps Vault.
The `$HONEY` amount earned is proportional to the contribution from the depositor of the total profits earned from the Berps Vault.

## How Do I Earn $BGT?

$BGT is earned through staking `$bHONEY` into a vault, and is distributed over time.

If a validator is directing emissions to the Berps Vault, every `$bHONEY` staker is elligible to receive a portion of that `$BGT`.
If a validator is directing emissions to the Berps Vault, every `$bHONEY` staker is eligible to receive a portion of that `$BGT`.

## How Do I Claim $BGT

Expand Down