PrimusQuant Public Shell is a portfolio and demo interface for a private quant research and trading-infrastructure project. This repo is designed to communicate architecture, risk governance, simulation-first workflow, and auditability without exposing the private engine or any live execution surface.
- Public-safe product framing for a private trading-infrastructure system
- Governance-first positioning for quant and AI-assisted decision systems
- A sanitized demo interface using static sample data only
- Portfolio packaging for AI operations, technical analyst, and systems-oriented roles
- The private PrimusQuant engine
- Live execution logic
- Wallet or account visibility
- Runtime configuration, secrets, or exchange credentials
- Any promise of profit or public live trading
The canonical private engine remains outside this repo. This shell exists to explain the system conceptually and to present a safe public narrative around:
- orchestration
- risk governance
- simulation-first workflow
- auditability
- proof-oriented system design
The included /api/drift route returns static demo data only. It does not connect to external APIs, does not expose account references, and does not represent a live trading account.
npm run devOpen http://localhost:3000 to view the public-safe shell.
- No investment advice
- No profit guarantees
- No public live trading interface
- No live account visibility
Use this repo as:
- a public portfolio shell
- a sanitized demo surface
- a branded explanation layer for the private engine
Do not use this repo as:
- the canonical engine
- a live trading dashboard
- a public account monitor
PUBLIC_SANITIZATION_PLAN.mdPUBLIC_README_RECOMMENDATIONS.mdDEMO_NARRATIVE.mdRELEASE_BLOCKERS.mdPUBLIC_RELEASE_READINESS.md