The Loop
1
Research
Scan markets, aggregate signals from LLM forecasts, oracles, wallet consensus, and technical indicators.
2
Hypothesize
Form a thesis: “Market X is mispriced because Y.” Score confidence.
3
Backtest
Run automated backtest with robustness checks (permutation, walk-forward, CPCV).
4
Deploy
Start in staging (paper mode), then promote to live if performance holds.
5
Monitor
Track P&L, health, edge decay, and execution quality in real time.
6
Improve
Adjust parameters, retire losers, scale winners. Loop back to Research.
Research Pipeline
The LLM periodically scans the market universe for opportunities.Signal Aggregation
Multiple signal sources are combined:Automated Backtest-to-Deploy
When the LLM identifies an opportunity, it constructs a strategy, backtests it, and deploys if it passes checks.Deploy Decision Criteria
Memory & Learning
The LLM has persistent memory across sessions to avoid repeating mistakes.What Gets Stored
Learning Feedback
After monitoring for N days, the system diagnoses and records outcomes:Profitable
Record the success pattern and scale up capital allocation.
Regime Changed
Record regime sensitivity. Adjust strategy for new conditions.
Liquidity Dried Up
Record minimum liquidity requirement for this market type.
Edge Was Spurious
Record false positive. Tighten backtest criteria for similar markets.
Execution Was Poor
Adjust execution parameters (spread, size, timing).