transfer_native_token
Send native tokens like BNB, ETH, or MATIC to any address or ENS name. Specify amount, recipient, and network to complete the transfer.
Instructions
Transfer native tokens (BNB, ETH, MATIC, etc.) to an address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to send in BNB (or the native token of the network), as a string (e.g., '0.1') | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| toAddress | Yes | The recipient address or ENS name (e.g., '0x1234...' or 'vitalik.eth') | |
| 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. |