send_token
Send native currency or ERC20 tokens to any EVM address by providing recipient, amount in base units, and optional token contract address.
Instructions
Send native currency or an ERC20 token to a recipient, in base units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| recipient | Yes | The recipient's EVM address. | |
| tokenAddress | No | Optional: The contract address of the ERC20 token to send. If omitted, the native currency is sent. | |
| amountInBaseUnits | Yes | The amount of the token/native currency to send (in base units, e.g., '1000000000000000000'). |