# Refinancing an Existing Loan

Lenders can propose to refinance active loans to offer better terms:

**Identify Loans:** Find existing loans that you can offer better terms for in the “Listings” tab under the “Active Loans” section.

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

**Loan Takeover:** Pay off the accrued interest and principal to the original lender to take over the loan. If the loan had guaranteed interest, the new lender will have to cover the guaranteed interest amount when refinancing. To take over a loan, the newly proposed terms need to be better than the current ones.

<figure><img src="/files/1LkQnCO4O7BNrVoCp9gJ" 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.jpegd.io/jpegd-dao/peer-2-peer-lending/for-lenders/refinancing-an-existing-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.
