# 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/oMHmAZndiqLi9TNjDMOB" 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/dteBcpY20xUWtRLMhf8b" 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: 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.primefi.xyz/borrow/how-to-borrow.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.
