- Convert USDC to wsrUSD_ETH on Ethereum using Enso’s routing
- Bridge the newly minted rUSD from Ethereum to Katana chain via Stargate
- Check wsrUSD balance on Katana after bridge completion
- Deposit wsrUSD to wsrUSD/vbUSD Morpho position
- Bridge operations execute sequentially - Katana operations only proceed after successful Ethereum minting
- LayerZero bridge fees apply for transfers between Ethereum and Katana
- Gas costs for both chains are paid from the originating Ethereum transaction
Resources:
- Bridge Action Reference - Technical details on crosschain bridging
- Route Action Reference - Using Enso’s routing aggregation
- Deposit Action Reference - Using Enso’s deposit action
- getLayerZeroPool SDK Method - Finding available bridge pools programmatically
- Crosschain Bridging Guide - Getting started with multi-chain workflows
Updated