Skip to content
/
Mainnet

Mainnet

VariableValue
axelar-core versionv0.16.2
tofnd versionv0.8.2

EVM Chains

EthereumChain ID: 1
AvalancheChain ID: 43114
PolygonChain ID: 137
FantomChain ID: 250
MoonbeamChain ID: 1284

IBC Channels

Axelar
channel-0channel-19
Terra
Axelar
channel-3channel-208
Osmosis
Axelar
channel-2channel-293
Cosmos

Cross-chain transfer fee

The Network (and thus the Satellite app) charges a base fee for all cross-chain transfers. This fee only depends on the source/destination chain and the asset and does NOT take a percentage from the transfer amount. When transferring an asset X from chain Y to chain Z, the transfer fee is the sum of per-chain fee for that asset. For e.g. a transfer of 1000 UST from Terra to Avalanche will have a fee of 1.5 UST (= 0.5 UST for Terra + 1.0 UST for Avalanche), and so the recipient will get 998.5 UST.

Asset symbolEthereumnon-Ethereum EVMCosmos ChainsDecimalsUnit
UST20 UST1 UST0.5 UST6uusd
LUNA0.2 LUNA0.01 LUNA0.005 LUNA6uluna
ATOM0.7 ATOM0.04 ATOM0.02 ATOM6uatom
USDC20 USDC1 USDC0.5 USDC6uusdc
FRAX20 FRAX1 FRAX0.5 FRAX18frax-wei
DAI20 DAI1 DAI0.5 DAI18dai-wei
USDT20 USDT1 USDT0.5 USDT6uusdt

The current transfer fee can also be queried on the network with

axelard q nexus transfer-fee [source chain] [destination chain] [amount]

For e.g., querying the example transfer above (note 1 UST = 10^6 uusd),

axelard q nexus transfer-fee terra avalanche 1000000000uusd

The per-chain fee info can be queried via

axelard q nexus fee avalanche uusd

If the total amount of asset X sent to a deposit address A is NOT greater than the transfer fee, then those deposits will sit in the queue until a future deposit to A brings the total above the fee.

Additionally, users should be prepared to pay for any transaction fees assessed by the source chain when transferring funds into a deposit address. These fees are typically in the form of native tokens on that chain (for e.g. LUNA on Terra, ETH on Ethereum).

Upgrade Path