> For the complete documentation index, see [llms.txt](https://grand-dev.gitbook.io/insider-eye/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://grand-dev.gitbook.io/insider-eye/solana-bot/scan-wallet.md).

# Scan wallet

In the bot you can send the wallet address by pressing the `🔎 Scan wallet` button or just by sending the Solana wallet address in the chat with the bot (the bot will detect it itself and start analysing the wallet).

After sending the wallet address, you will receive <mark style="color:green;">**general statistics**</mark> about the wallet in a message and a <mark style="color:purple;">**detailed report**</mark> in an Excel file.

{% tabs %}
{% tab title="General statistics" %}

<figure><img src="/files/xjf08gLNrSAmdNFJUMMC" alt="" width="257"><figcaption><p>Example of general statistics</p></figcaption></figure>
{% endtab %}

{% tab title="Detailed report" %}

<figure><img src="/files/30HJiIquLBMgVdNgcr9S" alt=""><figcaption><p>Example of a detailed report</p></figcaption></figure>
{% endtab %}
{% endtabs %}

## <mark style="color:green;">Description of general statistics</mark>

The overall statistics show the overall performance of the wallet. You can view them and understand whether you need to open detailed statistics or go to the next wallet.

### Main Statistics

* **Win Rate** - percentage of winning trades
* **PnL R** - number of SOLs earned in trades
* **PnL Loss** - number of SOLs lost
* **Balance change** - change in wallet balance during the score period
* **Report period** - reporting period
* **SOL price now** - current SOL price
* **Unique tokens** - number of unique tokens
* **All transactions** - total number of transactions for the report period
* **Non-trade transactions** - total number of non-transactions for the report period

### Additional Statistics&#x20;

{% hint style="info" %}
Some values have brackets with an additional value. They indicate the percentage of this value from the total number of trades.
{% endhint %}

* **Scam tokens** - number of tokens whose price has decreased to -100%
* **Didn't buy tokens** - number of tokens with no purchase transactions
* **First trade was sell** - number of tokens with the first sale transaction
* **Sold more tokens than bought** - number of tokens with the sum of sales exceeding the sum of purchases
* **Snipes 1m** - number of trades with duration less than 1 minute
* **Buys** - number of purchase transactions
* **Sells** - number of sales transactions
* **In trade now** - the number of tokens that are in trade
* **Avg. trade period** - average transaction period
* **Avg. bought** - average purchase amount

### Profit statistics

{% hint style="info" %}
Each value has the percentage of that value of the total number of trades in parentheses.
{% endhint %}

* **Lost > 50%** - number of trades with profit less than 50%
* **Lost < 50%** - number of deals with losing profit and more than -50% and less than 0%
* **Win < x2** - number of transactions with profit less than 100%
* **Win x2-x5** - number of trades with profit more than 100% and less than 500%
* **Win > x5** - number of trades with a profit of more than 500%

## <mark style="color:purple;">**Description of the detailed report**</mark>

At the top of the table are the main metrics, which are formed from the metrics of each token below.

### Main metrics include

* **SOL Price Now** - current SOL price at the time of sending the report
* **Balance -** current SOL balance on the wallet
* **Balance Change -** balance sheet growth in percentage for the whole period
* **Created Date -** date of report creation
* **Report Period -** period for which the report was generated (in days)
* **Win Rate -** percentage of successful trades on the wallet
* **PnL R -** net profit of the wallet in SOL
* **PnL Loss -** wallet loss amount
* **Scam Tokens -** number of tokens with a return of -100%
* **Non-trade Txs -** number of any other transactions except trades (NFT, airdrops, transfers between wallets)

### Metrics on token trades:

* **Ticker -** token abbreviation
* **Bought** - number of tokens purchased
* **Sold** - number of tokens sold (if more tokens are sold than bought, the cell is highlighted in <mark style="color:blue;">**blue**</mark> and the percentage difference is displayed)
* **Fee, SOL** - amount of commissions in SOL for all token trades
* **Spent, SOL** - amount of token purchases in SOL
* **Earned, SOL** - amount of token sales in SOL
* **Delta, SOL** - difference between the sum of purchases and the sum of token sales in SOL
* **Delta, %** - difference between the amount of purchases and the amount of token sales in percentage
* **Buys count** - number of token purchases (if there are too many, the cell is highlighted in <mark style="color:blue;">**blue**</mark>)
* **Sells count** - number of token sales
* **Last trade** - date of the last token trade
* **Trades period** - period between the first and the last token transaction (too small periods are highlighted in <mark style="color:blue;">**blue**</mark>)
* **Liquidity, USD** - token liquidity in dollars at the moment of sending the report (if the liquidity is too small, it is highlighted in <mark style="color:blue;">**blue**</mark>)
* **Volume, USD (24h)** - token volume for 24 hours in dollars at the moment of sending the report
* **Contract** - traded token address
* **DEX (last trade)** - name of the exchange through which the last trade was made
* **Dex Screener** - link to Dex Screener for easy viewing of trade history

{% hint style="info" %}
The Delta metric can have several states:

* <mark style="color:green;">**Green**</mark> - winning trades
* <mark style="color:red;">**Red**</mark> - losing trades
* **Black** - losing trades with a loss of -100%
* **Gray** - trades that have not been closed yet. In this case the value is sold tokens + unsold tokens (in SOL)
  {% endhint %}
