Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

# Round seigniorage rate represented as a fraction of the total supply.
#
# Annual issuance: 2%6%
# Minimum round exponent: 14
# Ticks per year: 31536000000
#
# (1+0.0206)^((2^14)/31536000000)-1 is expressed as a fractional number below
# Python:
# from fractions import Fraction
# Fraction((1 + 0.0206)**((2**14)/31536000000) - 1).limit_denominator(1000000000)
round_seigniorage_rate = [515, 485997299495497012]

[highway]

finality_threshold_fraction = [1, 3]

...