# Performance Tracking

> Source: https://www.archr.bot/docs/performance-tracking
> Section: Wallet
> Last updated: 2026-07-27

ARCHR provides several views for monitoring your positions, tracking realized and unrealized P&L, and reviewing your trading history.

---

## Positions (`/positions`)

The **Positions** screen shows all of your currently open positions, paginated 3 per page. For each position you see:

- **Token name and symbol** with contract address
- **Current P&L** — unrealized profit/loss in SOL and USD, with ROI %
- **Market cap** — current vs. entry, with percentage change
- **Hold time** — how long the position has been open
- **Signal source** — which signal or manual action opened the position
- **Wallet** — which of your wallets holds the position

Quick actions from the Positions screen:

- **Sell** — jump straight to the sell flow for a token
- **P&L History** — view closed positions
- **Sync Wallet** — reconcile on-chain balances with tracked positions
- **Refresh** — re-fetch live prices and recalculate P&L

## Live Dashboard (`/live`)

The **Live Dashboard** provides a real-time auto-refreshing view of all open positions with **3-second update intervals**. It continuously pulls fresh market data so you can monitor price action without manually refreshing.

- Start with `/live` or the **Live Dashboard** button on the main menu
- The dashboard auto-stops when you navigate to other screens
- See [Live Dashboard](/docs/live-dashboard) for full details

## P&L History (`/history`)

The **P&L History** screen shows all **closed** positions (fully sold tokens) with:

- **Realized P&L** in SOL and USD
- **Entry and exit market caps**
- **SOL invested vs. SOL received**
- **Hold time** from first buy to final sell
- **Share a Win** — generate a shareable image for winning trades

Results are paginated and can be scrolled through with Previous / Next buttons.

## P&L Calculation Method

ARCHR uses **FIFO (First In, First Out) accounting** for all P&L calculations:

- When you sell tokens, the **oldest purchases are matched first** to determine cost basis
- Multiple buys of the same token result in a **weighted average entry price**
- Partial sells correctly reduce cost basis proportionally to the remaining tokens
- Realized P&L is calculated at the moment of each sell using the FIFO-matched cost basis

### Key Metrics

| Metric | Description |
|---|---|
| **Unrealized P&L** | Current value minus cost basis for tokens you still hold |
| **Realized P&L** | Actual profit or loss from completed sells (FIFO-matched) |
| **ROI %** | Return on investment as a percentage of the cost basis |
| **Market Cap Change** | Current market cap vs. market cap at your entry |
| **Hold Time** | Duration from first purchase to now (open) or final sell (closed) |
| **Weighted Avg Entry** | Average cost per token across all purchases in a position |
