# Wallet Checker

#### **Last 30 Trades:**

The last 30 trades section shows an emoji for each of the last 30 different tokens the user has purchased. These emojis align with the PnL brackets below to provide a quick overview of how the trades went, the PnL includes fees paid, buys, sells and current held token value.&#x20;

#### **Total Unique Token Trades:**

Number of different tokens interacted with over the last 60 days.

🔥, 🟣, 🟢, 🔴, ⚫️, 🚫 The emojis are used in the last 30 trades, while the numbers indicate how many trades fall into each PnL bracket, along with the percentage of the total trades

🟩 Positive trades and % of overall trades

🟥 Negative trades (Including Scam) and % of overall trades<br>

**Trader Technique:**

Average ROI: *Average % of PnL made on tokens*

Average Profit ETH: *Average ETH made on tokens in the last 60 Days*

Overall Profit ETH: *Overall ETH made on tokens in the last 60 Days*

Average ETH Buy: *Average ETH buy made on tokens in the last 60 Days*

Average Token (Buys/Sells): *Average amount of buys and sell on a individual token in the last 60 Days*

ETH Token Trades Ratio: *The ratio of tokens bought using ETH in the last 60 Days*

Average Hold Duration: *The average time the wallet holds a token before selling some of it*

**Wallet Hall of Fame:**

Biggest wins:

Top 5 biggest wallet wins in the last 60 days, Includes the PnL in ETH, a Link to Dexscreener with all the wallets buys and sells to see where the wallet bought and the ROI from that trade.

<div align="center" data-full-width="false"><figure><img src="/files/OrCwaZ96tlsdYjyk3fXI" alt=""><figcaption><p>Alpha Spotter Wallet Check</p></figcaption></figure></div>

### &#x20;**Full Analysis ( Google Sheet )**

<figure><img src="/files/WTFADrdKnK4PxUy13A1a" alt=""><figcaption><p>Trades</p></figcaption></figure>

The Trades sheet lists all unique tokens the wallet has purchased over the past 60 days, with each token address linked to Dexscreener to show the wallet’s complete buy and sell history. This allows you to observe whether the wallet bought early or tends to buy dips. Profit and loss are calculated by summing the buys and sells, and if the wallet still holds any tokens, it retrieves the current token price to estimate the ETH value. It also checks for liquidity removal, marking the trade as a scam if liquidity has been pulled. Finally, it deducts any fees paid and provides the PnL in ETH, USD, and the trade's ROI.

<div><figure><img src="/files/TFI85pGOVBJvQV1o1Dtj" alt=""><figcaption><p>Buys</p></figcaption></figure> <figure><img src="/files/GunczAyr9FILW880kWzF" alt=""><figcaption><p>Sells</p></figcaption></figure></div>

The Buys & Sells sheet lists all tokens this wallet has bought and sold in the last 60 days, with each transaction linked to Etherscan for detailed viewing. It shows the quantity bought and sold, ETH spent & received, and gas fees paid per sale.


---

# 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://alpha-spotter.gitbook.io/alpha-spotter-docs/alpha-spotter-bots/wallet-checker.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.
