Multi-hop Transfer
Perform the multi-hop transfer of `TOK` from `myblockchain` to `myblockchain2`, with a 'hop' through the Avalanche C-Chain.
Transfer the Token Cross-chain
Now that all the bridge contracts have been deployed and registered, you can transfer tokens between chains using our toolbox:
Make sure you have:
- Deployed your ERC-20 token (from Deploy ERC-20 Token)
- Deployed your ERC20Home contract (from Deploy Home)
- Deployed your ERC20TokenRemote contract (from Deploy Remote)
- Registered your remote bridge with the home bridge (from Register Remote)
- Have enough ERC-20 tokens on the Ra chain:
Echo
(you can transfer tokens from the H chain to the Ra chain first) (from Transfer Tokens) - Have enough test ECH for gas fees

Cross-Chain Token Bridge
Send tokens from the current chain (undefined) to another chain.
Please select a destination chain
Max: 0
Recipient Address
Gas Limit
250000
Explore more
Avalanche Builder Tooling

Verify the Transfer
After initiating the transfer, you can verify it was successful by:
- Checking the transaction status in the toolbox
- Checking the transaction status in Core Wallet
- Viewing the transaction details on the Fuji Explorer
- Checking your token balance in Core Wallet on the destination chain
Note
The transfer process may take a few moments to complete as it involves cross-chain communication. You can track the progress through the transaction hash.
Is this guide helpful?