Fees in the “Waves Enterprise Mainnet”¶
# |
Transaction type |
Fee |
Description |
---|---|---|---|
1 |
no fee |
Initial binding of the balance to the addresses of nodes |
|
3 |
1 WEST |
Tokens issue |
|
4 |
0.1 WEST |
Tokens transfer |
|
5 |
1 WEST |
Tokens reissue |
|
6 |
1 WEST |
Tokens burn |
|
8 |
0.1 WEST |
Tokens lease |
|
9 |
0.1 WEST |
Cancel of the tokens lease |
|
10 |
1 WEST |
Alias creation |
|
11 |
0.1 WEST |
Mass tokens transfer. Minimum commission is specified |
|
12 |
0.1 WEST |
Transaction with the data in the key-value pairs format. The fee is always charged |
|
13 |
0.5 WEST |
Transaction which is binding a script with a RIDE contract to an account |
|
14 |
1 WEST |
Transaction which is signing a sponsorship asset |
|
15 |
1 WEST |
Transaction which is binding a script with a RIDE contract to an asset |
|
101 |
no fee |
Assignment of the first network administrator for further distribution of rights |
|
102 |
0.05 WEST |
Issuance/withdrawal of rights from the account |
|
103 |
1 WEST |
Docker-contract creation |
|
104 |
0.1 WEST |
Docker-contract call |
|
105 |
no fee |
Docker-contract execution |
|
106 |
0.05 WEST |
Docker-contract disable |
|
107 |
1 WEST |
Docker-contract update |
|
110 |
no fee |
Node registration in the genesis block with the blockchain start |
|
111 |
0.05 WEST |
A new node registration |
|
112 |
1 WEST |
Access group creation |
|
113 |
0.5 WEST |
Update the access group |
|
114 |
0.1 WEST |
A data hash sending to the net |
Parameters for calculating certain commissions¶
Commissions are dynamically calculated for the following transactions:
The following formula is using to calculate fee for the 11 MassTransfer Transaction:
where:
FeeBase - a basic fee which is equal 0.1WEST.
N T - a number of transfers.
FeeAdd - an additional fee which is equal 0.1WEST.
The following formula is using to calculate fee for the 12 Data Transaction:
where:
FeeBase - a basic fee which is equal 0.1WEST.
Size - a transaction body size in bytes.
FeeAdd - an additional fee which is equal 0.05WEST for each 1 kB of the transaction size.