💾Storage Rewards

  • Rewards based on storage space usage assessed by validator nodes

Calculation (for 12 randomly selected verification windows):

MS=MRMXMOmin(S,50)1.5MT+ub15MIPMNM_S=M_R*M_X*M_O*min(S*,50)*1.5*M_T+u*b*15*M_{IP}*M_N

SS :Total amount of data stored at the time of POA validation (GB)

MOM_O:Online status coefficient

MSM_S:Rewards per 30min

MRM_{R} : Regional rewards coefficient

MXM_{X} : Online loyalty coefficient

MTM_T: Validation result, 1 if passed, 0 if failed

uu : Amount of upload data (GB)

bb : Reward coefficient based on upstream peak bandwidth

MIPM_{IP} :IP type coefficient

MNM_{N} :Reward coefficient based on number of nodes under the same IP

  • Reward Limit: The reward limit for storage capacity is set at 50GB. (Tentative value during the test network period)

  • No reward for exceeding: If your storage capacity exceeds 50GB, you will not be rewarded for the exceeding part.

  • In this test network, the rewards for storage are mainly based on the size of the capacity, and not related to the type of hard disk (e.g. HDD, Nvme, SATA, etc.).

Calculation (for 36 no-verification windows):

  • In the remaining 36 windows, no storage verification is executed.

  • The reward will be the calculated based on average performance of the most recent 10 actual verifications.

MSavg=1Ni=1NMSi MS_{avg} = \frac{1}{N} \sum_{i=1}^{N} MS_i
  • MSavg MS_{avg} : the average reward of the most recent 10 verifications

  • NN : number of verifications used for calculation, here it's 10

  • MSiMS_i: the reward of the iith verification

Last updated