# Investor Portfolio

The **Investor Portfolio** provides a consolidated overview of an investor’s performance and activity across all lending pools on the Qiro Marketplace. It includes high-level KPIs, detailed allocations, portfolio insights, and a complete transaction history.

***

### **1. Key Portfolio Metrics (KPIs)**

These indicators give investors a quick snapshot of their overall portfolio health.

| **Metric**                   | **Description**                                                                        |
| ---------------------------- | -------------------------------------------------------------------------------------- |
| **Total Portfolio Value**    | The current value of all active investments across pools.                              |
| **Available for Withdrawal** | The amount of repaid funds that can be withdrawn immediately.                          |
| **Average APY**              | The weighted average yield across all active tranches.                                 |
| **Expected Returns**         | The projected returns from active investments based on tranche APY and remaining term. |

***

### **2. Allocations**

Shows all positions held by the investor across different lending pools.

| **Field**           | **Description**                                                    |
| ------------------- | ------------------------------------------------------------------ |
| **Pool Name**       | The lending pool the investor is invested in.                      |
| **Tranche**         | The selected tranche (e.g., Senior or Junior).                     |
| **Interest Rate**   | Fixed APY associated with the tranche.                             |
| **Invested Amount** | Total capital invested in that tranche.                            |
| **Status**          | Current state of the investment (Active, Redeemed, Matured, etc.). |
| **Network**         | The blockchain network where the investment is recorded.           |

This section helps investors understand where their capital is allocated and its performance.

***

### **3. Charts & Insights**

Interactive visuals provide a deeper understanding of portfolio performance.

* **Portfolio Value Over Time**\
  Track historical performance using daily, weekly, and yearly filters.
* **Portfolio Distribution**\
  Visual breakdown of allocations across pools and tranches.

These charts help investors evaluate diversification and returns.

***

### **4. Transactions**

A complete record of all investment-related activities.

#### **Features**

* **Search by Pool Name** — Quickly filter transactions.
* **Pagination Controls** — Rows per page and next/previous navigation.
* **Transaction Table** — Detailed list of deposits, redemptions, payouts, and other transfers with timestamps.

This ensures full transparency across all fund movements.


---

# 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.qiro.fi/qiro-marketplace-product-guide/for-investors/investor-portfolio.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.
