The fee calculation for creating a token is based on the number of total supply of token divisible units, which in turn is calculated from the token supply and the number of decimals in the token definition.
For example, a token with supply 1,000,000 and 2 decimals has a total of 100,000,000 divisible units. The actual fee calculation is a logarithmic scale based on this number, using the formula:
Fee = (log10(divisible units) – 2) * 100
A minimum fee of 1 NXS always applies. This yields the following fees based on number of divisible units
100 = 1 NXS
1,000 = 100 NXS
100,000 = 300 NXS
1,000,000 = 400 NXS
1,000,000,000 = 700 NXS
1,000,000,000,000 = 1000 NXS