Skip to content

Modules

Source document: modules/en/README.md / Propose an edit

This directory contains design notes for the functional modules of World Foundation Design.

Modules are not units of control. They separate responsibilities so each area can connect with others without taking over their scope.

flowchart TB
  Foundation["Cooperation Infrastructure<br/>voluntary / exit-capable / forkable"]
  Identity["Identity<br/>personhood / membership / permissions"]
  Reputation["Reputation<br/>trust / contribution"]
  Economy["Economy<br/>exchange / life access"]
  Welfare["Welfare<br/>life support"]
  Governance["Governance<br/>decisions"]
  Arbitration["Arbitration<br/>dispute resolution"]
  Infrastructure["Infrastructure<br/>communication / compute / data"]
  Audit["Audit<br/>verification / records"]
  Norms["Norms<br/>rules / rights / duties"]
  PublicSafety["Public Safety<br/>violence prevention / reporting boundaries"]
  Federation["Federation<br/>inter-organization protocol"]

  Foundation --> Identity
  Foundation --> Infrastructure
  Identity --> Reputation
  Reputation -. "supporting context" .-> Economy
  Economy --> Welfare
  Norms --> Governance
  Norms --> Arbitration
  Governance --> Audit
  Arbitration --> Audit
  PublicSafety --> Arbitration
  Federation --> Identity
  Federation --> Reputation
  Federation --> Audit
  Infrastructure --> Federation
  Infrastructure --> Audit
ModuleRole
identity/README.mdPersonhood, membership, and permissions
reputation/README.mdTrust, contribution, and context-specific evaluation
economy/README.mdExchange, internal records, and life access
welfare/README.mdLife support that reduces survival anxiety
governance/README.mdDecisions, change processes, and authority management
arbitration/README.mdDispute resolution and appeals
infrastructure/README.mdCommunication, computation, data, and life infrastructure
audit/README.mdVerification, records, and public/protected information boundaries
norms/README.mdRules, terms, rights, and duties
public-safety/README.mdViolence prevention, reporting, and public safety boundaries
federation/README.mdInter-organization protocols, autonomy, and interoperability