Skip to content
/
Testnet

Testnet

VariableValue
axelar-core versionv0.17.0
tofnd versionv0.8.2

EVM Chains

Ethereum RopstenChain ID: 3
Avalanche FujiChain ID: 43113
Polygon MumbaiChain ID: 80001
Fantom TestnetChain ID: 4002
Moonbase AlphaChain ID: 1287

IBC Channels

Axelar
channel-0channel-78
Terra
Axelar
channel-3channel-184
Osmosis
Axelar
channel-4channel-238
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
aUSDC20 aUSDC1 aUSDC0.5 aUSDC6uausdc

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