transfer
Execute an ERC20 token transfer to any address by providing the token contract, recipient, and amount in base units.
Instructions
Transfer an amount of an ERC20 token to an address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | The address to transfer the token to | |
| amount | Yes | The amount of tokens to transfer in base units | |
| chainId | No | Optional EVM chain ID to run this tool on (e.g. 1 for Ethereum, 8453 for Base, 42161 for Arbitrum). Defaults to the active wallet chain. | |
| tokenAddress | Yes | The address of the token to transfer |