Skip to main content
Cross-chain payment orchestration handles the routing, conversion, and settlement layer so product teams can focus on the customer experience rather than per-corridor infrastructure. The use cases below reflect how different categories of financial product apply orchestration.

Yield accounts for neobanks and fintechs

A customer opens a savings or yield account and funds it from their debit card or bank account. Without orchestration, that requires a card-to-crypto on-ramp, a manual transfer to the right network, and a vault deposit transaction. With cross-chain orchestration, those steps collapse into one. Your product encodes the vault deposit as a destination action. The SDK handles the on-ramp, routing, and deposit in a single intent. The customer funds their account in the same session they open it. See programmable destinations for how to encode vault deposits.

Cross-border stablecoin payouts

A bank or payments company issues payouts to counterparties who may hold accounts on different networks. Building per-corridor logic, Ethereum, Polygon, Arbitrum, Base, is expensive and operationally fragile. Cross-chain payments provide a single orchestration layer across all corridors. Your system submits a payout intent specifying the destination address and token; the routing layer handles cross-network settlement. One integration covers all corridors, and new network support requires no changes on your side.

Marketplace seller payouts

Sellers on a marketplace may prefer to receive in different tokens or on different networks. Managing that diversity typically means either restricting what sellers can receive or building multiple payout integrations. With cross-chain payments, you submit a payout to any destination address in any supported token on any supported chain. The seller receives in the token and on the network they specify. One integration covers all combinations.

Consumer app onboarding

Users who are new to a product often lack the right asset in the right place before they can get started. Asking them to acquire a specific token before onboarding loses conversions. The SDK accepts card, bank, and exchange funding sources, so new users can fund directly in their first session. No prerequisite crypto acquisition. No wallet setup before the product delivers value.

Institutional cross-chain settlement

An institution settles a transaction on one chain, but its counterparty requires settlement on another. Without orchestration, this requires manual bridging, separate reconciliation, and coordination across operations teams. Cross-chain routing handles settlement automatically. The institution submits a settlement intent to the counterparty’s address on their preferred network. The routing layer settles across chains. Reconciliation matches against the intent receipt rather than multiple transaction hashes across chains.