wrap_native_token
Convert native coins to their wrapped ERC-20 tokens (ETH to WETH, BNB to WBNB, MATIC to WMATIC) on supported EVM networks.
Instructions
Wrap native tokens to their wrapped ERC-20 version (ETH→WETH, BNB→WBNB, MATIC→WMATIC, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount of native tokens to wrap (e.g., '1.5') | |
| 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. |