execute_bridge
Moves tokens between EVM blockchains using bridges like Stargate, LayerZero, Wormhole, or Across. Specify token, amount, destination chain, and private key to execute a cross-chain transfer.
Instructions
Execute a cross-chain bridge transfer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token address to bridge | |
| amount | Yes | Amount to bridge (in wei) | |
| bridge | Yes | Bridge to use (stargate, layerzero, wormhole, across) | |
| destChain | Yes | Destination chain | |
| recipient | No | Recipient address on destination chain (defaults to sender) | |
| 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. | |
| sourceChain | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |