> ## 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.

# Tracker

> Track wallets and monitor their trades in real time on Jupiter Terminal.

The Tracker lets you follow specific wallets and monitor their trading activity in real time. It is accessible from the **Tracker** tab in the Terminal navigation.

The Tracker has two sub-tabs: **Manage Wallets** and **Live Trades**.

## Manage Wallets

This is where you add, rename, and remove wallets you want to track.

### Adding a wallet

<Steps>
  <Step title="Enter a wallet address">
    In the Manage Wallets tab, enter a wallet address manually or import a list of wallets.
  </Step>

  <Step title="Find a wallet from a token page">
    Alternatively, navigate to any [token page](/user-docs/trade/terminal/token-page) and open the **Transactions** table. Click on a trader's address to view their PnL analysis. From there, you can choose to track that wallet.
  </Step>

  <Step title="Track the wallet">
    Rename the wallet (optional) and click the **Track** icon. Once tracked, the wallet's future trades will appear in your Live Trades feed.
  </Step>
</Steps>

### Removing a wallet

To stop tracking a wallet, click the **Remove** icon next to it in the Manage Wallets tab.

### Customizing your tracking

For each tracked wallet, you can configure:

* **Sound alerts** — audio notifications when the tracked wallet makes a trade
* **Trade markers on charts** — the tracked wallet's trades appear as markers on token charts
* **Trade feed visibility** — control whether the wallet's trades appear in your live feed

## Live Trades

The Live Trades tab displays a real-time feed of trades made by your tracked wallets. Each entry shows:

| Field       | Description                                 |
| ----------- | ------------------------------------------- |
| **Age**     | How long ago the trade was executed         |
| **Name**    | The name you assigned to the tracked wallet |
| **Token**   | The token that was traded                   |
| **Amount**  | The size of the trade (in USD)              |
| **Price %** | Price change of the token                   |

The Live Trades feed also includes a Quick Buy button, allowing you to buy the same token directly from the feed.

<Note>
  Live Trades only shows trades from wallets you are currently tracking. Add wallets in the Manage Wallets tab to populate this feed.
</Note>

<Warning>
  The Tracker is an observation tool. Following a wallet and replicating its trades is entirely at your own risk. Past activity of a tracked wallet does not predict future results. Jupiter does not endorse, verify, or audit any tracked wallet. See [Risks and Limitations](/user-docs/trade/terminal/risks-and-limitations).
</Warning>

***

<CardGroup cols={2}>
  <Card title="Token Page" icon="chart-line" href="/user-docs/trade/terminal/token-page">
    Find wallets to track from the Transactions table.
  </Card>

  <Card title="Positions" icon="chart-pie" href="/user-docs/trade/terminal/positions">
    Your full portfolio and PnL dashboard.
  </Card>
</CardGroup>
