> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jup.ag/llms.txt
> Use this file to discover all available pages before exploring further.

# Positions

> Track your portfolio performance, PnL, and trading history on Jupiter Terminal.

The Positions page gives you a complete overview of your trading performance across all tokens. It is accessible from the **Positions** tab in the Terminal navigation.

At the top, the page displays your connected wallet's address, SOL and USDC balances, and total number of tokens held. You can filter all data by time period: **1d**, **7d**, **30d**, or **All**.

## Dashboard

<CardGroup cols={1}>
  <Card title="Summary">
    * **Holdings** — Total current USD value of all tokens you hold
    * **<Tooltip tip="Profit or loss on tokens you still hold, based on current price vs your average buy price.">Unrealised PnL</Tooltip>** — Profit or loss on tokens you still hold
    * **<Tooltip tip="Percentage of your trades that resulted in a profit.">Win Rate</Tooltip>** — Percentage of trades that were profitable
    * **<Tooltip tip="Profit or loss from tokens you have already sold.">Realised PnL</Tooltip>** — Profit or loss from tokens already sold
    * **Total PnL** — Combined unrealised and realised profit or loss

    A **Share** button lets you export your summary as a shareable image.
  </Card>

  <Card title="Realised PnL">
    A line chart showing the trend of your realised PnL over the selected time period.

    <Accordion title="PnL Calendar">
      The PnL Calendar is a monthly calendar view of your daily trading performance, displaying up to 2 months. It shows your profit or loss for each day (green for profit, red for loss), total monthly PnL with a visual win/loss bar, and your longest and current win streaks.

      The PnL Calendar is accessible from two places:

      * The **Positions page** (via the PnL Calendar button in the Realised PnL panel)
      * The **trader modal** on any token page (click on a trader's address in the tabs below the chart)

      You can navigate between months and toggle between USD and SOL denomination. Daily and monthly PnL cards can be exported as shareable images via the **Share** button.
    </Accordion>
  </Card>

  <Card title="Distribution">
    Visual breakdown of your positions by PnL performance: > 500%, 200%–500%, 50%–200%, 0%–50%, and \< -50%. Each range shows the count and rate (percentage of your total positions). A color-coded bar shows the overall distribution at a glance.
  </Card>
</CardGroup>

<Tip>
  Compare your Win Rate with the Distribution panel to understand your trading patterns. A high win rate with most positions in the 0%–50% range and a few large losses in the \< -50% range tells a different story than a low win rate with concentrated gains above 200%.
</Tip>

## Positions table

Below the dashboard, a detailed table lists your individual token positions. The table has four sub-tabs:

| Sub-tab             | What it shows                                              |
| ------------------- | ---------------------------------------------------------- |
| **Recently Traded** | Tokens you traded most recently, sorted by last trade date |
| **Live Positions**  | Tokens you currently hold (non-zero balance)               |
| **Most Profitable** | Tokens sorted by highest total PnL                         |
| **Activity**        | Full transaction history                                   |

Each row in the table displays:

| Field            | Description                                                          |
| ---------------- | -------------------------------------------------------------------- |
| **Last Traded**  | Token name and time since your last trade                            |
| **Unrealised**   | Unrealised PnL in USD and percentage                                 |
| **Realised**     | Realised PnL in USD and percentage, or "Holding" / "Sold all" status |
| **Total PnL**    | Combined PnL in USD and percentage                                   |
| **Holding**      | Current token balance and its USD value                              |
| **Bought / Avg** | Total amount spent and average buy price                             |
| **Sold / Avg**   | Total amount received and average sell price                         |
| **Position %**   | Percentage of your original position still held                      |

You can toggle between **Price** and **USD** denomination using the controls in the top-right of the table.

<Note>
  The Positions page reflects onchain data for your connected wallet. Data updates periodically — the last update time is displayed at the top of the page.
</Note>

You can also view your position for a specific token directly from its [token page](/user-docs/trade/terminal/token-page), under the My Positions tab.

***

<CardGroup cols={2}>
  <Card title="Token Page" icon="chart-line" href="/user-docs/trade/terminal/token-page">
    View position details for a specific token.
  </Card>

  <Card title="Watchlist" icon="star" href="/user-docs/trade/terminal/watchlist">
    Save tokens and track them with curated news.
  </Card>
</CardGroup>
