# How to Take Out a Loan

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

**1.- Deposit Collateral**\
Select the asset, approve, and sign.

**2.- Check Your Borrowing Capacity**\
In *Markets* you’ll see the maximum LTV and available liquidity.

<figure><img src="/files/GOsT0vnRRyRk1vspt1aJ" alt="" width="336"><figcaption></figcaption></figure>

**3.- Set the Amount**\
Adjust the slider while keeping your Health Factor above 1.

**4.- Confirm and Monitor**\
The dashboard displays accrued interest, HF, and liquidation alerts.

<figure><img src="/files/u14DexNUbcizozuJZNbz" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
**Remember:** Maximum LTV is dynamic and depends on the asset’s volatility.
{% endhint %}

{% hint style="success" %}
Example: If USDC has an 80 % LTV, every 100 USDC of collateral lets you borrow up to 80 USDC.
{% endhint %}

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-1.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.
