Skip to content

Formulas

Purpose

Provides core formulas governing conversion and distribution.

Conversion from Reward Units

For a claim of R_c Reward Units:

text
MPOW_c = R_c

Where:

  • MPOW_c is the number of MPOW tokens minted.

Aggregate Minting

Total minting for claims {1..n}:

text
MintTotal = Σ MPOW_c[i]

TotalSupply becomes:

text
TotalSupply_new = TotalSupply_old + MintTotal

Advertiser Funding to Backing

If advertiser funding for a period is F (in base currency), and reference price is P:

text
BackingMPOW = F / P

BackingMPOW represents the amount of MPOW economically supported by this funding, either through direct mint events or reserved capacity for future claims.

Published under MIT License.