ANALYTICS

Snapshot Engine Guide

Deep ledger scanning to identify and analyze your community. Export high-fidelity holder data for industrial use.

Knowledge of your community is the foundation of every successful Solana project. The Solatify Snapshot Engine is a high-performance ledger scanner that crawls the blockchain to identify every active wallet holding your token. Whether you are preparing for a Community Distribution, auditing your supply distribution for an exchange listing, or analyzing Whale concentration, this tool provides the raw, high-fidelity data you need. Our industrial engine bypasses the limitations of basic explorers, providing direct access to the state machine to extract CSV lists of owners and balances with cryptographic precision.
CONCEPT // 01

CORE CONCEPTS

How On-Chain Snapshots Work

Unlike traditional centralized databases, Solana's state is fully transparent but technically complex. Every 'Associated Token Account' (ATA) for your mint is a separate entry on the global ledger. Our engine queries the RPC Nodes using getProgramAccounts with data filters to find every account where the 'mint' field matches your token address and the balance is non-zero. We then parse the raw bytes into human-readable wallet addresses and UI amounts, providing a perfect 'Mirror' of the current ownership state.

Strategic Audience Filtering and Bot Mitigation

A raw list of 50,000 addresses often contains noise: dusting bots, exchange wallets, and inactive users. Strategically, a professional founder uses our Snapshot Engine to apply filters. You can choose to only export wallets with a minimum balance (e.g., > 1,000 tokens) or exclude known centralized exchange (CEX) deposit addresses. This 'Refined List' ensures that your community incentives are targeted at high-value holders who provide long-term stability, maximizing the efficiency of your project's marketing spend.

Integrating Snapshots into the Distribution Workflow

The most common use case for snapshots is the industrial distribution pipeline. To launch a community airdrop, you need a high-fidelity list of eligible wallets. Solatify provides a seamless 'Scan-to-Send' workflow. You take the snapshot, download the CSV, and upload it directly into our high-velocity Multisender or Airdrop Engine. This industrial pipeline eliminates manual data entry and ensures that your distribution math is 100 percent accurate and cryptographically sound.
CONTEXT // 02

THE POWER OF LEDGER DATA

Targeted Distributions: Generate clean CSV lists ready for our Multisender or airdrop engine.
Whale Monitoring: Identify your top 100 holders and track their concentration to protect market stability.
Community Health Audits: Prove your project's decentralization by showing a healthy spread of tokens across unique users.
Historical Snapshots: Capture the state of ownership at a specific block height for governance or DAO voting.
Bot Detection: Filter out 'Dust' wallets and automated bot accounts to focus your rewards on real human supporters.
 

SYSTEM CAPABILITIES

MODULE // ACTIVE

High-Velocity Crawling

Utilize optimized RPC calls to scan thousands of token accounts in seconds.
MODULE // ACTIVE

CSV Export Logic

Download your entire holder database in a standardized format for easy spreadsheet integration.
MODULE // ACTIVE

Permissionless Scanning

Scan any public token on the Solana network; no authority or ownership required.
MODULE // ACTIVE

Live Progress HUD

Track the scanning process in real-time as the engine discovers and parses holder data.
FAQ // 03

FREQUENTLY ASKED QUESTIONS

Our engine is optimized for high throughput. It can easily handle tokens with 100,000+ holders. For extremely large projects, the scan may take 2-5 minutes to complete the full network traversal.
No. The Solana ledger is public. You can take a snapshot of any token or NFT collection on the network, which is useful for analyzing competitors or performing 'Vampire Attacks' (targeting a rival community for an airdrop).
No. Tokens held on a CEX are stored in the exchange's massive 'Omnibus' wallets. You will see the exchange's main address and total balance, but you cannot see the individual user sub-balances from the on-chain data alone.
DEEP DIVE // 04

RELATED MODULES