Gas Top-Up - Relay
Gas Top-Up
Gas top-up automatically includes a small amount of the destination chain’s native gas token (e.g., ETH) with the bridged tokens. This ensures recipients have gas to interact with their received tokens immediately.
Enabling Gas Top-Up
To enable gas top-up in your quote request:
- Set
topupGastotrue - Optionally specify the gas amount using
topupGasAmount
Checking Gas Top-Up Support
A chain supports gas top-up when all of the following are true:
- EVM chain only - The chain’s
vmTypemust be `"evm" - Non-native currency - You cannot top up gas when bridging the chain’s native token (e.g., ETH on Ethereum)
- Bridging enabled - Either:
tokenSupportis"All", ORcurrency.supportsBridgingistrue
You can verify support by checking the Gas Top Up Supported column in Supported Tokens & Routes or by querying the Chains API.