Hyperlane Warp Routes 2.0 are a type of Hyperlane Warp Route (HWR) that allows liquidity to be sourced from multiple collateral chains with native rebalancing for supported configurations.

Overview

In a single-collateral HWR, tokens are locked on one source chain. Example:
  • Lock 100 USDC on Ethereum
  • Mint 100 USDC on NewChain
Hyperlane Warp Routes 2.0, on the other hand, allows users to bridge from multiple collateral chains. Example:
  • Lock 50 USDC on Base
  • Lock 50 USDC on Arbitrum
  • Mint 100 USDC on NewChain
This setup allows a destination chain to receive assets from multiple sources, making it easier for users to onboard liquidity without depending on a single origin.

Native Rebalancing

If more funds flow in one direction, one of the chains in the route can run out of collateral, creating imbalanced flow that prevents withdrawals. To maintain a smooth user experience, collateral must be balanced across chains. HWR 2.0 addresses this with native rebalancing - collateral is automatically moved between chains to resolve imbalances via the rebalancer. To learn more about Native Rebalancing, head over to: HWR 2.0 : Native Rebalancing

High-level Flowchart

Guides