> For the complete documentation index, see [llms.txt](https://docs.orchai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orchai.io/orchai-money-market/solana-market/portfolio.md).

# Portfolio

The Portfolio page provides an overview of your positions across all markets in the protocol. It serves as your main dashboard to track supplied assets, borrowed assets, and overall risk in real time.

## Overview Section

At the top of the page, you’ll see a summary of your key account metrics:

| **Metric**         | **Description**                                                                        |
| ------------------ | -------------------------------------------------------------------------------------- |
| **Net Value**      | The total value of your supplied assets minus any borrowed amount.                     |
| **Total Supplied** | The combined USD value of all assets you’ve supplied to the market.                    |
| **Total Borrowed** | The total USD value of all assets you’ve borrowed.                                     |
| **Avg LTV**        | The average loan-to-value ratio across all your positions.                             |
| **Loan At-Risk**   | The number of loans that have exceeded their LTV limit and are at risk of liquidation. |

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

## Portfolio Table

Below the overview, your current market positions are displayed in two categories:

| **Section**  | **Description**                                                                                    |
| ------------ | -------------------------------------------------------------------------------------------------- |
| **Supplied** | Lists all tokens you’ve supplied, along with their current value and supply APY (interest earned). |
| **Borrowed** | Lists all tokens you’ve borrowed, along with their value and borrow rate (interest owed).          |

You can **manage**, **repay**, or **withdraw** assets directly from this table.

## Position Status Bar

A horizontal status bar displays your **overall LTV** and **health factor.**

* The green zone represents safe levels.
* The orange line indicates your current borrowing power

This provides a clear visual indicator of how much room you have before reaching risk limits.

## **How to use Portfolio**

1. **Supply an asset** on the Market page to start earning interest and enable collateral.
2. **Borrow another asset** against your supplied collateral.
3. **Monitor your health factor** and adjust as needed — repay, add collateral, or withdraw.

The Portfolio page updates in real time, helping you stay in control of your assets.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.orchai.io/orchai-money-market/solana-market/portfolio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
