# LendLease

**LendLease** is a lending strategy that connects to multiple decentralized lending platforms (e.g., Aave, Compound, Mars, Umee). Its core function is to **optimize yield** by intelligently allocating capital across integrated lending markets.

The aggregator continuously monitors lending rates across platforms and **periodically rebalances** supplied assets to ensure they are deposited in the market offering the **highest yield** at any given time.

**Key Features:**

* 🔄 **Automated Rebalancing**: Periodically shifts funds to the highest-yielding market.
* 🧠 **Rate Intelligence**: Aggregates and compares APYs in real-time.
* 📦 **Asset Support**: Works with a variety of tokens (e.g., USDC, ATOM, ETH).
* ⚙️ **Composable**: Can be used as a yield source by other DeFi apps or strategies.

#### Overview

Lendlease accepts deposits and performs frequent rebalancing between market analysing the impact of moving funds between markets.\
\
Users are able to deposit **instantly** however **redemptions** are only processed every 24 hours. This ensures that all deposits earn positive balance and cannot be attacked via continuous deposit and withdrawals.\
\
Earnt interest is repaid also every 24hrs ensuring that users always receive the interest earnt over the duration of their deposit.

#### Key Configuration Parameters

1. Rebalancing Frequency:
   1. Purpose: Determines how often the strategy adjusts its asset allocations across different markets.
   2. Impact: Frequent rebalancing can help maintain optimal asset distribution and respond to market changes, but may incur higher transaction costs.
2. Repayment Window:
   1. Purpose: Specifies the time frame within which borrowed assets must be repaid.
   2. Impact: A shorter repayment window can reduce risk exposure but may limit flexibility in managing positions.
3. Interest Rate Threshold:
   1. Purpose: Sets a minimum acceptable interest rate for lending assets.
   2. Impact: Ensures that assets are only lent out when the returns meet or exceed the specified threshold, optimizing profitability.
4. Diversification Limits:
   1. Purpose: Defines the maximum exposure to any single market or asset.
   2. Impact: Helps mitigate risk by preventing over-concentration in a particular market or asset.
5. Liquidity Buffer:
   1. Purpose: Maintains a reserve of liquid assets to meet unexpected withdrawals or market opportunities.
   2. Impact: Provides flexibility and security, ensuring the strategy can respond to sudden changes without disrupting operations.

These parameters are crucial for tailoring the lendlease strategy to specific risk appetites and market conditions, balancing the need for returns with risk management and operational efficiency.

| Strategy Name | Info                            |
| ------------- | ------------------------------- |
| USDC Noble    | <https://info.margined.io/usdc> |


---

# 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.margined.io/strategies/lendlease.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.
