BSC ↔ Fuse BNB
BNB inverse-native bridge is used to relay the BNB native token between Binance Smart Chain (BSC) and Fuse networks
Last updated
BNB inverse-native bridge is used to relay the BNB native token between Binance Smart Chain (BSC) and Fuse networks
Last updated
This bridge is two layer bridge. In the base level the Arbitrary Message Bridge (AMB) is responsible for relaying messages between the networks. On top of the AMB, the pluggable mediators implement a contract logic of token relaying of various assets. More info
The contract is called an "inverse-native" bridge, because the home and foreign network are inversed. In that case Fuse network is foreign and BSC is the home network.
Home side of the bridge on the BSC network:
Foreign side of the bridge on the Fuse network:
BNB token on the Fuse network:
Home side of the AMB bridge on the BSC network:
Foreign side of the AMB bridge on the Fuse network:
To send token from the BSC network:
Send native BNB token to the home bridge contract. Then you receive an equal amount of the BNB token on the Fuse network, sent from the foreign bridge contract.
To send token from the Fuse network:
Approve the "BNB on Fuse" ERC20 token to be spent by the Foreign bridge.
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 BNB native token will be released from the home bridge contract on BSC.