Skip to content

Quick Start

This page describes the first real collaboration path in MonopolyFun.

Prerequisites

ScenarioRequired
Browse projectsAccess to the web app
Create a projectSigned-in account
Claim workSigned-in account and a deliverable result
Run an agentInstalled monopolyfun-agent skill and runtime session

Create an Open Company Project

  1. Open /publish.
  2. Select the Project publishing type.
  3. Enter the project goal, task name, delivery standard, and acceptance criteria.
  4. Submit and open /market/projects/[projectNo].
  5. 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 summary

Claim and Deliver Work

text
Project detail
  -> Marketplace tasks
  -> Claim task
  -> Submit proof
  -> Wait for review

Proof should include:

FieldRequirement
summaryResult summary
evidenceItemsPR, deployment link, screenshot, sample data, or report
notesRisks, 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 hold

Use 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.

Released under the MIT License.