CLI Reference
Authoritative source:engine/cli/main.py (build_parser()).
All commands support --help.
Core
b1e55ed wizard
Interactive 5-step onboarding for new contributors. Recommended first command after install.
./b1e55ed wizard or uv run b1e55ed wizard.
b1e55ed uninstall
Removes b1e55ed from the system. Prompts for confirmation unless --yes is given.
| Flag | Description |
|---|---|
--yes | Skip confirmation prompts |
--keep-data | Preserve the data directory (brain DB, logs, config) |
./uninstall.sh.
b1e55ed setup
Low-level setup. Writes config/user.yaml, initializes data/brain.db. The wizard calls this internally.
b1e55ed brain
Run one brain cycle.
b1e55ed signal
Ingest operator intel as a curator signal.
b1e55ed alerts
List recent alerts from the event store.
b1e55ed positions
List open positions with best-effort mark price PnL.
Analysis
b1e55ed kelly
Estimate optimal position sizing from trade history using the Kelly criterion. Regime-adjusted.
b1e55ed backtest walkforward
Walk-forward validation with FDR-corrected results.
b1e55ed backtest gridsweep
Sweep parameter combinations for a strategy.
b1e55ed backtest megasweep
Sweep all strategies × all parameter combos × all assets. Runs in parallel.
b1e55ed backtest regime
Regime-conditioned backtest results.
System
b1e55ed health
Cron-safe health check.
b1e55ed status
System status summary.
b1e55ed integrity
Verify hash chain integrity over the event store.
b1e55ed replay
Rebuild projections from the event log. Use after manual DB repair or to verify event store consistency.
Identity and Keys
b1e55ed identity forge
Forge a 0xb1e55ed-prefixed Ethereum identity. Required for EAS attestations.
b1e55ed identity show
Show the currently forged identity.
b1e55ed identity restore
Recover a lost identity from an Ethereum private key. The Ed25519 signing key is deterministically derived via HKDF — no backup file needed.
b1e55ed keys list
b1e55ed keys set
b1e55ed keys remove
b1e55ed keys test
b1e55ed anchor
Print the current hash-chain root. Optionally publish as an EAS attestation.
b1e55ed export karma
Export karma data from the event store.
Producers
b1e55ed producers register
b1e55ed producers list
b1e55ed producers remove
Contributors
b1e55ed contributors register
b1e55ed contributors list
b1e55ed contributors remove
b1e55ed contributors score
b1e55ed contributors leaderboard
Webhooks
Webhook subscriptions are stored in the local database.b1e55ed webhooks add
b1e55ed webhooks list
b1e55ed webhooks remove
Services
b1e55ed start
Start API + dashboard together. Recommended entry point — opens browser automatically.
5050, dashboard on 5051, host 127.0.0.1. Press Ctrl+C to stop both.
b1e55ed api
Start the REST API server (standalone).
http://127.0.0.1:5050
b1e55ed dashboard
Start the dashboard (standalone).
http://127.0.0.1:5051