How Much Gas to Get Over the Bridge?

Satellite gas fees, explained: In this post, we explain cross-chain gas costs, where they are charged, how they are estimated — and how Axelar keeps cross-chain gas payment complexities in the background for users.

NEWS
TECHNOLOGY
November 20, 2022
Sergey Gorbunov
November 20, 2022

Table of Contents

Back to blog

Enabling users to interact with any asset, any dApp, on any chain with 1-click is in Axelar's DNA. It's our mission. The Axelar network was designed explicitly so that users only pay gas once, and never need to post additional transactions on destination chains or perform relays, as those services will be covered from their initial transaction. It enables very simple UX, but users and developers need to account for all these steps when deducing the cross-chain gas used for processing.

Estimating cross-chain gas costs is more complex than the gas calculations most users are accustomed to, within a single blockchain ecosystem. The true total cross-chain gas cost is a combination of:

  1. The gas fee a user pays on a source chain (say, Ethereum) for sending a transaction using the deposit address on Axelar.
  2. The gas fee it takes to “process the deposit” address and route the funds to the Axelar Gateway contract.
    1. In this example, 3 transactions, at $50 together.
    2. https://etherscan.io/tx/0x5c38b94b2d208ae44ca36ab536e360a352d67e9f4efb05b51564bb34db09a891
    3. In this example, 9 transactions, at ~$168 for all.
    4. https://etherscan.io/tx/0x93f75fb2e2a5ab0aeeff5707676a726f8a522253f5307c0bfdc7cb487ce5f907
  3. The relay fee to the Axelar network + the relay fee to the Osmosis network.

Step #3 is often subsidized by projects who incentivize operators to do relaying (such as validators, from treasuries, etc). Let’s ignore it for now.

What’s important to realize is that processing a cross-chain transaction costs much more in source-chain gas fees than the gas fee described in Step 1. In cross-chain gas costs, Step 2 is the expensive one.

How Axelar calculates cross-chain gas: short-term update

The fees collected by the network are adjusted if/when possible, and largely influenced by the Ethereum gas prices. The relay fee is set to cover gas fees on average across all interconnected chains.

How Axelar calculates cross-chain gas: mid-term features

A number of projects are in the works that will optimize and reduce the relay fees when possible:

  1. A new deposit service. It will have a more cost efficient way to process step #2. It's live on the testnet now and will transition to mainnet soon.
  2. Exposing the the ability to send tokens directly to the gateway (without using the deposit address, and hence eliminating step/fee 2). You can do it today, but front-ends need to integrate this flow. It will work if you’re sending from a “smart” wallet, like MetaMask and will cost very little.
  3. As more traffic is generated via the network, the amortized cost in the batches decreases.

With the combination of the above methods, cross-chain gas costs on Axelar can be reduced to the minimal possible overhead.

This blog is an edited version of a message originally published to the Osmosis community forum.