# Wallet Checker

An example of usage for checking a wallet is as follows:

<div align="left" data-full-width="false"><figure><img src="/files/421ErVZ0Qc41yOOo3VKl" alt=""><figcaption></figcaption></figure></div>

Type `/check <space> {wallet_address}`.

If the format sent to the bot is different, the bot will not respond at all.

After you do it correctly, you will receive the results for that wallet address. The bot will send an image and the details as follows:

<figure><img src="/files/Np0g71G3RDobatd4lwwz" alt=""><figcaption></figcaption></figure>

Each wallet check will automatically deduct a Solana balance from your wallet. The deduction fee per wallet check varies depending on the price of Solana, but the fixed price range is between $0.195 and $0.325.

However, if you have a credit balance, you do not need to use Solana to perform the check.

**Please note that the wallet you are checking might fail to be checked due to several factors:**

* The wallet address has too many transactions.
* The Solana balance of the wallet address being checked is zero.
* There is no Buy Volume or Sell Volume.

{% hint style="info" %}
Don't worry if the check fails, you will not lose any Solana or credit balance from your wallet address.
{% endhint %}

**PnL 30 Day**

Total profit and loss for 1 month in Solana.

**Avg Buy**

The average purchase in 1 month in Solana.

**Winrate**

Win rate in 1 month.

**Age**

The age of the wallet address since the first trade.

**Last 30d**

<div align="left"><figure><img src="/files/Igeke27o1prePlMNN0nr" alt=""><figcaption></figcaption></figure></div>

🟢 Profit on this day

🔴 Loss on this day

🟡 Not trading on this day

**Biggest Profit**

The highest profit in 1 month.

**Biggest Loss**

The largest loss in 1 month.

**Buy Volume/Sell Volume**

Total volume since the wallet address was created.

**Last 5 Token Trades**

Display the last 5 token trades.


---

# 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://gaintracker.gitbook.io/gain-tracker-on-solana/get-started/walletchecker.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.
