# Repaying assets

ElaraLend allows users to repay borrowed assets to manage their debt and free up collateral. Repayments can be made at any time, whether you’ve borrowed from the **Main Pool** or **Satellite Pools**. This guide explains how to repay borrowed assets.

## **Main pool operations:**

In the **Main Pool**, users can repay borrowed assets to reduce their debt and increase their available borrow limit. Follow these steps to repay:

1. **Access the market page**: Log into ElaraLend and navigate to the **Portfolio Page**.
2. **Select the borrowed asset**:  Select the asset you wish to repay and click on Repay(e.g., ETH, WBTC, USDC).
3. **Enter the Repayment Amount**: Input the amount you want to repay. You can choose to:

**Repay the full amount**: To fully close out the loan and free up all your collateral.

**Make a partial repayment**: To reduce the amount borrowed and increase your available borrow limit without closing the loan.

4. **Review the Transaction**:  Confirm the repayment amount, ensuring that your transaction covers both the principal and the accrued interest.
5. **Confirm the Repayment**: Approve the transaction in your connected wallet. Once completed, the repaid assets will be deducted from your outstanding debt, and your available borrow limit will increase accordingly.

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

## **Satellite Pool Operations:**&#x20;

In the **Satellite Pools**, users can repay borrowed **WETH** to reduce their debt and free up the corresponding **LST/LRT collateral**. Follow these steps to repay:

1. **Access the portfolio page**: Log into ElaraLend and navigate to the **Portfolio Page**.
2. **Select the borrowed asset**: In the **Satellite Pools** section, select the **WETH** asset you borrowed and click on **Repay**.
3. **Enter the repayment amount**: Input the amount of **WETH** you wish to repay. You can choose to:

**Repay the full amount**: To fully repay your borrowed WETH and release all your LST/LRT collateral.

**Make a partial repayment**: To reduce your outstanding WETH debt and increase your borrow limit while keeping part of your collateral enabled.

4. **Review the transaction**: Confirm the repayment amount, ensuring that your transaction covers both the principal and any accrued interest on the borrowed WETH.
5. **Confirm the repayment**: Approve the transaction in your connected wallet. Once the transaction is completed, the repaid WETH will be deducted from your debt, and your available borrow limit will adjust accordingly.

<figure><img src="/files/n3mNuU7Qf5zzvBb0uAP8" alt="" width="375"><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://learn.elara.finance/elara-v1-zircuit-mainnet/user-guide/repaying-assets.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.
