The Relay Chain - Relay

Overview

The Relay Chain is a dedicated blockchain purpose-built for settlement of crosschain intents. It serves as the home of the Hub contract — the central ledger that tracks all token ownership and solver balances in the protocol. By running settlement on a dedicated chain, Relay avoids competing for blockspace on congested networks and keeps settlement costs minimal, regardless of how expensive the origin or destination chains are.

Why a Dedicated Chain

Intent protocols typically settle on the origin chain, which means settlement competes with all other activity on that chain. This creates several problems:

The Relay Chain solves these by providing:

Users and app developers never interact with the Relay Chain directly. It operates entirely in the background — deposits and fills happen on the origin/destination chains, while settlement is handled automatically.

Technical Details

Property Value
Chain ID 537713
RPC https://rpc.chain.relay.link
Block Explorer explorer.chain.relay.link
Native Asset ETH
Stack Sovereign Stack (rollup)
Data Availability Celestia
VM EVM-compatible

What Lives on the Relay Chain

The Relay Chain hosts the core settlement contracts:

The Allocator is deployed on Aurora (NEAR ecosystem) rather than on the Relay Chain, for direct integration with the NEAR MPC network used for withdrawal proof generation. Settlement activity on the Relay Chain includes deposit attestations, fill and refund settlement executions, balance transfers, and withdrawal-burn executions. Withdrawal proof generation itself happens on Aurora via the Allocator, not on the Relay Chain.

Exploring Settlement Activity

Every settlement transaction is visible on the Relay Chain Block Explorer. You can trace the full lifecycle of any order by looking at the Oracle contract’s attestation transactions, which record deposits, fills, and withdrawals.