Making a Transfer
Last updated
Last updated
ChainFusion bridge allows to transfer assets between various blockchains and makes it fast, cheap, secure in a decentralized fashion.
Go to bridge app at https://app.chainfusion.org and press Connect Wallet button.
After pressing Connect Wallet you will see wallet selection dialog. Select one of the supported wallet providers.
You will be prompted to connect wallet, press Connect. In this example we use Metamask.
After you connect the wallet, you should select source chain, destination chain and enter amount. You can specify either transfer amount or receiving amount.
Optional: You can approve ERC-20 token spend by ChainFusion by pressing Approve button. Some token standards, like ERC-677 do not require approval.
Press Transfer button in order to initiate transfer of specified amount from source chain to destination chain.
Recent transfers are shown in Recent Transfers section. You can select All in order to see all recent transfers or select Only My in order to see transfers performed by account you have connected.
Transfer history is limited only to recent transfers, older records won't be shown.
To transfer assets from one blockchain to another, you would need to use bridge contract's deposit()
function. Deposit function has four parameters:
token
- address of token to deposit, on the chain, you are transferring from
destinationChainId
- identifier of blockchain you are transferring to
receiver
- address of receiver, you are transferring to (usually the same account you are transferring from)
amount
- amount of tokens to transfer through bridge
After you made a deposit, usually it takes few minutes for validators to confirm your transfer and compose transaction on destination chain.