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.

Last updated