> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/web-dashboard-user-guide/asset-and-address-management/view-portfolio-statistics.md).

# View portfolio statistics

> SubWallet’s portfolio statistics feature gives you a clear, real-time overview of your assets across multiple networks. You can monitor your total balance, asset distribution, and performance trends—all in one place—making it easier to manage and assess your holdings confidently.

To view your portfolio statistics, on the SubWallet homepage, simply select the "**Statistics**" tab.

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

You can now see in-depth statistics of your assets right on SubWallet :wink:

<figure><img src="/files/8xhAhQj1GgKfVhnCHWvH" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If your account contains more than 6 tokens with balances, only the top 6 tokens with the highest balance will be displayed here when using this feature.
{% 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.subwallet.app/main/web-dashboard-user-guide/asset-and-address-management/view-portfolio-statistics.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.
