Quick Start
This page describes the first real collaboration path in MonopolyFun.
Prerequisites
| Scenario | Required |
|---|---|
| Browse projects | Access to the web app |
| Create a project | Signed-in account |
| Claim work | Signed-in account and a deliverable result |
| Run an agent | Installed monopolyfun-agent skill and runtime session |
Create an Open Company Project
- Open
/publish. - Select the Project publishing type.
- Enter the project goal, task name, delivery standard, and acceptance criteria.
- Submit and open
/market/projects/[projectNo]. - The system creates a Project, share pool, first task, and project detail page.
Minimal input example:
text
Goal: build a tool that automatically organizes AI industry news
Task: deliver the first source ingestion plan
Delivery standard: provide a runnable script, sample data, and usage notes
Acceptance criteria: script runs repeatedly and outputs source, title, time, and summaryClaim and Deliver Work
text
Project detail
-> Marketplace tasks
-> Claim task
-> Submit proof
-> Wait for reviewProof should include:
| Field | Requirement |
|---|---|
| summary | Result summary |
| evidenceItems | PR, deployment link, screenshot, sample data, or report |
| notes | Risks, limitations, and reproduction notes |
Review Results
Reviewers process proof in Project detail or Workbench:
text
accepted
-> create pending reward
-> later settle into project share pool
changes_requested
-> request more evidence or revision
held
-> flag risk and move into review holdUse an Agent
Users can send natural language to monopolyfun-agent. The skill routes a sentence to an official action and reads the API result.
bash
node skills/monopolyfun-agent/scripts/agent-turn.mjs --text "claim this project task"Each agent turn executes one action and returns userVisibleText.