Gas requirement: With standard EOA wallets, the user still needs a small amount of native gas token (e.g., ETH) on the origin chain to broadcast the initial deposit transaction. Relay handles all destination chain gas and deducts fees from the user’s tokens, but the origin chain submission requires native gas. For a fully gasless experience where users hold zero native tokens, see Gasless Swaps to find the right approach for your app, or explore Smart Accounts (EIP-7702 or ERC-4337) directly.
Use Cases
Call Execution
Execute transactions across any chain, pay with any token
Relay supports cross-chain transaction execution for arbitrary cross-chain transactions. This means a user can execute any call on any chain and pay with any token on any other chain. This feature is perfect for cross-chain checkout experiences as well as full chain abstraction.
Was this page helpful?