# Lending

### **Description**

This strategy deposits assets into lending pools (Lending protocols, Impermax pools, Bridge LP) and harvests external token rewards.

### Example

USDC strategy would automatically execute the following actions on the user’s behalf once they deposit USDC:

1. USDC is automatically added to an LP position in a liquidity pool.&#x20;
2. USDC generates yield based on the utilization of the pool's funds.&#x20;
3. Users receive the initial collateral + profits from the harvested yield when they exit their position.&#x20;

<figure><img src="https://lh6.googleusercontent.com/JssR2qBZ0pYCqs963KzhZ-hiGE4QW8VpUYd4AogPN0Hsr0vBrI0dyaTkwFCAwNIlGB4_wNcjhcAGXqBPSy8886mxOybgwS_sUWFDmqvsmywKG2IM1G9wRIfUd83H_EzHRC-gYFIyvoUEKslYsnxuHiIvm6GuXWgm16W4sMh0yACK49KuPLqDSKpNiK2F8g" alt=""><figcaption></figcaption></figure>


---

# 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://sector-finance.gitbook.io/sector-finance/products/strategies/lending.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.
