# Bubble Map

The Bubble Map provides a visual interpretation of how Spark token supply is distributed across wallets. Rather than relying solely on lists and numbers, it converts wallet data into a system of interconnected nodes that highlight both the size of holdings and the relationships among them.

***

### **Visual Structure**

Each bubble represents a wallet, with its size proportional to the token balance it holds. Bigger bubbles mean larger holders, while smaller ones represent regular users. This makes it easy to recognize whales or clusters of early participants at a glance.

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

{% hint style="info" %}
When bubbles are connected, it means that those wallets interacted with each other through transfers or other on-chain operations. This builds an intuitive view of the network around a token.
{% endhint %}

***

### **Exploring the Network**

Clicking a bubble opens detailed information:

* Wallet address
* Balance
* Share of total supply
* A list of connected wallets

A single click can reveal entire clusters, helping identify linked wallets, multi-address whales, or distribution patterns.

{% hint style="info" %}
If you want a deeper view, each wallet can be opened on SparkScan through a direct link.
{% endhint %}

***

### **Why It Matters**

The Bubble Map adds transparency to the Spark ecosystem.\
It helps:

* Understand decentralization
* Identify whales
* Detect suspicious patterns
* Track how supply changes over time

Instead of reading one-dimensional data, the Bubble Map provides a living picture of the token’s ecosystem.


---

# 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://docs.satsterminal.com/trade/spark-swap/bubble-map.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.
