intentApprove
Enables token spending approval by creating an intent, specifying amount, token address, and spender. Used for Ethereum-based automation and secure transactions.
Instructions
Creates an intent to approve token spending
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | The amount to approve | |
chainId | No | Optional specific chain to use | |
spender | Yes | The spender address to approve | |
token | Yes | The token address |