Relay Support Now Live in Enso

Relay Support Now Live in Enso

We’ve added Relay support to Enso’s routing to expand chain coverage and improve cross-chain execution.

With Relay integrated, Enso can access a broader set of paths across EVM chains, increasing the likelihood of finding a route that matches real market conditions at execution time.

Relay introduces more flexibility into how transactions are constructed. Amounts can be resolved at execution rather than fixed upfront, and both ERC20 and native token transfers are supported without additional steps. It also removes strict callback data limits, which allows more complex, multi-step executions to be built without hitting structural constraints.

Cross-Chain Routing

This matters because, with Enso, bridging is not the end of the transaction. It is one step inside a larger execution flow. Using callbacks, actions can be attached at the destination chain and executed atomically after the bridge completes. That can include swaps, deposits, mints, or even additional cross-chain steps, all within a single transaction. Because outputs can be passed dynamically between steps, execution adapts to what actually arrives rather than relying on fixed assumptions.

This directly improves execution quality. Enso simulates routes before execution and selects the one that delivers the expected outcome. Expanding the set of available paths increases the accuracy of that process and reduces the chance of being forced into suboptimal routes.