Intent routing
Turn an asset movement request into an eligible cross-network execution path.
ORBX
ORBX creates one execution surface for routing assets across networks, with Robinhood Chain and connected ecosystems treated as part of the same liquidity map.
Routes stay in motion. Networks stay connected.
Instead of exposing every bridge, route and settlement path to the user, ORBX reduces the interaction to a single intent: what should move, from where, and to which network.
ORBX sits between user intent and chain-specific execution. The interface stays simple while the network layer handles route selection, execution state and destination finality.
Turn an asset movement request into an eligible cross-network execution path.
Represent liquidity across connected networks as one coordinated routing surface.
Track execution from route creation to destination finality with explicit state.
ORBX is designed around a multi-network surface where Robinhood Chain can route alongside established execution environments without changing the user flow.
Explore network matrix ↗
Robinhood ChainApplications describe the transfer they need. ORBX keeps route composition behind a stable execution surface.
const route = await orbx.route({ asset: "USDC", amount: "1000", from: "ethereum", to: "robinhood" }); await route.execute(); await route.waitForSettlement();
Move through one interface. Route through the network that makes sense for the intent.