transfer_from
Transfer ERC20 tokens from one address to another. Provide token address, sender, recipient, and amount to execute the move.
Instructions
Transfer an amount of an ERC20 token from an address to another address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | The address to transfer the token to | |
| from | Yes | The address to transfer the token from | |
| 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 |