# Portfolio

The Portfolio page is your full position readout. It captures your live trades, exits, holdings and forgotten bags in one place.

#### Balances

At the top of the page are some key metrics:

* Available to Trade - SOL balance in your BONKbot wallet. Shown in SOL and USD.
* Portfolio Value - Total value of your active positions.

#### Positions

\
The portfolio page is divided into three tabs. You can toggle values between USD and SOL using the switch in the top-right corner of the table.

**1. Active Positions**

Open trades with remaining tokens.

* Token - Token name and icon.
* Invested - Total used to open the position.
* Sold - Amount exited so far.
* Current Holdings - Total value of the remaining tokens.
* Unrealized PnL - Real-time profit/loss on your remaining size.
* Realized PnL - Profit/loss from what’s already sold.
* Actions - Hide token from the Portfolio page.&#x20;

**2. Closed Positions**

Fully exited trades.

* Token
* Invested / Sold - Full entry and exit amount.
* Realized PnL - Final outcome of the trade.
* Last Trade Date - Timestamp of the most recent action.
* Actions  Share or reference.

Useful for reviewing trade outcomes.&#x20;

**3. Hidden Positions**

These are manually hidden - usually dust, spam, or abandoned positions. They still track performance.

* Same columns as Active: Token, Invested, Sold, Holdings, PnL, Actions
* Tokens can be unhidden at any time.

#### Portfolio Breakdown

A live donut chart on the right shows allocation by token.

* Total Holdings – Combined USD value of all current positions.

Token Allocation – Color-coded list of each token and its share of your total value.


---

# 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.bonkbot.io/telemetry/trading/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.
