This example shows single-contract minting on Ethereum followed by automated token distribution to Katana through bridging. The pattern shows multi-chain token access without requiring separate minting deployments on each destination chain. **Route Mechanics: ** This bundle facilitates stablecoin diversification across chains through a the following process:Documentation Index
Fetch the complete documentation index at: https://docs.enso.build/llms.txt
Use this file to discover all available pages before exploring further.
- Convert USDC to rUSD on Ethereum using Enso’s routing aggregation
- Bridge the newly minted rUSD from Ethereum to Katana chain via Stargate
- Check rUSD balance on Katana after bridge completion
- Swap rUSD for vault-bridged USDC (vbUSDC) on Katana
- 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
- getLayerZeroPool SDK Method - Finding available bridge pools programmatically
- Crosschain Bridging Guide - Getting started with multi-chain workflows
Updated
