Public, recruiter-oriented reference repository that demonstrates architecture, risk controls, and delivery discipline without exposing proprietary AXIOS trading IP.
This repository proves:
- contract-first architecture (
signal -> decision -> risk gate) - deterministic and reviewable system behavior
- CI-based quality checks (syntax + secret-pattern scan)
- explicit public/private boundary management
It is intentionally not a production trading engine.
The production AXIOS engine behind this reference runs under CI-enforced discipline: 95.7% core coverage behind a ratchet-up-only gate, a second coverage ring with its own floor, ~280 test files, a fail-closed constitution ("every safety check blocks on error — never lets a trade through"), a hash-chained HMAC-signed track-record ledger, governed-LLM signal handling with hard deterministic fallback, and a documented cost-incident postmortem.
➡ docs/ENGINEERING_EVIDENCE.md — the numbers, the constitution, the kill-chain design, and the postmortem story. The discipline is public; the alpha is not.
python scripts/public_smoke.py
python examples/paper_walkthrough.pyWalkthrough visuals:
- typed contracts and architecture skeleton
- toy orchestration and risk-gating flow
- CI workflow for public safety checks
- production strategies and calibrated parameters
- exchange/live execution adapters
- private operations and incident runbooks
- Architecture:
docs/ARCHITECTURE.md - Portfolio profile:
docs/PORTFOLIO_PROFILE.md - Talk track:
docs/INTERVIEW_TALKTRACK.md - Public boundary:
docs/PUBLIC_BOUNDARY.md
Oeffentliches, recruiter-orientiertes Referenz-Repository, das Architektur, Risk-Controls und Delivery-Disziplin zeigt, ohne proprietaere AXIOS-IP offenzulegen.
Dieses Repository zeigt:
- contract-first Architektur (
signal -> decision -> risk gate) - deterministisches, gut pruefbares Verhalten
- CI-basierte Qualitaetschecks (Syntax + Secret-Pattern-Scan)
- klare Trennung von Public- und Private-Bestandteilen
Es ist bewusst kein produktionsfaehiges Trading-System.
python scripts/public_smoke.py
python examples/paper_walkthrough.pyDemo-Visuals:
- typisierte Vertrage und Architektur-Skelett
- Toy-Orchestrierung mit Risk-Gating
- CI-Workflow fuer Public-Safety-Checks
- Produktionsstrategien und feinjustierte Parameter
- Exchange-/Live-Execution-Adapter
- private Operations- und Incident-Runbooks
- Architektur:
docs/ARCHITECTURE.md - Portfolio-Profil:
docs/PORTFOLIO_PROFILE.md - Talk-Track:
docs/INTERVIEW_TALKTRACK.md - Public-Boundary:
docs/PUBLIC_BOUNDARY.md
Educational/reference use. No production deployment, no financial advice.