BSC ↔ Fuse Native
Fuse native bridge is used to relay the Fuse native token between Fuse and Binance Smart Chain (BSC) networks
This bridge is a two layer bridge. The Arbitrary Message Bridge (AMB) is responsible for relaying messages between the networks at the base level. On top of the AMB, the pluggable mediators implement a contract logic of token relaying of various assets.
To send tokens from the Fuse network:
Send native Fuse token to the home bridge contract. Then you receive an equal amount of the Fuse token on the BSC network, sent from the foreign bridge contract.
To send tokens from the BSC network:
- 1.Approve the Fuse ERC20 tokens to be spent by the Foreign ERC20 bridge.
- 2.Call relayTokens function on the bridge contract
the
relayTokens
method will lock the ERC20 tokens on the foreign bridge. After a couple of confirmations, an equal amount of the Fuse ERC20 token will be released from the home bridge contract on BSC.Last modified 10d ago