# Overview

Blueberry Lend is a decentralized lending platform focused on capital efficiency allowing protocols and individuals to borrow mroe than 100% LTV to use in leveraged strategies. Capital efficiency for borrowers should lead to leading market rates for lenders.&#x20;

Whitelisted Strategies that go through the listing process are enabled to borrow with pre-set LTVs from the lending markets.

The Blueberry Money Market is a fork of Compound Protocol V2 with a list of changes made to it which can be viewed [Change Log](/lending-protocol/change-log.md).

Blueberry Money Market "Lend" harnesses smart contract automation to offer protocol-to-protocol lending via whitelisting with undercollateralized and uncollateralized lending. Partners include Blueberry V1. While it targets protocol to use, non-protocol users can also supply and borrow from Blueberry Money Market.

For more information, visit [Blueberry.garden](https://www.blueberrybank.garden/)

### Protocol Contract

| Contract            | Upgradability | Address |
| ------------------- | ------------- | ------- |
| Unitroller          | Yes           |         |
| Admin Multisig      | No            |         |
| Lens                | No            |         |
| BTokenAdmin         | No            |         |
| Timelock            | No            |         |
| CreditLimitTimelock | No            |         |
| ReserveManager      | No            |         |
| Guardian            | No            |         |


---

# 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/lending-protocol/overview.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.
