# Monitoring Lending Position

Once you initiate a lending position on Arkis, you can easily monitor the status of your investments through the Your Supplies tab on the Arkis Portal. This section provides real-time information on your supplied balance and interest earned from the liquidity pool.

### **Your Supplies Tab**

In the Your Supplies tab, you will see a summary of each lending position you have initiated. Key information displayed includes:

* **Supplied Balance:** The total amount of your asset that you have deposited into the pool.
* **Interest Earned:** The cumulative yield generated by your supplied balance, reflecting both trading interest and any additional token rewards.

<figure><img src="/files/AMm52zoQd3CZaZtMaqd1" alt=""><figcaption><p>You can see information about your lending positions in Your Supplies</p></figcaption></figure>

### **Withdrawing Your Funds**

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

When you decide to withdraw funds, clicking on the **Withdraw** button will reveal several key metrics:

* **Withdrawable:** This is the total amount of invested liquidity available for you to withdraw from the pool. It represents the free liquidity that has not been locked in active borrowing positions, and it determines how much you can immediately withdraw to your wallet.
* **Total Position:** The invested amount, which includes your original supplied balance engaged in lending operations. This figure helps you see the overall size of your position within the pool.
* **Interest Claimable:** The amount of interest that you can currently claim. This is a function of the pool’s free liquidity, meaning that even if you have accrued significant interest, you can only withdraw as much as is available in the pool at that moment.
* **Interest Accrued:** The total amount of interest that has accumulated on your supplied assets. This is a running total reflecting the entire yield generated by your position since initiation.

### **Understanding Interest Metrics**

It's important to differentiate between Interest Claimable and Interest Accrued:

* Interest Accrued represents the total interest your position has generated over time. It’s the gross figure of what you have earned in theory.
* Interest Claimable is the actual amount available for withdrawal. This amount may be lower than the accrued interest if the pool’s free liquidity is limited at that time.

By keeping an eye on these metrics, you can monitor the performance of your lending position, plan timely withdrawals, and ensure you’re maximizing the returns on your supplied assets.


---

# 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.arkis.xyz/home/for-lenders/monitoring-lending-position.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.
