revoke_approval
Revoke an ERC20 token allowance granted to a spender address, protecting your wallet from unauthorized access. Specify token and spender to remove approval on any EVM chain.
Instructions
Revoke approval for an ERC20 token to an address
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. | |
| spender | Yes | The address to revoke the allowance to | |
| tokenAddress | Yes | The address of the token to revoke |