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

# Portfolio

Your Realio **Portfolio** is the command center for your on-chain wealth. It provides a unified, cross-chain view of your equity holdings, performance metrics, and distribution history.

## Holistic Wealth Tracking

Forget switching between networks or spreadsheets. Realio aggregates everything into a single dashboard:

* **Total Net Worth**: A real-time USD valuation of your entire portfolio across all supported blockchains.
* **PnL Analytics**: Track your **All-Time** and **24h** profit and loss, both in USD and percentage.
* **Asset Allocation**: A visual breakdown of your exposure by **Chain**, **Issuer**, and **Sector** (e.g., Technology vs. Finance).

## Precision Holdings Management

Gain granular insights into every position you hold:

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>📈</td><td><strong>Average Cost</strong></td><td>Automatically calculated based on your transaction history to help you understand your entry points.</td></tr><tr><td>⚖️</td><td><strong>Current Value</strong></td><td>Dynamic valuation based on live market price feeds multiplied by your token balance.</td></tr><tr><td>💰</td><td><strong>Unrealized Gain</strong></td><td>Real-time tracking of how much your position has grown (or decreased) since acquisition.</td></tr></tbody></table>

## Advanced Analytics Features

### Multi-Chain Asset Scanning

Realio uses advanced indexing to scan your wallet address across **Ethereum**, **Robinhood Chain**, and **BNB Chain**. If you hold an equity token anywhere, it shows up here.

### Performance Visualizer

Toggle between different timeframes (1D, 7D, 1M, 1Y, ALL) to see how your portfolio has performed against broader market benchmarks.

{% columns %}
{% column width="60%" %}

### Dividend History

Integrated directly into the portfolio is your **Distribution Timeline**. View past dividend payouts and track your "Yield on Cost" for each asset.
{% endcolumn %}

{% column width="40%" %}
{% hint style="info" icon="lightbulb" %}
**Pro Tip** Use the **Portfolio Rebalancer** to compare your current weights against your target strategy and execute batch swaps in one click.
{% endhint %}
{% endcolumn %}
{% endcolumns %}

{% hint style="success" %}
**Non-Custodial Transparency**: All data in your portfolio is derived from public blockchain data. Realio never stores your private keys or has access to your funds.
{% endhint %}


---

# 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.realio.finance/features/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.
