unwrap_native_token
Convert wrapped tokens back to native tokens (WETH to ETH, WBNB to BNB) on EVM networks. Provide amount and private key to unwrap.
Instructions
Unwrap wrapped tokens back to native tokens (WETH→ETH, WBNB→BNB, WMATIC→MATIC, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount of wrapped tokens to unwrap (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. |