transfer_token
Transfer native ETH or any ERC-20 token to any Ethereum address. Specify token, destination, and human-readable amount.
Instructions
Transfers ETH or an ERC-20 token to any Ethereum address. Use "ETH" as the token identifier to send native ETH, or provide a contract address for ERC-20.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token to transfer. Use "ETH" for native ETH, or the ERC-20 contract address. | |
| to | Yes | Destination Ethereum address (checksummed). | |
| amount | Yes | Amount in human-readable units. Example: "100" for 100 USDC. | |
| chain_id | No | Chain ID. Default: 1 (Ethereum mainnet). |