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

# Portfolio

## Portfolio menu&#x20;

You can select from Overview, Spot, Perpetuals and Activity. As well as quick deposit, withdraw and covert buttons.

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

## Overview Tab

Overview provides a snap shot into your portfolio across Spot and Perps including trading metrics for buys/sells wins/losses and gain loss ranges.

<figure><img src="/files/3NH0ghKj0ozCzUZii0Qb" alt=""><figcaption></figcaption></figure>

***

### Holdings Overview

Below the chart on the overview tab will show you native balances and your top postitions by value across all supported chains and perps.&#x20;

<figure><img src="/files/F4iRNKKUcfVA1DpgGkEa" alt="" width="563"><figcaption></figcaption></figure>

## Spot Tab&#x20;

Shows chart with PNL over time based on native and token balances, analytics on trading activity win rate and open spot orders and past trades&#x20;

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

### Spot Nav&#x20;

Default all networks will be selected, you can also look at your chain specifc holdings by selecting the chain. You can view active Holdings, All Orders Filled Canceled or pending, and Past Trades.

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

Native Balances and token positions can be viewed in the table across all supported chains.

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

### Orders Table&#x20;

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

### Past Trades Table

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

### Hidden Tokens&#x20;

You can choose to hide tokens in your spot portfolio by clicking the eye icon on the portfolio position

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

### Show Hidden Tokens&#x20;

To show hidden tokens click the show hidden button in the top right of the spot nav

<figure><img src="/files/6VEHyK6hJLaFQ52wbRRl" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
NOTE : If you send Unverified SPL/ERC Tokens to your Boba embedded wallet they will be hidden by default we do this to prevent spam/scam tokens sent to your wallet from not appearing in your portfolio. If you do send a token not listed as verified you can unhide it and its value will be added to your portfolio and token will not be hidden on new transfers.&#x20;
{% endhint %}

## Perpetuals Tab&#x20;

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

### Perpetuals Nav

You can see balances of USDC and positions, specific  postiions, orders, TWAP, Past trades and funding history.&#x20;

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

### Positions Table&#x20;

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

### Orders Table

<figure><img src="/files/45TLkGIvJHxmYbLJygpT" alt=""><figcaption></figcaption></figure>

### TWAP Table

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

### Past Trades Table

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

### Funding History Table

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

## Activity Tab

This shows you the portfolio overview chart along with all depostis withdraws and transfers to your boba embedded wallet&#x20;

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

### Activity Nav

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

### All Activity Table

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

### Deposits Table

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

### Withdraw Table

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

***


---

# 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.boba.xyz/platform-map/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.
