Skip to content

Supply

Purpose

Specifies how MPOW supply is introduced, limited, and observed.

Components

TotalSupply is composed of:

text
TotalSupply = CirculatingSupply + LockedSupply

Where:

  • CirculatingSupply is the balance of all externally owned accounts and liquid contracts.
  • LockedSupply is held in designated protocol or DAO-controlled addresses.

Observability

TotalSupply and CirculatingSupply MUST be observable via:

  • ERC-20 totalSupply function.
  • Balances of known locking contracts or addresses.

Growth Behavior

TotalSupply increases monotonically through mint events, subject to MaxSupply.

In the absence of:

  • Ad-driven rewards.
  • Claim events.
  • DAO or protocol mint operations.

TotalSupply remains constant.

This behavior ensures no inflation without underlying economic activity.

Published under MIT License.