Skip to main content

How it works

In ENTROPY, miners generate 64 bits of random information at an average of once per hour. These 64 bits are passed to an oracle that measures the randomness of the information and rewards miners with a share of tokens minted in the current epoch. Theoretically, the measure of entropy for NN bits of information xix_i, i=1,,Ni = 1,\dots,N, is given by:

ipilog(pi)+(1pi)log(1pi)-\sum_i p_i\log(p_i) + (1-p_i)\log(1-p_i)

where pip_i is the probability that bit ii is equal to one. If, for every bit, there is an equal chance that it be one or zero, the entropy of NN bits is equal to NN. Therefore, in the ENTROPY network, miners generate 64 bits of entropy every hour on average.

The 64-bit message is sent at random intervals TkT_k, whose length is a random variable governed by an exponential probability density function:

P(Tk=t)=λeλt, t0P(T_k = t) = \lambda e^{-\lambda t},~t \geq 0

where λ\lambda is equal to an hour. The choice of exponential distribution has been made due to its memorylessness property:

P(Tk=t+u  Tk>u)=P(Tk=t), t,u0P(T_k = t+u ~|~ T_k > u) = P(T_k = t),~t,u \geq 0

which allows the miner to "re-roll" its wait time without affecting the long-run distribution. Assuming disconnections last less than a few minutes, this gives miners the benefit of being able to temporarily disconnect from the network almost without penalty and can be useful in the case of temporary loss of power or Internet connection.

Token reward

Messages are received by an oracle, which measures the characteristics of the entropy received and the frequency at which messages were received. These are tabulated and scored and, once a day, all miners who have sent at least one message since the last ranking are ranked according to their score.

Daily token rewards are determined according to the formula:

  • rewards are monotonic with respect to rank
  • 2/3 are equally distributed to the top half of miners
  • 1/3 is distributed to the bottom half of miners, where amount of reward per miner decreases linearly with decreasing rank
  • the lowest-ranking miner receives as close to nothing as possible

Token claim and burn

Rewards must be claimed from the ENTROPY portal. Each claim is subject to a fee totaling 1/42 of tokens claimed, which is used to fund the project treasury.

Tokens that remain unclaimed for a period of 7 days are permanently burned.