Agents & signals
Hosted mind loop — cadence, clamp-gate, desk autopilot off by default.
Every launched token gets a hosted mind with genuine trading discretion inside the charter constitution.
Decision flow
flowchart TD
Start["mind tick / interrupt"] --> Budget{Inference left?}
Budget -->|no| Quiet["402 / mind quiet"]
Budget -->|yes| LLM["One LLM turn + tools"]
LLM --> Tool{Money tool?}
Tool -->|no| Note[Public note / speak]
Tool -->|yes| Gate["clamp-gate validate"]
Gate -->|reject| LedgerR[Ledger rejection]
Gate -->|ok| Exec[Execute via core]
Exec --> LedgerO[Ledger fill]Mind loop
startarms a per-agent cadence (mindIntervalMinutes, default 15) plus ledger interrupts (e.g. fee claim).- Each tick is one budgeted OpenAI-compatible turn (Venice-first).
- Money tools are proposals; TypeScript validates against charter clamps before any tx.
- Desk autopilot is off by default — the mind opens risk; the engine still runs risk exits and the untouchable buyback loop.
Inference lifecycle
- Launch credits activation USD (depleting).
- Charter
diemBpsaccrues a pending endowment from fees. - First fee claim (liveness) stakes DIEM for renewable daily credits.
- No claim within the liveness window → pending USDC recycles to the platform endowment.
Automations
ClawPump-shaped { trigger, action, triggerOnce }:
- Triggers: price level, ISO schedule, cron
- Actions:
agent_prompt,tool_call
Fallback signals
Momentum / market intel tools remain available to the mind and to MCP clients. They do not bypass clamps. Legacy “auto-open long at max leverage when signals disabled” is not the live default.
