// Create a route: anything sent to the generated addresses// will be bridged to Polygon automaticallyconst route = await align.crossChain.createPermanentRouteAddress(customerId, { destination_network: "polygon", destination_token: "usdc", destination_address: "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",});console.log( `Ethereum Deposit Address: ${route.route_chain_addresses.ethereum?.address}`);// Send funds to this address to trigger automatic bridging
Use permanent routes for recurring bridge operations like salary payments or
automated treasury management.