# Portfolio

The Portfolio page shows your full trading history and performance on HyperEVM and Solana. You can use it to review your own wallet or look up any other address.

### Portfolio Overview

At the top: total PnL over the selected period, current portfolio value, win rate, unrealized P\&L on open positions, and period PnL in both percentage and dollar terms. Time frames: 24h, 48h, 7d, 30d, 3M, 6M, 1Y.

<figure><img src="/files/7nFaG99rCF8HXokKDibw" alt=""><figcaption><p>Overview</p></figcaption></figure>

### Holdings

Each token shows how much you spent buying it, how much you received selling, current remaining value, and PnL in dollars and percentage. Green for profit, red for loss.

<figure><img src="/files/PpPBY4FIpS98UzKA0PD9" alt=""><figcaption><p>Holdings</p></figcaption></figure>

### Performance Breakdown

Your trades grouped by return bracket: above 500%, 200–500%, 0–200%, 0 to -50%, and below -50%. Useful for seeing where your wins and losses are actually concentrated.

<figure><img src="/files/vbXswhRfgYelug8UGpZP" alt="" width="270"><figcaption><p>Performance Breakdown</p></figcaption></figure>

### Recent Runners

Top-performing tokens in your portfolio over the selected period, ranked by percentage gain.

<figure><img src="/files/jczbu2uSGIVfUwzGx5X7" alt="" width="269"><figcaption><p>Recent Runners</p></figcaption></figure>

### Token Breakdown

A pie chart of your portfolio allocation by token.

<figure><img src="/files/XQxYzOFHoboirwAEwEig" alt="" width="375"><figcaption><p>Token Breakdown</p></figcaption></figure>


---

# 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.reachaltitude.xyz/altitude/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.
