Skip to content

Phase 2 Agent Ecosystem

UnDaoDu edited this page Apr 16, 2026 · 4 revisions

Phase 2: Platform & Execution

Status: 🚧 In Progress (April 2026) Timeline: 2026 Focus: Occam Cake layered delivery, foundups.com hardening, FoundUp execution pipeline, member access, DEX mechanics

Phase 2 transforms the foundation into a working platform. The execution model follows the Occam Cake — a layered delivery plan from access gating through to paying MVP users. Each layer has strict exit criteria; no phase promotion without concatenated tests and updated docs.


Occam Cake — Layered Delivery Model

The actual execution plan from modules/foundups/ROADMAP.md. This replaced the earlier aspirational Phase 2 vision with first-principles delivery constraints.

Layer 0: Access + Observability Foundation 🚧

Scope: Invite/member access, role claims, event lineage, health checks

Module Role
modules/foundups/agent_market/src/fam_daemon.py FAM Daemon
modules/foundups/simulator/sse_server.py SSE event server
modules/communication/moltbot_bridge/src/openclaw_dae.py OpenClaw DAE bridge

Exit Criteria:

  • Member-only endpoints fail closed
  • Event ordering/dedupe invariants covered in tests

Status: In progress — events and health present; member gate hardening still needed.

Layer 1: FoundUp Execution Core 🚧

Scope: Launch, task pipeline, proof/verify/payout, CABR/PoB gates

Module: modules/foundups/agent_market/

Exit Criteria:

  • End-to-end launch-to-payout deterministic path
  • Persistent adapters (SQLite/Postgres boundary) validated

Status: In progress — core complete; persistent compute wiring still finishing.

Layer 2: DEX Mechanics 🚧

Scope: Symbol uniqueness, order placement, matching, settlement, portfolio state

Module Role
modules/foundups/agent_market/src/ Production contracts and ledgers
modules/foundups/simulator/economics/fi_orderbook.py Simulation kernel

Exit Criteria:

  • DEX event contract stable (order_placed, order_matched, etc.)
  • Role gates enforced (observer_012, member, agent_trader)

Status: In progress in simulator, partial in market contracts.

Layer 3: Simulation + pVAS Forecasting 🚧

Scope: Adoption trajectory, CABR/PoB behavior, stress scenarios, policy tuning

Module: modules/foundups/simulator/

Exit Criteria:

  • Scenario runner emits deterministic manifests and metrics
  • Market + lifecycle outputs stay reproducible by seed
  • IronClaw execution lane parity with OpenClaw control contracts validated

Status: In progress — scenario + SSE operational, deeper DEX stress packs pending.

Layer 4: Operator & Member Control Panel 🚧

Scope: Portfolio, FoundUp health, DEX tape, live events

Surface Status
public/index.html Live — foundups.com landing
public/js/foundup-cube.js Live — 3D cube visualization
public/member/ Live — member area with account concierge
Control panel scripts/read-model APIs Not complete

Exit Criteria:

  • Observer dashboard read-only by default
  • Member/agent trading controls gated by role

Status: In progress — cube visualization live, member area deployed; full control panel not complete.

Layer 5: MVP Operations ⬜

Scope: Paying users, operational runbooks, incident handling, release governance

Exit Criteria:

  • At least one paying user completes launch-to-payout cycle
  • Production SLO/SLA and incident runbooks verified

Status: Not started — MVP gate requires paying-user evidence.


foundups.com — Platform Hardening

The live web platform deployed in Phase 1 is being hardened through Phase 2:

  • Mobile resilience — Keyboard interaction hardened through 10 phases (latest: Apr 2, 2026)
  • PWA manifest — Clean encoding, service worker operational
  • FoundUp route namespace/f/{foundup_id} per WSP 104
  • Kosei app surface — Firebase hosting path provisioned (Apr 12, 2026)
  • pfMALL — YouTube discovery proposals applied to catalog (Apr 13, 2026)
  • Alpha access — Digital Twin activation agreement page live
  • Clerk authentication — SSO callback, terms-of-access, role-gated member access

Priority Queue (WSP 15)

P0 — Do Now

  • Member access gate on SSE/API (fail closed)
  • DEX symbol registry and reservation policy
  • DEX event contract normalization across market and simulator
  • Concatenated tests across bridge + market + simulator
  • IronClaw sidecar lane for pAVS Agent Builder + Digital Twin

P1 — Next

  • Read models for control panel (portfolio, CABR, traction, active agents)
  • Member control panel widgets and live tape
  • Simulator stress packs for DEX/liquidity and PoB yield
  • Social Twin vertical slice: Discord/OpenClaw review → approved social execution → follow-up queue
  • FoundUp exfoliation lane: default internal PoC → external at Proto
  • PQN Swarm Hub internal PoC

P2 — After

  • Dynamic pricing and queue optimization
  • Advanced market analytics and policy auto-tuning
  • Operator automation and escalation loops
  • Spin-out execution for Proto-ready product FoundUps using dual-remote federation

First-Principles Constraints

These constraints gate all Phase 2 work:

  1. No market claims without an auditable event/state trail
  2. No DEX visibility without deterministic order/settlement contracts
  3. No member-only surface without fail-closed access gating at API/SSE layer
  4. No UI promise without read models fed by canonical events
  5. No phase promotion without concatenated tests and updated module docs

What Changed From Earlier Phase 2 Vision

The original Phase 2 described aspirational DAE emergence, "Urban Forest DAE" examples, and 10+ operational DAEs. The execution reality is more disciplined:

  • Occam Cake replaced the manifesto — layered delivery with strict exit criteria
  • foundups.com is the platform — not a theoretical concept, a deployed Firebase-hosted PWA
  • Hermes builds — real foreman agent, not theoretical autonomous entities
  • gotjunk proved exfoliation — the spin-out pipeline works, enabling future Proto promotions
  • DEX mechanics are in progress — real order/settlement contracts, not token economy theory

Transition to Phase 3

Phase 2 → Phase 3 transition criteria:

  • Layer 5 complete (at least one paying user launch-to-payout cycle)
  • All Occam Cake exit criteria met
  • Member access fail-closed and audited
  • DEX event contracts stable across market and simulator
  • Control panel operational with role-gated access
  • At least one additional FoundUp exfoliated to Proto stage

Related Pages

Clone this wiki locally