# Repay a Loan

After borrowing funds from a lending pool in Project Galapago,there is no loan due date on the loans. You can repay any amount to keep your loan Health Factor above 1 to avoid getting liquidated by auction. Here's how you can repay a loan in Project Galapago:

[1.1. Connect wallet](/connect-wallet.md)

[1.2. Check your loan details](#1.2.-check-your-loan-details)

[1.3. Repay your loan](#1.3.-repay-your-loan)

[1.4. Verify your loan status](#1.4.-verify-your-loan-status)

### 1.2. Check your loan details

Before making a repayment, it's important to review your loan details to ensure that you are aware of the amount that you owe, the interest rate, and the repayment deadline. You can find all of this information in the "Dashboard" section.

### 1.3. Repay your loan

Once you have reviewed the loan information, you can proceed to repay your loan. To do this, follow these steps:

1. Navigate to the "Repay" page.
2. Click the “Repay” on the NFT to be repaid to start repayment
3. Enter the total repayment amount.
4. Confirm the repayment transaction.

Below are the descriptions for the repay operations:

* Repay a part of your loan: Increase health factor to reduce liquidation risk
* Full repayment: You will redeem your NFT.
* Your debt: Current outstanding loan
* Remaining debt: If you choose to repay a part of the loan, the debt balance after repayment
* Collateral ratio: Current NFT's collateral ratio
* Liquidation price: The current liquidation price of NFT
* The new health factor: If you choose partial repayment, the health value will be adjusted according to the repayment amount.

Once the repayment transaction is confirmed, the funds will be automatically transferred from your wallet to the lending pool's wallet, and your loan will be marked as repaid.

### 1.4. Verify your loan status

After repaying your loan, it's important to verify that your health factor has been updated . You should also check your wallet balance to ensure that the repayment transaction was processed successfully.

That's it! By following these simple steps, you can repay your loan in Project Galapago and avoid any potential liquidation of your NFTs.


---

# 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.galapago.app/how-to/repay-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.
