# BSC or Ethereum Token Snapshot Guide

### What is a token snapshot?

A token snapshot is basically a “photo” on the blockchain — it records, at a specific time (or block height), every address holding a given token and the exact balance each address holds.

### Why take a token snapshot?

* **Airdrops / rewards:** Distribute tokens or NFTs based on holdings at the snapshot moment, preventing people from buying in right before distribution to game the system.
* **Governance voting:** Determine who is eligible to vote at a particular moment and what their voting weight is (based on holdings at that time).
* **Data analysis & compliance audits:** Analyze distribution, identify whales/exchanges/burn addresses, and evaluate decentralization.
* **Migration / contract upgrades:** When a project migrates from an old contract to a new one, a snapshot ensures users’ balances are transferred correctly.

In short, snapshots guarantee fairness and traceability when rights or rewards are granted based on “who held how much at a given moment.”

### Which blockchains are supported?

PandaTool provides multi-chain token snapshot tools, supporting EVM chains like **BSC, ETH, Base, Polygon, Arbitrum**, and also offers a snapshot tool for **Solana** tokens.

* Solana token snapshot:<https://solana.pandatool.org/en/snapshotToken>

### How do you take a token snapshot?

PandaTool built snapshot tools for chains such as BSC and ETH so anyone can capture token holder data in a few simple steps.

**1. Open PandaTool**\
Go to the snapshot tool page:\
<https://pandatool.org/#/contractCheck/snapshotToken?lang=en-US>

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

**2. Choose the chain and enter the token**\
Enter the token contract address you want to snapshot and select the blockchain.\
Example: to snapshot USDT holders on BSC, choose **BSC** and enter the USDT contract address `0x55d398326f99059fF775485246999027B3197955`, then click the search button.

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

**3. Filter the snapshot results**\
After searching you’ll see basic token data. Next, apply filters:

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

* **Holder rank (TOP)**: `TOP100` shows the top 100 token holders by balance, `TOP500` the top 500, etc.
* **Custom minimum token balance**: Filter for addresses holding at least a certain amount. For example, entering `100` will exclude addresses holding less than 100 tokens from the snapshot.

**4. Export the snapshot**\
Choose an export format:

* **CSV** — spreadsheet-style file (good for bulk airdrop uploads).
* **TXT** — plain text, easier for quick viewing or copying.

If you plan to perform a batch airdrop, export CSV. If you just want to inspect the data, TXT may be more convenient. When ready, click **“Take snapshot now”** (or the equivalent button).

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

Your browser will prompt you to download the exported snapshot file — that file contains the snapshot data.

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

## Snapshot FAQs / Notes

1. **Is PandaTool’s snapshot tool paid?**\
   No — the tool is free to use.
2. **Is the snapshot data accurate?**\
   Snapshot data reflects balances at a specific block height or timestamp. After that moment, balances may change.
3. **Does the snapshot tool support Solana?**\
   Yes — use the Solana snapshot page: <https://solana.pandatool.org/en/snapshotToken>

If you have more questions about the snapshot tool, you can ask volunteers in the PandaTool Telegram group: <https://t.me/pandatool_en>


---

# 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://help.pandatool.org/english/tools/snapshottoken.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.
