# Active Loans

#### **Debt Tab Overview**

The **Active Loans Tab** allows users to manage and control their active debts with ease. The tab displays debts in a structured table or grid format, showing key details about each loan.

**Grace Period**

Each loan have a grace period that equal 1 hour per day borrowed, with a maximum of 8 hours. During grace period, interest are doubled. Grace period should only be used in emergency cases to avoid getting liquidated.

***

**Key Features**

1. **Select All / Deselect All**
   * Buttons at the top allow users to select or deselect all loans in the table at once.
2. **Active loans Table**\
   The Active loans table consists of the following columns:
   * **Collateral**: Type of collateral used for the loan (e.g., tokens or NFTs).
   * **Type**: The type of loan or agreement.
   * **Loan Amount**: The amount borrowed.
   * **Collateral Value**: The current value of the collateral.
   * **Est. PnL**: Estimated profit or loss based on the collateral and loan status.
   * **Interest**: The accrued interest on the loan.
   * **Fund Date**: The date the loan was issued.
   * **Action**: The available actions for each loan.

***

**Actions**

Each loan entry has a checkbox that allows users to select specific loans for applying actions. The **Action** icon is located to the left of the checkbox. Available actions include:

**Token Actions**

For loans with tokens as collateral, the available actions are:

1. [**Market Sell**](/account/dashboard/active-loans/market-sell.md)\
   Quickly sell the collateral token at the current market price to pay off the loan.
2. [**Extend**](/account/dashboard/active-loans/extend.md)\
   Extend the loan duration to delay repayment and avoid liquidation.
3. [**Repay**](/account/dashboard/active-loans/repay.md)\
   Repay the loan and retrieve the collateral used for the loan.
4. [**Add to Calendar**<br>](/account/dashboard/active-loans/add-to-calendar.md)Set a reminder for the loan repayment due date to ensure timely repayment.

**NFT Actions**

For loans where NFTs are used as collateral, the actions differ slightly:

1. **List NFT for Sale**\
   List the collateralized NFT for sale on the RainFi platform's marketplace.
2. **Market Sell NFT**\
   Similar to tokens, sell the collateralized NFT at the current market price to pay off the loan.
3. [**Extend**](/account/dashboard/active-loans/extend.md)\
   Extend the loan duration to delay repayment and avoid liquidation.
4. [**Repay**](/account/dashboard/active-loans/repay.md)\
   Repay the loan and reclaim the NFT used as collateral.
5. [**Add to Calendar**<br>](/account/dashboard/active-loans/add-to-calendar.md)Set a reminder for the loan repayment due date to avoid missing the deadline.

***

This layout ensures that users have full visibility and control over their loans while providing easy access to key actions.

Token Actions

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

**NFT Actions**

<figure><img src="/files/U0SWTTePUMv5afXbZ0Oq" 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.rain.fi/account/dashboard/active-loans.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.
