send_token
Send ERC-20 tokens to any address on supported networks by specifying the token contract, recipient, and amount.
Instructions
Sign and broadcast an ERC-20 transfer from the configured wallet, converting the amount using the token's decimals. STATE-CHANGING.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address. | |
| token | Yes | ERC-20 token contract address. | |
| amount | Yes | Amount in token units (e.g. '100.5'). | |
| network | No | Target network. One of: ethereum, base, arbitrum, optimism, polygon, sepolia, base-sepolia, arbitrum-sepolia, optimism-sepolia, polygon-amoy. Defaults to the server's configured default network. |