> For the complete documentation index, see [llms.txt](https://docs.mwh.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mwh.app/pnl-profit-and-loss-analysis/token-value-distribution.md).

# Token Value Distribution

#### **Token Value Distribution**

* A **pie chart** displays the percentage distribution of all tokens, showing each token's share relative to the total asset value.
* This visual helps in quickly identifying dominant assets and diversification levels.

<div align="left"><figure><img src="/files/iC6kJfu7BtHnu4dtoY6e" alt="" width="375"><figcaption></figcaption></figure></div>

#### **Token Breakdown Table**

* A detailed table lists:

  * **Token Names**
  * **Amounts**
  * **Values in SOL**
  * **Share Percentage** relative to the total portfolio.

#### **PnL Chart Overview**

* A line chart visualizes **daily PnL changes**, providing insights into trading performance over time.
* Helps in identifying trends and periods of high profitability or loss.

<div align="left"><figure><img src="/files/YxCnh1VdyFSaRCTqDfF0" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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:

```
GET https://docs.mwh.app/pnl-profit-and-loss-analysis/token-value-distribution.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.
