# Front End

Front end by Composable Corp: app.blueberry.garden

\
There are 3 main sections within the Blueberry dApp:

1. [Lockdrop](/tokenomics/lockdrop.md)
2. [Lend](/lending-protocol/overview.md)
3. [Rewards](/tokenomics/usdbdblb.md)
4. [Earn](/earn/leveraged-strategies.md)

### 1. Lockdrop

The Lockdrop section provides information and functionality related to the initial 60-day liquidity bootstrapping event. During this period, users can deposit assets and receive boosted $bdBLB (Bonded Blueberry) reward emissions in exchange for providing liquidity. A 1% withdrawal fee is applied to any assets withdrawn during the Lockdrop.

### 2. Lend

The Lend page allows users with idle assets to earn interest by lending them to borrowers taking out leveraged positions. When a user enters a leveraged yield position, their collateral is also deposited to the Lend page so that it can earn interest while serving as collateral for the position.

### 3. Rewards

The Rewards section displays the $bdBLB rewards a user has earned and information about the vesting schedule. $bdBLB is the protocol's vested rewards token that unlocks on a yearly linear schedule to be redeemable 1:1 for the $BLB governance token. Users can view their claimable $bdBLB balance as well as details on early unlocking penalties if they choose to redeem before the full vest.

### 4. Earn

The Earn page displays all available strategies and the respective details for those strategies, as well as the expected yields with various leverage levels. Users can view the expected APRs for each strategy at different leverage levels. This section provides the functionality to open, adjust, and close leveraged yield farming positions.


---

# 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://v1.docs.blueberry.garden/blueberry-overview/front-end.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.
