Skip to content

Security

Purpose

Defines the security posture and guarantees of the MPOW token model.

Smart Contract Security

  • Contracts SHOULD be based on audited templates.
  • Any custom logic MUST be externally audited.
  • Ownership and privileged roles MUST be transparent.

Economic Security

  • No hidden mint paths.
  • No privileged direct token drains from user wallets.
  • Minting tied to explicit events (claims, governed actions).

Operational Security

  • Backend systems responsible for mint triggering MUST be hardened.
  • Keys controlling mint rights MUST be stored securely, ideally multi-sig or governed.

Transparency

  • Contract addresses MUST be published.
  • Audit reports, if available, SHOULD be published.
  • Supply and major mint events SHOULD be easily observable on-chain.

Published under MIT License.