# Borrow and Repay on Unleash

Before you can borrow, you'll need to supply an asset to be used as collateral. For more details, check out the [Borrowing](/unleashmarket/borrowing.md) section.

## Borrowing Assets

From the Dashboard, navigate to the Borrow section and select the asset you wish to borrow. Click on “Borrow.”

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

Enter the amount you want to borrow. Choose between a stable or variable interest rate. You can change the borrow rate later if needed.

<figure><img src="/files/1ZGdhTEzoe7VS2PyZOII" alt=""><figcaption></figcaption></figure>

Confirm the transaction in your wallet.

<div><figure><img src="/files/scheAKd635fUimHvCRcM" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/eVJx33IvPGHN4lpVpteE" alt="" width="497"><figcaption></figcaption></figure></div>

Once confirmed, the borrow is successful, and interest will start accruing on the borrowed amount.

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

## 2. Health Factor and Risk Details

Be sure to monitor your Health Factor and associated risks when borrowing. You can find more information on this [here](/unleasher-guide/health-factor-and-liquidation-on-unleash.md).

## 3. Repay

To repay your loans, go to the the Dashboard and select the asset you want to repay.

Click on “Repay” next to the asset you want to repay.

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

Enter the amount you want to repay.

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

Review your repayment details and confirm the transaction.

<div><figure><img src="/files/j0pVauFZ6TxUDXJ0O35z" alt="" width="361"><figcaption></figcaption></figure> <figure><img src="/files/3zwG3neucnoFXRX4zA5Q" alt=""><figcaption></figcaption></figure></div>

Once the transaction is confirmed, your Dashboard will automatically update with the new stats.

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

{% hint style="info" %}
*Please note that both borrowing and withdrawing assets will affect your Health Factor, as it’s relative to your overall debt status.*
{% endhint %}


---

# 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.unleashprotocol.xyz/unleasher-guide/borrow-and-repay-on-unleash.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.
