# Borrow Optimization

**Process:**

1. **Create Position**:
   * Deposit **X $MOVE** into a lending market.
   * Borrow **Y $MOVE** against the deposited collateral.
2. **Provide Liquidity**: Deposit **Y $MOVE** into an AMM to provide liquidity.
3. **Harvest Rewards**: Periodically claim rewards from the AMM and lending markets.
4. **Recycle Rewards**: Swap harvested rewards for $MOVE. Reinvest the $MOVE by repeating steps 1–3 to compound yield.

This strategy leverages $MOVE for both borrowing and liquidity provision while automating reward recycling to optimize yield growth.


---

# 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.canopyhub.xyz/canopys-four-layers/strategy-layer/borrow-optimization.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.
