# How to Pay Back a Loan

### How do I pay back my loan?

* In the **My Loans** section, select **Pay Back Loan.**<br>

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

* Your loan's current details including LTV and accumulated fees will be displayed.<br>

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

* Enter in the amount of ETH you wish to pay back. As a reminder, the ETH you provide will be applied to accumulated fees before being applied to the principal balance.\ <br>

  <figure><img src="/files/5cEzWApuINXDeBClzJDz" alt=""><figcaption></figcaption></figure>

* Your loan's updated LTV and estimated weekly fees will be displayed based on the amount of ETH being paid back. After verifying these details, select **Pay Back Loan**,  approve the transaction and your loan will be paid back with the ETH you provide.\ <br>

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


---

# 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.hyperbolicprotocol.com/paying-back/how-to-pay-back-a-loan.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.
