create_erc20_token
Create a new ERC20 token on your chosen EVM network by providing token name, symbol, and private key. Deploys the token contract and returns its address.
Instructions
Create a new ERC20 token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the token | |
| symbol | Yes | The symbol of the token | |
| 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. |