Relay

  • Name: Relay
  • URL: https://docs.relay.link/
  • Tags: ethereum-ecosystem bitcoin-ecosystem solana-ecosystem
  • Category: cross-chain execution control plane / routing middleware / smart-account integration layer
  • Summary: Relay is an execution middleware stack, not just a bridge frontend with a nicer API. Its docs and repos show a broad operator surface spanning executable quotes, deposit addresses, gas sponsorship, smart-account flows, lifecycle indexing, and backend claim handling across many chains. The hard question is therefore not whether Relay can route a transfer. It is how much execution and observability an integrator is outsourcing to Relay’s defaults.
  • What it does:
    • Provides APIs and SDKs for executable quotes that can swap, bridge, and call across chains through a unified developer-facing interface
    • Supports deposit-address flows so users can bridge assets without connecting a wallet or signing in the destination app flow
    • Exposes smart-account functionality using ERC-4337 and EIP-7702 for gas sponsorship, batching, and preserving the user as msg.sender on the destination chain
    • Extends beyond EVM-only routing with documented Bitcoin, Solana, Hyperliquid, and other chain-specific integration paths
    • Offers operational integration surfaces such as transaction indexing, webhooks, and websocket updates so apps can track lifecycle events without building their own indexing stack from scratch
    • Publishes protocol and implementation repos that reveal concrete underlying components such as ERC-4626 vaults, bridge contracts, a backend indexer, and a claimer service
  • Key claims:
    • The docs homepage describes Relay as “the fastest and cheapest way to bridge & transact across chains,” while the documentation index shows feature areas spanning app fees, deposit addresses, fast fill, fee sponsorship, gasless execution, smart accounts, webhooks, websockets, and transaction indexing
    • The supported-routes docs say Relay supports cross-chain routes across 69+ blockchain networks, and the public api.relay.link/chains response shows a large live chain directory rather than a small fixed bridge list
    • The unified quote API is explicitly framed as returning an executable quote for “swapping, bridging and calling,” which makes Relay broader than a pure bridge aggregator or single-purpose swap API
    • The Smart Accounts guide says Relay uses ERC-4337 and EIP-7702 to batch actions, sponsor gas, and preserve user identity on destination chains, including cases where the final contract needs msg.sender to be the user
    • The Bitcoin support guide documents PSBT signing, Bitcoin-specific chain and currency identifiers, and UTXO-aware balance handling, which is a strong signal that Relay is designed as multichain execution infrastructure rather than only an EVM router
    • The webhooks and transaction-indexing docs show Relay also operates a lifecycle and observability layer for integrators, including pushed status events and APIs for indexing same-chain actions or internal-deposit transactions
    • The public repos show first-party software beyond docs and SDK wrappers: the Relay kit SDK repo, a monorepo for protocol vaults/contracts plus backend and claimer services, and archived depository docs merged into newer settlement-protocol work
  • Whitepaper: No classic standalone whitepaper or litepaper was found during this pass. The strongest primary materials were Relay’s official docs and API reference plus first-party GitHub repositories for the SDK and protocol implementation; see ../whitepapers/relay-primary-sources-2026-04-26.md.
  • Sources:

Internal linkages

  • Best upward reads for execution-and-defaults control planes: across, skip, and LI.FI.

  • Keep the note on deposit-address custody assumptions, route ranking, sponsorship policy, and indexing visibility rather than on every chain or bridge rail Relay can touch.

  • Last reviewed: 2026-06-01 UTC