SolAir Documentation

Build reliable token distribution flows

Every component of SolAir is optimized for throughput, transparency, and compliance. Use this guide to launch campaigns that scale from hundreds to millions of transfers.

Quick Start

Connect your wallet, fund the campaign vault, and schedule the drop in minutes.

  • Install Phantom or Backpack wallet
  • Deposit the SPL token you want to distribute
  • Upload your recipient list or target holders

Automation

Trigger repeat distributions and enable multi-stage releases with smart scheduling.

  • Batch up to 10k recipients per transaction wave
  • Track every transfer with Solana RPC confirmations
  • Pause, resume, and re-run failed batches safely

Security & Compliance

Enterprise controls for treasuries and growth teams that need audit-ready tooling.

  • Role-based approvals with session signing
  • Immutable campaign logs and CSV exports
  • Regional compliance templates and retention

API readiness without the overhead

The same automation engine that powers the dashboard can be triggered programmatically. Service accounts, rotating keys, and organization-level approvals keep your treasury safe.

Webhook callbacks for campaign milestones
S3-compatible upload targets for recipient lists
Custom RPC routing with failover

POST /api/airdrop/create

{
  "tokenAddress": "So1111...111",
  "totalAmount": "250000",
  "distributionType": "equal",
  "recipients": [
    {"wallet": "9nFG...pQS", "amount": "50"},
    {"wallet": "8bd2...ZLm", "amount": "25"}
  ],
  "schedule": "immediate"
}