> 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-v2/borrow-page/borrow/how-to-borrow.md).

# How To Borrow

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

Here we will be borrowng USDT against our MNT that we deposited before in [How To Deposit](/user-guide-for-ui-v2/borrow-page/deposit/how-to-deposit.md)

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

* **Initiate the Borrow:** Click the "Borrow" button under "Your Info" to open the borrow popup for the asset.

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

* **Review Borrow Screen Details**:
  * Amount input: Enter the amount , with options for Half or Max.&#x20;
  * Transaction Overview: Health factor, Liquidation, Collateral usage, Gas fee. The overview updates live as you enter the amount. Ensure your post-borrow health factor stays well above 1.

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

* **Confirm the Borrow Transaction:** Click "Borrow" and confirm in your wallet.  If there's a "Continue" step first, review the summary before final confirmation.
* **Verify the Borrow:** After a few seconds, the popup closes, and the market page updates with your new borrowed balance.

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

You can also use "Quick Borrow" in the Market tab for a more effcient way to borrow asets.

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


---

# 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-v2/borrow-page/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.
