> For the complete documentation index, see [llms.txt](https://docs.lendle.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lendle.xyz/user-guide-for-ui-v1/markets/borrow/how-to-borrow.md).

# How-To-Borrow

{% embed url="<https://drive.google.com/file/d/1mlOeteL6Oi9HM0FBakaKnwsivIlGcvMH/view?usp=sharing>" %}

In this Tutorial we will be borrowing USDC against our MNT that we deposited in [How-To-Deposit](/user-guide-for-ui-v1/markets/deposit/how-to-deposit.md)

We've opened the USDC market from the [Markets](/user-guide-for-ui-v1/markets.md)screen.

<figure><img src="/files/iAEaOFE0OLIRTT6TksE7" alt=""><figcaption></figcaption></figure>

By clicking on the Borrow button we will be going to the Borrow screen for the USDC market.

For this example, let's go with 10 USDC and press Continue to go to the next screen:

<figure><img src="/files/8QeBFYJoK7tB3BYi2GQh" alt=""><figcaption></figcaption></figure>

Take note of the updated [Health Factor](/key-protocol-insights/health-factor.md). Press Borrow to start, sign the transaction in your wallet and it should look something like this in the end:

<figure><img src="/files/D63ZWAS5uRW8IREUK3SF" alt="" width="563"><figcaption></figcaption></figure>

Success, you've now borrowed assets from the Lendle Market.

<figure><img src="/files/5Ry666vPew7Hkz08X1fz" alt="" width="563"><figcaption></figcaption></figure>

On Dashboard window you can see the amount of USDC I borrowed, how much borrowing power I used and my current [Health Factor](/key-protocol-insights/health-factor.md).<br>

At the moment, over 99% of the supplied USDC is being borrowed, which means that the interest we have to pay to borrow is very high. Why this is can be read in detail: [Interest Rate Model](/key-protocol-insights/interest-rate-model.md).<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.lendle.xyz/user-guide-for-ui-v1/markets/borrow/how-to-borrow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
