burn_erc20_tokens
Burn ERC20 tokens by sending to the zero address or calling the token's burn function on supported EVM networks. Provide token address, amount, and private key to execute the burn.
Instructions
Burn ERC20 tokens (send to zero address or call burn function if available)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to burn (in token units) | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| privateKey | Yes | Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. The private key will not be logged or displayed in chat history. | |
| tokenAddress | Yes | ERC20 token contract address |