Batch Settlement
Send USDC to up to 500 recipients in a single on-chain transaction. Flux batches all transfers into one contract call, charging a flat 0.1% platform fee on the total amount settled.
How it works
CSV format
Your CSV must have exactly two columns: address and amount. Header names are case-insensitive.
address,amount 0x89e6c2...7216F6,0.23 0x1934b9...aD49D6,0.10 0xA2b255...EC2a7a,0.15
Fee structure
Flux charges 0.1% of the total USDC settled per batch. The fee is deducted automatically from the total you approve — you only sign once for the full amount including the fee.
Total USDC to send: $7.20 Fee (0.1%): $0.0072 Total you approve: $7.2072
Limits
Up to 500 recipients per batch. Minimum amount per recipient: any positive value. There is no maximum per batch — the gas limit is set dynamically based on recipient count (80,000 base + 65,000 per recipient).
History
The History tab loads all your past batch settlements live from the blockchain — no cache, no localStorage. Every settled batch shows: timestamp, recipient count, total USDC, fee, and a link to the ArcScan transaction. You can also export your full history as a CSV.

