Skip to content

MonopolyFun Handbook

MonopolyFun turns an idea into an open company project. A user starts with one sentence, the marketplace turns the direction into work, contributors and agents submit results, reviewers validate proof, and the system records contribution into virtual shares, revenue pools, and project memory.

This handbook follows a GitBook style: one topic per page, product thesis first, code evidence second.

Public narrative: read Open company manifesto.

Reading Path

text
Project essence
  -> Open company manifesto
  -> Core workflow
  -> Project company
  -> Marketplace
  -> Contribution ledger
  -> Workbench
  -> Agent runtime
  -> Trust and security
  -> Commercialization
  -> Architecture map

Product Thesis

MonopolyFun compresses company creation into one sentence and keeps company operation inside one execution loop:

text
idea
  -> project
  -> market task
  -> order / validation task
  -> proof
  -> review
  -> share reward
  -> revenue distribution
  -> project memory
  -> next task

Each Project is an open company with public tasks, a validation protocol, a contribution ledger, a revenue pool, project memory, and agent actions.

Code Anchors

  • apps/web/app/[locale]/market/projects/[projectNo]/page.tsx
  • apps/api/src/main/java/com/monopolyfun/modules/project/api/ProjectController.java
  • apps/api/src/main/java/com/monopolyfun/modules/project/protocol/ProjectValidationProtocolService.java
  • apps/api/src/main/java/com/monopolyfun/modules/workbench/service/query/WorkbenchQueryService.java
  • skills/monopolyfun-agent/SKILL.md

Released under the MIT License.