# Portfolio

Track your trades and manage your positions via your Portfolio page. It's your personal command center for all trading activity on Aliens. It gives you a clear breakdown of your wallet balance, open positions, performance, and full trade history in one place.

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

#### Spot Portfolio

The **Spot** tab provides a full summary of your live wallet and position data:

* **Balance:** Displays your total wallet value, unrealized profit or loss (PNL), and available balance in SOL or USD.
* **PNL Panel:** Tracks your performance over selected timeframes (1d, 7d, 30d, Max), showing your total gains/losses and number of winning vs. losing trades.
* **Performance Chart:** Visual representation of how your portfolio is performing, with color-coded results across different profit brackets.

At the top of your Portfolio, you can **tick or untick wallets** to control which balances and positions are included in your portfolio view.

* **Tick All Wallets:** Combines the stats and positions from all connected wallets for a total overview.
* **Untick or Select Specific Wallets:** Filters the data to show only the chosen wallets, instantly updating your balance, PNL, and performance metrics.

This gives you flexibility to track performance across different wallets or trading strategies without switching accounts.

#### Active Positions

Under the **Active Positions** tab, you can see all tokens you currently hold that were traded through Aliens.\
Each row includes:

* **Token:** The asset name and address.
* **Bought / Sold / Remaining:** Displays your trade volume and remaining holdings.
* **PNL:** Shows your profit or loss for each token based on market value.
* **Actions:** Quickly buy more or sell your remaining tokens directly from your portfolio.

You can also:

* **Search by name or address** to locate specific tokens.
* **Filter or show archived positions** for cleaner tracking.
* **Toggle USD view** to see fiat-equivalent values.

#### History

The **History** tab logs all your completed trades — including executed buys, sells, and migrations. Each transaction entry includes timestamp, trade size, price, and token details. Use this to review past decisions or track your realized profits.

#### Top 100

The **Top 100** tab highlights the leading tokens in your wallet’s trading history, ranked by profitability. This helps you analyze which trades have performed best and identify patterns in your most successful plays.

#### Activity Panel

The **Activity** section gives a timeline view of your recent actions — from new token buys to sales or migrations. It’s a quick way to audit your on-chain activity without digging into individual transaction hashes.


---

# 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://alienstrading.gitbook.io/docs/trade-on-aliens/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.
