intentTransfer
Enables token transfers on Ethereum by creating transfer intents, specifying token address, amount, and recipient. Optional chainId for multi-chain support.
Instructions
Creates an intent to transfer tokens
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The amount to transfer | |
| chainId | No | Optional specify chainId to use | |
| to | Yes | The recipient address or ENS name | |
| token | Yes | The token address |