Fee management

Get the number of native gas tokens you have to pay to send a message

The logic of the Client off-chain module includes a mechanism for automatically calculating the amount of gas required for the transfer.

At the moment of cross-chain transaction data encryption in the source network, the required amount of source network native currency is calculated to cover the cost of gas for transfer in the destination network.

This amount of native currency of the source network is sent along with the encrypted data to initialize the transfer.

There is a possibility of a strong surge in the value of gas in the destination network. In this case, the sent native currency of the source network may not be enough to perform the transaction.

In this case, the transaction will be rejected by the Translator smart contract.

You can adjust the amount of gas you are willing to spend on each message you transmit in the Client off-chain module configuration.

Last updated