batch_transfer_erc20
Transfer ERC20 tokens to multiple recipients in a single transaction to reduce gas costs.
Instructions
Transfer ERC20 tokens to multiple recipients in a single transaction (gas efficient)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| privateKey | Yes | Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. The private key will not be logged or displayed in chat history. | |
| recipients | Yes | Array of recipient addresses and amounts | |
| tokenAddress | Yes | ERC20 token contract address |