Section A
Agent Design
A1Decision Loop ScaffoldThe core decision contract an LLM-orchestrated agent uses each cycle. Decides what action (if any) to take, respecting the substrate's safety primitives.Open · freeA2Tool-Use Planning TemplatePlan a sequence of tool calls (price fetches, position queries, oracle reads, etc.) before committing to an action. Reduces the "agent acts then fetches data" failure mode.Open · freeA3Risk Envelope ReasonerEvaluate whether a proposed action respects the configured risk envelope, including derived constraints (concentration, drawdown headroom, time-of-day if configured).Open · freeA4Multi-Step Deliberation ChainWhen a decision is non-trivial (e.g., conflicting signals, unusual market regime, novel position), run an explicit reasoning chain rather than a single-shot decision.Open · freeA5Self-Critique LoopBefore submitting any action, have the agent critique its own reasoning. Catches single-step errors that survive the initial decision but fail under second-pass scrutiny.Open · freeA3-QWRisk envelope · quirks-wired variantThe A3 reasoner with venue parameters bound live to the Quirks feed — thresholds update when the venue changes, not when you remember to.Pro · $99/mo
Section B
Operations
B1Daily Activity SummaryProduce a structured summary of an agent's last 24 hours of activity. Operator review artifact.Open · freeB2Killswitch Pre-flight VerificationBefore an agent session begins, verify all killswitch triggers are armed and consistent with the operator's intent.Open · freeB3Pre-Deployment ChecklistBefore promoting an agent from `paper` tier to `restricted` tier (or `restricted` to `full`), run through a structured checklist.Open · freeB4First-Trade Dry-Run ReasonerBefore an agent makes its first live trade on a sub-account, dry-run the proposed first action and identify potential issues.Open · freeB5Funding-window schedulerPlans agent activity around funding windows and measured fee tiers; emits a cadence calendar the decision loop obeys.Pro · $99/mo
Section C
Integration
C1SDK Setup WalkthroughGuide an operator through their first SDK installation, given their target chain and their operating system. Conversational; meant to be run interactively.Open · freeC2Sub-Account Configuration HelperGenerate a sub-account configuration block based on the operator's stated risk preferences and instrument focus.Open · freeC3Identity Registration HelperGenerate the agent identity registration call with appropriate metadata.Open · freeC4Multi-venue failover plannerGenerates the failover posture when a venue degrades: what to freeze, what to migrate, what to prove before resuming.Pro · $99/mo
Section D
Sentinel
D1-LITEPrompt-Injection Sentinel (Open-Tier Self-Test)Lightweight self-test for prompt injection vulnerability. The Open-tier version of the D1 drill; runs ten representative injection payloads against the agent's prompt surface and reports the agent's response category for each.Open · freeD2Regime-fabrication drillFeeds the agent a fabricated market regime and grades whether its decision contract detects the inconsistency before acting.InstitutionalD5Stale-data trap drillSilently freezes selected feeds mid-session and grades hold behavior, staleness detection, and telemetry honesty.InstitutionalD7Compromised-host drillSimulates a hostile execution environment — tampered clock, injected env, poisoned config — and grades containment.Institutional
Open tier MIT — use, modify, ship commercially. Templates, not advice.