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

# How to Borrow

To leverage borrowing, an asset must be pledged as collateral. This function allows you to borrow any of the assets available in the protocol.

After securing collateral, navigate to the Markets section to assess borrowing availability and yields.

Select the specific asset you intend to borrow. Access the Reserve Status & Configuration screen and click on the borrow option.

<figure><img src="/files/4jpTsAGBc17Xy5y1l9B9" alt=""><figcaption></figcaption></figure>

In the provided illustration, 27.43 ETH is available for borrowing (calculated from the deposited collateral) against the supported assets.

Specify the desired borrowing amount based on your available collateral balance, and proceed to confirm the transaction. It's important to note that the extent of your borrowing has a proportional impact on your overall Health Factor \[details elaborated below].

<figure><img src="/files/3CFaYQHANnRQqKAa7ZpK" alt=""><figcaption></figcaption></figure>

Whenever you borrow, it’s important to understand the risks associated with your collateral and market volatility. On our Dashboard, you will find information about your positions and Health Factor status.

Additionally, be aware that borrowing incurs interest (APY) on the borrowed asset.


---

# 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.primefi.xyz/product/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.
