pumperp

Workers

In-process treasury tick and mind scheduler (not legacy Express workers).

The live platform runs in-process on the Fly API machine (auto-stop off). There is no separate Express worker fleet.

Live loops

LoopWhereRole
Treasury tickapps/api/src/treasury.tsClaim fees, apply charter splits, buybacks, risk exits, DIEM stake/recycle
Mind schedulerapps/api/src/mind.tsPer-agent cadence + ledger interrupts; budgeted LLM turns
Automationsapps/api/src/automations.tsPrice / schedule / cron → prompt or tool_call
Amendment activationcharter routes + tickPromote due pending charters

Health: GET /api/v1/health.

Legacy (do not document as live)

Older pumperp Express workers (fee-claimer, desk-manager, buyback-engine, …) and in-memory state.ts queues are historical. Prefer this page + clawbase docs/ARCHITECTURE.md.

On this page