Introduction EVM Relayer Solidity UtilitiesSandbox
InterchainTokenServiceInterchainTokenFactoryTokenManagerAxelarGateway AxelarGasServiceAxelarExecutableAxelarJS SDK
Onboard Your IBC chainBug Bounty
Crosschain Message FlowaxlUSDCSecurity OverviewInterchain Transaction DurationEVM Contract Governance

No-Code (ITS Portal)

The Token Whitelisting for Squid Router form is now live! Download the axelar-configs repo, install dependencies, and npm run wizard on the command line to access the interactive form through the wizard.

The quickest way to begin exploring and deploying interchain tokens is with Axelar’s no code frontend portal. (Click here for testnet)

The portal offers two main paths. You can either deploy a fresh new token on multiple chains at once or you can connect a pre-existing token to ITS. Once integrated, you can then deploy additional interchain tokens on other blockchains to be bridgeable with your token that you had previously integrated.

Deploy New Token

To deploy a new token:

  1. Connect your wallet.
  2. Select a source network where you have funds available.
  3. Click Deploy a new Interchain Token.
  4. Add your new token’s name, symbol, decimals, and amount to mint. You can also mark the token as mintable, which will allow the token minter to mint new tokens.
  5. Select additional chains for your token’s to be available on. You can optionally add the token amount to mint on each selected chain.

If your connected wallet has enough funds, your new token will become available on each chain you selected. It will follow the Interchain Token Standard, so users can call the interchainTransfer() method on the token itself to transfer between blockchains.

Connect Existing Token

  1. Connect your wallet.
  2. Select a source network where you have funds available.
  3. Paste in the address of your token that you want to connect to ITS
  4. Click the Register interchain token button.
  5. Select additional chains for your token’s to be available on.
  6. This will register a lock/unlock Token Manager for your custom token on the home chain and a native interchain token on any of the remote chains you register your token on.

Tutorial

For detailed steps on using the portal to create a new token, check out the How to Create an Interchain Token with Axelar in 4 Steps tutorial.

Edit this page