# 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="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FCpbpWTwAecAgfq0CLXcP%2F1%20tool.png?alt=media&#x26;token=5c087bfb-0079-4db9-8bba-cb004f4d4c88" 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="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FfYpj7ontjZDB6OC3hXG6%2F2%20choose.png?alt=media&#x26;token=9c06a0b2-c387-480a-9344-1b119eadcfdc" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2Fld1OmswUQJeZFAZ2SAIg%2F3%20filters.png?alt=media&#x26;token=ef8755fe-38f7-4a9c-acb1-5129263c14f8" 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="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FBEVyXyDKNPSkLOWky8zm%2F4snapshot.png?alt=media&#x26;token=25a60425-58d8-4ab3-8af1-709fbd126c3a" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2F1vqBcYPXvPiwsf4prqRy%2Ftxt%E6%A0%BC%E5%BC%8F%E7%9A%84%E6%95%B0%E6%8D%AE.png?alt=media&#x26;token=b568ac87-1939-443d-aa26-aac09c2a2f85" 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>
