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

# Portfolio

Your positions across every chain and wallet in one view — balances, holdings, PnL, and transaction history.

{% hint style="info" %}
Portfolio reads your connected wallets and shows **confirmed** balances only. Missing data reads **Unavailable** and confirmed zeros read **$0** — Novamp never invents a balance.
{% endhint %}

## Overview

Portfolio is your account home. Connect an EVM wallet, a Solana wallet, or both, and it aggregates:

* **Estimated net worth** across chains,
* **Native balances** (ETH / BNB / SOL) and **token holdings**,
* **Realized / unrealized / total PnL**,
* **Positions** (current + closed) and **recent activity**.

It spans `🟢 Robinhood Chain (4663)`, `🔵 Base (8453)`, `🟡 BNB Chain (56)`, `⚪ Ethereum (1)`, and `🟪 Solana`.

## How it works

```mermaid
flowchart LR
  A[Connect wallets] --> B[Read balances per chain]
  B --> C[Price + aggregate net worth]
  C --> D[Positions: current / closed / activity]
  D --> E[Filter by chain or wallet scope]
```

* **Wallet scope** — switch between **All wallets**, **EVM wallet**, and **Solana wallet**. Scope is independent of the network you're browsing.
* **By chain** — per-chain cards show value, native balance, token count, and PnL; click one to filter positions to that chain.
* **Balances** are sourced live (EVM token balances plus Novamp launch holdings; Solana via the wallet data provider), with a **Hide balances** toggle for privacy.

## How to use it

**Read your net worth**

The hero shows estimated multichain net worth with a holdings-mix sparkline, plus **Realized**, **Unrealized**, and **Total PnL** tiles, an **Open positions** counter, **Tokens created**, and an expandable **Native assets** breakdown.

**Work your positions**

* **Current** — open holdings, split into an **EVM wallet** table (native gas rows + ERC-20 holdings + Novamp launches) and a **Solana** table with per-position PnL columns.
* **Closed** — zero-balance lots that still have realized PnL (not current holdings).
* **Activity** — recent EVM launchpad trades, in-app swaps (local), and Solana buys/sells.

**Jump off**

Quick links take you to your [Watchlist](/portfolio-and-analytics/watchlists.md), your creator profile, and creator rewards. Each holding row links to its [token page](/traders/token-detail.md) or straight to [Swap](/traders/swap.md).

## Important details

| Element                              | Meaning                                               |
| ------------------------------------ | ----------------------------------------------------- |
| Estimated net worth                  | Aggregated USD across chains with data                |
| "N chains with data · M unavailable" | Honest coverage — some chains may lack a provider     |
| Native assets                        | ETH / BNB / SOL balances, expandable                  |
| Novamp tag                           | A holding that is a Novamp launch                     |
| Hide balances                        | Masks all figures locally                             |
| Scope vs. browsing                   | Portfolio scope is independent of your active network |

{% hint style="warning" %}
Portfolio is a **read-only** view of on-chain and provider data. Values can lag a live trade for a few seconds, and unpriced tokens show **Unpriced** rather than a guessed value. For provider-grade PnL detail, see [📈 PnL Tracker](/portfolio-and-analytics/pnl.md).
{% endhint %}

## What happens next?

1. Trade anywhere in Novamp and the position appears here after the transaction confirms.
2. Balances update (optimistically right after a trade, then reconciled from providers).
3. Closed lots move to the **Closed** tab once the balance hits zero with realized PnL.

## Troubleshooting

| Symptom                                   | Likely cause                                   | What to do                                                |
| ----------------------------------------- | ---------------------------------------------- | --------------------------------------------------------- |
| "Connect a wallet to view your positions" | No wallet connected                            | [Connect your wallet](/getting-started/connect-wallet.md) |
| A chain shows **Unavailable**             | No provider data for that chain yet            | Normal; other chains still aggregate                      |
| Token shows **Unpriced**                  | No price feed for that token                   | Value can't be computed; balance is still real            |
| Position missing right after a trade      | Provider lag                                   | Wait for reconciliation; refresh                          |
| "Demo mode" note                          | Launchpad contracts not deployed on that chain | Live holdings populate once deployed                      |

## Continue exploring

* [📈 PnL Tracker](/portfolio-and-analytics/pnl.md)
* [👁️ Watchlists](/portfolio-and-analytics/watchlists.md)
* [📊 Charts & Market Data](/portfolio-and-analytics/charts-and-data.md)
* [⚡ Trading Overview](/traders/overview.md)


---

# 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.novamp.io/portfolio-and-analytics/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.
