Skip to main content
All commands support --help. For the full authoritative source, see engine/cli/main.py (build_parser()).

Conventions

  • Examples assume b1e55ed is on your PATH.
  • Many commands support --json for machine-readable output.

Core (day-to-day)

b1e55ed wizard

Interactive 5-step onboarding for new contributors/operators.
1

Identity forge

Creates a 0xb1e55ed-prefixed Ethereum identity used for EAS/network-facing integrations.
2

Config

Writes config/user.yaml (and initializes local state).
3

Producer registration

Registers and schedules producers.
4

Brain first run

Runs an initial cycle to verify ingestion → synthesis → storage.
5

API setup

Helps you set API auth and verify health.

b1e55ed setup

Low-level setup. Initializes local DB and writes config. (The wizard calls this internally.)

b1e55ed brain

Run one brain cycle.

b1e55ed signal

Inject operator intel as a curator signal.
Add from a file:

b1e55ed alerts

List recent alerts from the event store.

b1e55ed positions

List open positions with best-effort mark price PnL.

System

b1e55ed health

Cron-safe health check.

b1e55ed status

Human-readable system status summary.

b1e55ed integrity

Verify hash-chain integrity over the event store.

b1e55ed replay

Rebuild projections from the event log (useful after DB repair or when validating consistency).

Services (API + dashboard)

b1e55ed start

Start API + dashboard together (recommended entry point).

b1e55ed api

Start the REST API server only.

b1e55ed dashboard

Start the dashboard only.

Identity and keys

b1e55ed identity forge

Forge a 0xb1e55ed-prefixed Ethereum identity (CPU-bound).

b1e55ed identity show

Show your currently forged identity.

b1e55ed identity restore

Recover identity from an Ethereum private key.

b1e55ed keys

Manage stored keys/values.

b1e55ed anchor

Print the current hash-chain root; optionally publish as an EAS attestation.

Producers

b1e55ed producers register

Register a producer.

b1e55ed producers list

b1e55ed producers remove


Contributors

b1e55ed contributors register

Register a contributor (attribution unit).

b1e55ed contributors list

b1e55ed contributors remove

b1e55ed contributors score

b1e55ed contributors leaderboard


Kill switch

b1e55ed kill-switch

Show current kill switch level.

b1e55ed kill-switch set

Set kill switch level (0 = off, 1–4 increasing restriction).

Export

b1e55ed export karma

Export karma data from the event store.

b1e55ed kelly

Estimate optimal position sizing from trade history (Kelly criterion).

b1e55ed backtest

Walk-forward:
Grid sweep:
Mega sweep:
Regime-conditioned results:

b1e55ed webhooks

Webhook subscriptions are stored in the local database.

b1e55ed eas

EAS is optional and disabled by default. See the config reference for eas.* keys.

Uninstall

b1e55ed daemon

Run b1e55ed as a background daemon (brain cycles + resolver + retention on schedule).
Intervals are configured via daemon.* in config/user.yaml. The daemon is started automatically by b1e55ed start.

b1e55ed report

Generate a performance report with stratification by confidence band.

b1e55ed monitor-positions

Evaluate stop-loss, take-profit, and time-based stops for all open paper positions. Runs automatically on every daemon cycle; can also be invoked manually.

b1e55ed prune

Prune old events and data according to the configured retention policy.

b1e55ed register

Register this node on the ERC-8004 Identity Registry. Mints an agent NFT linking the oracle to its on-chain identity. Requires onchain.enabled: true and a funded wallet configured in onchain.private_key.

b1e55ed reconcile

Backfill missing execution provenance events. Safe to run multiple times.

b1e55ed resolve-outcomes

Resolve elapsed FORECAST_V1 events into FORECAST_OUTCOME_V1 scored records.

b1e55ed resolve-spi

Resolve expired SPI signals against real market outcomes. Updates producer karma.
Automatically run by the daemon every 30 minutes via resolve-outcomes. Use this command to trigger SPI resolution manually.

b1e55ed spi

SPI signal producer management (register, status, promote, test-key).
See External Producers for the full SPI guide.

b1e55ed verify-chain

Verify the full event hash chain (alias for integrity --no-fast).

b1e55ed uninstall

Removes b1e55ed from the system. Prompts unless --yes is provided.