Transaction Fee

Gas for each operation

We define gas fee in static native token amount for each operation. We don’t use Ethereum-like gasPrice and gasLimit style.

  • GAS_CREATE_TOKEN

  • GAS_MINT_TOKEN

  • GAS_BURN_TOKEN

  • GAS_TRANSFER_TOKEN

  • GAS_CREATE_KVS

  • GAS_SET_KEY_VALUE

  • GAS_DELETE_KEY_VALUE

These values are configured in .env. At the first launch of the BURN network in the initialization process, these values are loaded from .env, and persisted. Collected gas will be transferred into NETWORK_OWNER also configured in .env.