> For the complete documentation index, see [llms.txt](https://docs.axiom.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.axiom.trade/axiom/portfolio.md).

# Portfolio

## Axiom Portfolio

In Axiom we have 2 different portfolios: your spot PNLs and your Perpetual PNLs. We keep it seperate so you can accurately analyze which type of trading is allowing you to level up your portfolio!

***

### Spot Portfolio

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

This crypto trading dashboard provides a comprehensive overview of a trader's portfolio performance, active positions, and transaction history! At the top, the balance section displays the total portflio value, available balance, and unrealized PNL. The PNL chart tracks performance trends over time to help traders visualize their gains and losses.

The performance metrics on the right break down total PNL and number of transactions, categorized purely by profitability ranges. Below, the active positions section lists currently held assets, showing details such as amount bought, sold, remaining balance, and the PNL percentage. The activity feed logs recent buy and sell transactions and displays token names, trade amounts, market cap, and asset age, with direct links to solscan for more analysis.

***

### Perpetual Portfolio

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

This Perpetuals Trading Dashboard provides a detailed snapshot of a trader’s derivatives portfolio, performance, and trade history.

At the top left, the Performance section displays all-time trading volume, total PNL (profit and loss), and number of trades, giving traders a clear overview of their historical trading success. Below that, the Account Value indicates the current balance available for perpetual trading.

The PNL Chart visually tracks profit trends over time, helping traders monitor market movements and strategy effectiveness.

The Open Positions section lists active trades, displaying entry price, mark price, liquidation price, margin used, and TP/SL (Take Profit/Stop Loss) settings. Since this account currently has no open positions, traders can review past trades in the Trade History tab.


---

# 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.axiom.trade/axiom/portfolio.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.
