create_everclear_intent
Bridge pufETH or xpufETH across chains using Everclear. Specify source and destination chains, token amount, and recipient address to create a transfer intent.
Instructions
Create pufETH/xpufETH bridge via Puffer Finance using Everclear (their primary bridge provider)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token to bridge ('pufETH' or 'xpufETH') | |
| amount | Yes | Amount to bridge | |
| testnet | No | Use testnet mode (default: false) | |
| toChain | Yes | Destination chain name | |
| fromChain | Yes | Source chain name (e.g., 'Ethereum', 'Base') | |
| recipientAddress | Yes | Recipient wallet address |