Fees

Transaction Fee

The relay service executes signed transactions from the user with four parameters: refundToken (future use), refundAddress, gasLimit, and gasPrice. The refundAddress is usually the relayAccount used to pay for fees on the behalf the user, until the smart wallet is executed and refunds back the fees.

The smart contract caculates the fees used + some buffer amount since there are still more coded executed afterward.

Relay Service Surcharge

In the future, we will incorporate surcharges to subsize cost of running relay service and supporting the ecosystem.

Name Service Fee

Usernames are charged based how many characters in a one time charge. It is collected at the beginning of the wallet creation.

Last updated