Relay — Plugin Summary
Version: 0.1.1
Overview
Relay Protocol is an intent-based cross-chain bridge that delivers funds across chains in seconds. Users specify the source chain, destination chain, token, and amount — Relay handles the rest via an off-chain solver network.
Core operations:
- Bridge ETH and ERC-20 tokens (USDC, USDT, DAI) across 70+ chains
- Get quotes with real-time fee and output estimates
- Track transfer status by request ID
Tags: defi bridge cross-chain multi-chain
Prerequisites
- No IP/region restrictions
- Supported chains: Ethereum (1), Arbitrum (42161), Base (8453), Optimism (10), Polygon (137), and 65+ more — run
relay chainsfor the full list - Supported tokens: ETH (native), USDC, USDT, DAI; any ERC-20 by address
- onchainos CLI installed and authenticated with an active EVM wallet on the source chain
- Sufficient balance on the source chain for the bridge amount plus gas
Quick Start
- Check chains:
relay chains— view all 70+ supported chains - Get a quote:
relay quote --from-chain 1 --to-chain 42161 --token ETH --amount 0.01 - Preview bridge:
relay bridge --from-chain 1 --to-chain 42161 --token ETH --amount 0.01 - Execute: Add
--confirmto the bridge command to send the transaction - Track:
relay status --request-id <id>— check if funds arrived