Gatherer - nionis/purpose GitHub Wiki

Administrators (athene) can allow an address to "gather" (mint) UBI.

They also have the ability to change tax, disallow, change rate (there is a min-max on how much it can be).


The amount that will be minted is calculated like this:

  • s = seconds since last burn
  • R = ubi people can earn per second
  • A = amount that will be minted

s * R = A

Solving for seconds: (used in tests)

A / R = s