> For the complete documentation index, see [llms.txt](https://docs.vendor.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vendor.finance/overview/vendor-finance-v2/strategies.md).

# Strategies

"Strategies" is a comprehensive term employed to encompass sophisticated methodologies for lending and borrowing. These methodologies provide avenues to optimize your capital efficiency.

## 1) USDC.e Lending Strategy&#x20;

This strategy enables lenders to optimize their capital efficiency by effectively utilizing their idle lend funds. Conventionally, when a lender seeds capital into their pool, they must await its utilization before accruing interest. In contrast, employing this strategy involves directing any USDC.e utilized as the lending asset through the pool, ultimately channeling it into the AAVE USDC.e lending market. This grants lenders the opportunity to earn an AAVE rate while awaiting the borrowers to borrower their funds on their own terms. Subsequently, when a borrower opts to borrow, the lend funds are withdrawn from AAVE and sent to the borrower.

Implementing this strategy is straightforward and happens on the pool deployment process. If the lend asset you wish to use is USDC.e, you will see the AAVE strategy as an option. Once selected, no additional overhead is required. The smart contracts will handle the rest.&#x20;

<figure><img src="/files/wS4cJGQemaaPKxIhJ4O5" alt=""><figcaption><p>AAVE USDC.e Strategy</p></figcaption></figure>

| Strategy                | Applicable Pool Type | Network  |
| ----------------------- | -------------------- | -------- |
| USDC.e Lending Strategy | Lender First Pool    | Arbitrum |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.vendor.finance/overview/vendor-finance-v2/strategies.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.
