executeAdjustment()
function, which will check the last time the function was called and mint or burn the appropriate amount of Honey to/from the common pool.error
term tells us how much we should be adjusting the supply to get back to the target ratio. The seconds_per_year
constant smooths the adjustments so that even though we can adjust on a per block basis, it would take approximately a year (all else equal) for the system to get back to the target ratio.executeAdjustment()
function is called regularly. However, anyone is welcome to call it and can do so by clicking the honey logo on the 1hive.org
frontend.