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

# Portfolio: balances, positions, and history

> Portfolio is your account command center. Review account value, unrealized PnL, balances, positions, orders, and history in one place.

Portfolio is your account command center: net worth, balances, open positions, and history tabs.

## Summary header

| Metric            | Description                           |
| ----------------- | ------------------------------------- |
| Account value     | Total equity across spot and perps    |
| Unrealized PnL    | Mark-to-market on open perp positions |
| Available balance | Free collateral for new orders        |

## Bottom panel tabs

| Tab                 | Content                                     |
| ------------------- | ------------------------------------------- |
| **Balances**        | Spot and perps USDC; internal transfers     |
| **Positions**       | Open perp positions, entry, liq price, uPnL |
| **Open Orders**     | Resting limits and advanced triggers        |
| **Trade History**   | Executed trades                             |
| **Funding History** | Perp funding payments (perps only)          |
| **Order History**   | All orders including canceled               |

Testnet V1 ships the core tabs; V2 adds richer history where backend aggregation is available.

## Actions

| Action                | Testnet     | Mainnet        |
| --------------------- | ----------- | -------------- |
| Send tokens           | ✅           | ✅              |
| Spot ↔ Perps transfer | ✅           | ✅              |
| Deposit / Withdraw    | Faucet only | ✅ (doc coming) |

## Isolated margin (perps)

On isolated positions you can **Add Margin** or **Remove Margin** to adjust liquidation distance without closing the position.

<Tip>
  Adding margin to an isolated position lowers the liquidation price. Removing margin raises it.
</Tip>

## Mobile

Portfolio is available on mobile web with a simplified layout. Core balances and positions remain readable; some tables scroll horizontally.

## Verify balances onchain

<CardGroup cols={2}>
  <Card title="Clob Scan" icon="magnifying-glass" href="/explorers/clob-scan">
    Cross-check settlement transactions on the CLOB explorer.
  </Card>

  <Card title="Pocket Scan" icon="cube" href="/explorers/pocket-scan">
    Verify onchain state on the Pocket Chain explorer.
  </Card>
</CardGroup>
