Snapshot Tool
Fetch a verifiable snapshot of SPL20 token holders for a given mint. Export the data for airdrops, governance votes, or analytics.
Snapshot Configuration
Provide the token mint and RPC endpoint. The tool will query token accounts directly from the X1 cluster.
Filter out accounts with balances at or below this raw amount (before decimals).
How it works
This tool queries the token program using `getProgramAccounts`, decodes token balances, and builds a snapshot you can reuse for airdrops.
1. Query the cluster
We fetch parsed token accounts using your RPC endpoint. Provide a private RPC for higher rate limits.
2. Filter balances
Use the minimum amount filter to exclude dust accounts or lazy associated token accounts without funds.
3. Export snapshot
Download CSV or JSON and feed it into your airdrop or governance distribution workflows.