On the Decimal blockchain the transaction fee consists of the fixed rate for the type of transaction and the cost for the transaction volume in bytes.

Fived rates: 1 unit = 0,001 DEL

  • send - 10 юнитов - 0.01 DEL
  • multisend - 10+(n-1)x5 units (n - number of recipients) - 15 units (2 recipients)
  • sell - 100 units - 0,1 DEL
  • sell - 100 units - 0,1 DEL
  • buy - 100 units - 0,1 DEL
  • declare candidacy - 10 000 units - 10 DEL
  • edit candidate - 10 000 units - 10 DEL
  • delegate - 200 units - 0,2 DEL
  • unbond - 200 units - 0,2 DEL
  • set online - 100 units - 0,1 DEL
  • set offline - 100 units - 0,1 DEL
  • create multisig - 100 units - 0,1 DEL
  • create multisig transaction - 100 units - 0,1 DEL
  • sign transaction - 100 units - 0,1 DEL
  • redeem check - 30 units - 0,03 DEL

create coin

  • 3 letters - DEL 1 000 000
  • 4 letters - DEL 100 000
  • 5 letters - DEL 10 000
  • 6 letters - DEL 1 000
  • 7-10lettersбукв - DEL 100

Cost of 1 byte of final transaction volume: 2 units (0,002 DEL)

In fact, a transaction is just an information message. It states what, how much, to whom and from whom it is sent, as well as service data. The transaction volume is the volume of all information the transaction consists of:

  • service (signatures, parameters, etc.);
  • user (length of the coin ticker to be sent, length of the fee coin ticker, amount to be sent, text message).

Based on our testing experience during the development of the Decimal we have the following indicative data on the each transaction fee:

  • send ~ 0.41 DEL
  • multisend ~ 0,479 DEL (2 recipients)
  • sell ~ 0.484 DEL
  • sell ~ 0.444 DEL
  • buy ~ 0.54 DEL
  • declare candidacy ~ 10.674 DEL
  • edit candidate ~ 10.494 DEL
  • delegate ~ 0.564 DEL
  • unbond ~ 0,604 DEL
  • set online ~ 0.396 DEL
  • set offline ~ 0.394 DEL
  • create multisig ~ 0.494 DEL
  • create multisig transaction ~ 0.542 DEL
  • sign transaction ~ 0.544 DEL
  • redeem check ~ 0.03 DEL