The Arbitrary Message Bridge (AMB) is designed to relay any data between two EVM-based chains. The originating contract encodes data in the form of an arbitrary method call, which can also include or exclude parameters. This information, along with the target contract address, is passed to the AMB contracts. As soon as data are relayed from chain A to chain B by the Arbitrary Message Bridge oracles, the bridge contract on side B passes the ABI-encoded method to the target contract.
transfer NFTs between two chains
trigger a method in one chain after some contract invocation in another chain
propagate tokens prices to another chain
transfer digital asset (native or ERC20 tokens) ownership similar to the generic TokenBridge
synchronize contracts states between two chains
AMB's universality means it can be used as a base layer for bridge and application construction. Once the bridge contracts are deployed and the corresponding validators are running the oracles, other applications can use them without the need to deploy their own infrastructure.
Check out the ETH-xDai AMB section to view and try some live extensions.
Learn about our new multi-token extension, where an ERC20 on Ethereum is bridged and automatically created on xDai!
We have developed several AMB extensions. A brief description and links to the Github repos are below.
native-to-erc20 - an extension that allows a user to transfer native tokens on one chain to ERC677 tokens on another chain. It works similarly to the POA20 bridge.
CryptoKitties NFTs - an extension prepared for demonstration purposes. It allows users to transfer CryptoKitties ERC721 tokens from the Ethereum Mainnet to the xDai chain.
erc20-to-erc20 - an extension to transfer an ERC20 token linked with the extension to an ERC677 token on another chain.
erc20-to-native - an extension to transfer an ERC20 token on one chain to a native token on another chain. It works similarly to the xDai bridge.
mutli-erc20-to-erc677 - an extension that allows users to transfer any ERC20 token to an ERC677 token on another chain. This is also known as as multi-token bridging.
На онлайн-митапе эксперты обсудят современные тенденции развития технологии, а также поделятся практическими решениями.
Александр Колотов, руководитель группы разработки в проекте TokenBridge, преподаватель Университета Иннополис