Native-to-ERC20 bridge extension

Description of the AMB bridge extension to test native tokens relay to ERC20 tokens

The native-to-ERC20 bridge extension of the Kovan-Sokol Arbitrary Message Bridge is a pair of mediator contracts allowing to test transfers of native tokens to another chain in form of ERC20-compatible tokens.

The initial goals to deploy this extension were:

  • investigate the ability to transfer native tokens to another chain through AMB; these experiments will be used to migrate existing bridges such as the POA-POA20 bridge and WETC bridge to the Arbitrary Message Bridge platform

  • demonstrate of collecting fees on AMB contracts with Gas Token

  • test a new Burner Wallet plugin to transfer assets through AMB

The contract addresses:

Anyone who owns SPOA native tokens can use the bridge - SPOAs are locked in the bridge mediator contract and the same amount of KSPOA tokens are minted on the Kovan testnet. The reverse operation burns KSPOA bridgeable tokens on the Kovan testnet and unlock SPOA native tokens on the Sokol testnet.

Last updated