# 👮‍♂️ Holders Analysis

Analyzing the holders of a Solana token has never been easier. The top 50 holders are represented by bubbles through data visualization, for any token you wish to analyze.

* Look for insiders supply distribution through connections between top holders.&#x20;
* After clicking on a bubble inside of a holders analysis, click on "See transfers" to fetch the transaction hashes of the outgoing and incoming transfers with the selected wallet.
* View the connections between wallets.
* Notice the total percentage of a cluster based on the total supply.

## **📘** User Guide

**How It Works**&#x20;

* Enter the Solana contract address of any token in the search bar.
* Navigate to "Holders Analysis".
* Click on "Request Holders Analysis" if it's not displayed automatically.

Note: Clusters of wallets are tagged by identifying the wallets who have outgoing and incoming transfers with a top holder of the token. The size of the cluster is calculated based on the total amount of token owned by the entirety of the holdings of all wallets inside a cluster.

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

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

**Tips:**&#x20;

* On the left side, find the quantity of tokens owned by the top 50 holders.&#x20;
* Click on "History" to see any previous holders analysis requested in the past.
* Click on any bubble to see the latest transactions and the size of its cluster.


---

# 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://solsniffer.gitbook.io/solsniffer-user-guide/product-snif-tokens/holders-analysis.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.
