How does the LitVM Airdrop Tool work?
Upload a CSV of recipient addresses and token amounts. The tool builds a single batch transaction that calls the Airdrop contract. The contract distributes tokens to every recipient atomically.
What format does the CSV need to be in?
Two columns: address and amount. Example: address,amount followed by one wallet per line. Addresses must be valid Ethereum-format (42 characters, 0x prefix). Amounts are in the smallest token unit.
Can I schedule an airdrop for a future date?
Yes. Set a start time when configuring the airdrop. Tokens are held by the contract until the scheduled time, then distributed automatically.
What tokens can I airdrop on LitVM?
Any ERC-20 deployed on LitVM. Deploy a new token at /launch, then use that same token in the airdrop tool at /airdrop.
Is the airdrop tool available on LitVM testnet?
Yes. The LitVM airdrop tool is live on testnet (chain ID 4441). Use test tokens — no real value is transferred during testing.