CyberPayout
Multi-chain USDC batch transfers.
Overview
CyberPayout supports USDC batch transfers across 16 chains, sending to multiple recipients in a single transaction. Ideal for payroll, airdrops, reward distribution, and more.
MCP Tools
| Tool | Description | Cost |
|---|---|---|
payout-batch | Execute batch transfer | 0.5% |
payout-preview | Preview fees (no execution) | Free |
Usage Example
{
"service_id": "payout-batch",
"params": {
"wallet": "0x...",
"chain": "base",
"token": "USDC",
"recipients": [
{"address": "0xaaa...", "amount": 100},
{"address": "0xbbb...", "amount": 50},
{"address": "0xccc...", "amount": 200}
]
}
}Supported Chains
EVM (7 chains)
Ethereum, BSC, Polygon, Arbitrum, Optimism, Avalanche, Base
Non-EVM (4 chains)
Solana, Tron, TON, Sui
Smart Contracts
Each chain has a dedicated BatchTransfer contract supporting multiple transfers in a single transaction, saving gas.
Pricing
| Item | Rate |
|---|---|
| Fee | 0.5% |
| Gas | Paid by user |
| Minimum amount | $1 |
