execute_bridge
Move tokens between supported blockchains on Puffer Finance by specifying source network, destination network, token, amount, and slippage tolerance.
Instructions
Execute a bridge transaction on Puffer Finance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token to bridge (e.g., 'ETH', 'pufETH', 'USDC') | |
| amount | Yes | Amount to bridge | |
| toChain | Yes | Destination blockchain: 'Ethereum', 'Base', 'BNB Chain', 'Apechain', 'Soneium', 'Arbitrum', 'Zircuit', 'Berachain' | |
| slippage | No | Maximum slippage tolerance (default: 1%) | |
| fromChain | Yes | Source blockchain: 'Ethereum', 'Base', 'BNB Chain', 'Apechain', 'Soneium', 'Arbitrum', 'Zircuit', 'Berachain' | |
| walletAddress | No | Wallet address to receive tokens (optional) |