intentApprove
Generate and authorize token spending approvals on Ethereum by specifying token address, amount, and spender. Simplify transaction permissions for cryptocurrency automation.
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 |