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

# Positions

> Track your token holdings and PnL across all chains.

The Positions panel shows all your token holdings in one place, grouped by chain.

## Viewing Positions

Send `/positions` to open your positions panel.

## Understanding the Display

Your positions are organized by chain:

| Chain  | Indicator |
| ------ | --------- |
| Solana | SOL       |
| BSC    | BSC       |
| Monad  | MON       |

Each position shows:

| Field        | Description                              |
| ------------ | ---------------------------------------- |
| Token Symbol | The token ticker                         |
| Value        | Current USD value                        |
| PnL          | Profit or loss percentage since purchase |

## Quick Actions

<CardGroup cols={2}>
  <Card title="Tap the Ticker" icon="hand-pointer">
    Opens the token card where you can view market data, buy more, or sell your position.
  </Card>

  <Card title="Tap Details" icon="circle-info">
    View your entry market cap, current value, cost basis, PnL, and number of buys and sells.
  </Card>
</CardGroup>

<Tip>
  Check your positions regularly to monitor PnL and make informed trading decisions.
</Tip>
