About the ETH-POA AMB
ETH-POA Arbitrary Message Bridge information
An Arbitrary Message Bridge (AMB) between the Ethereum Mainnet and the POA Network extends the number of the applications that can leverage cross-chain communications.
Any application can build its own AMB extension. This is represented by two mediator contracts so that either assets or arbitrary data can be transferred between chains. The deployed mediator contracts do not require a set of oracles to be setup, allowing an application to launch quickly and reducing the cost of application ownership.
The mediator contracts rely on the following information about the ETH-POA Arbitrary Message Bridge:
- Ethereum Mainnet:
- Gas limit to call method in the POA Network:
2000000
- Finalization rate:
8
blocks
- POA Network:
- Gas limit to call method in the Ethereum Mainnet:
2000000
- Finalization rate:
1
block
A detailed description of the AMB and examples of AMB extensions are available here: Arbitrary Message Bridge (AMB).
Last modified 3yr ago