External relays

External relay description and integration documentation

The Asterizm Protocol has been designed to allow not only internal off-chain modules but also external services to act as relays. These external relays can be trusted services that have undergone protocol audits and have set up the necessary infrastructure.

Each relay has the authority to establish its transfer fee in the native currency of the network. All relay data is stored on-chain, making this information accessible to everyone.

Every client is free to choose which relay they want to use for sending confirmations of their transfers (transferHash). To do this, the client should invoke the method setExternalRelay(address _externalRelay) on their client contract.

IMPORTANT!

A client can only set the address of an external relay once. If they attempt to call the method again, the contract will return an error.

Please exercise caution when configuring this parameter because once set, you cannot change it or revert to the "default" relay. You will need to redeploy contracts if you wish to make changes in this regard.

Last updated