# Wallet Tracker

**Instant portfolio insights for any Solana wallet in real-time**, perfect for spotting profitable traders!

In the top summary card after tracking a Solana wallet, you will find the portfolio value in USD, the total PNL, realized/unrealized PNL and win rate (percentage of successful trades).

Just below, “Tokens” and “Activity” let you see two types of window for each wallet.

Click on "Deployed tokens" to see the list of tokens that wallet has created.

The Side-Panel show the wallet PNL and TX history on all Buy Signals, TXs, Holders, Top Traders and Portfolio.

### Tokens

Where you see the performances and balance of all tokens traded by this wallet.

**Last Active:** Token name and last activity timestamp.

**Balance:** Amount of tokens held.

**Value:** Worth of the token holdings in USD.

**Bought:** Quantity of tokens purchased.

**Sold:** Quantity of tokens sold.

**Realized PNL:** Profit or loss from sold tokens.

**Unrealized PNL:** Potential profit or loss from unsold tokens.

**Total PNL:** Sum of realized and unrealized PNL.

**Avg Cost/Sold:** Average cost of tokens sold.

**TXNS:** Number of transactions involving the token.

### Activity

Where you see all transaction history, without the PNLs.

Find at which Marketcap the transaction happened, plus complimentary info like TX value, token price, total amount, the maker and such.

{% hint style="info" %}
Click any wallet on the DegenFi platform or use the search bar to track its portfolio.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://degenfi.gitbook.io/degenfi-solana-trading/traders-tracking/wallet-tracker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
