This repository is my public commitment:
By December 2026, I will deeply understand and apply:
- Quantitative Finance (stochastic processes, risk, modeling)
- Zero-Knowledge Proofs (zk-SNARKs, zk-STARKs, cryptographic systems)
My goal is to fuse both domains into real-world systems at the intersection of:
State โข Uncertainty โข Verification
-
Deterministic Financial State Engine
A backend where every state transition is provable and replayable. -
Real-Time Stability Model
A system that stabilizes noisy inputs using feedback control. -
Verifiable Computation
Prove computations occurred without revealing inputs. -
Unified System (Quant + ZK + Backend)
Combine:- State management
- Uncertainty modeling
- Cryptographic verification
Understand state, instability, and control โ in code.
- Simulate unstable variable (angle / drift)
- Implement PID controller
- Add noise (IMU-style simulation)
- Accounts + transfers
- Transaction hashing (block chaining)
- Enforce invariants (no invalid states)
- Expose ledger via REST API
- Logging + validation
- Rate limiting
โStability + Ledger Systemโ
- C++ โ control simulation
- Rust โ state engine
- Go โ system interface
Shift from reactive control โ predictive systems
- Simulate noisy sensor data
- Implement:
- Complementary filter OR
- Basic Kalman filter
- Event sourcing in ledger
- Replay system state from logs
- WebSocket or streaming layer
- Live state updates
โState Estimation Engineโ
System that:
- Reconstructs true state from noise
- Logs and replays full system history
Treat markets as unstable dynamic systems
Inputs:
- Trades
Outputs:
- Drawdown
- Exposure
- Risk violations
- Monte Carlo simulation
- Basic Value-at-Risk (VaR)
- Connect to Rust backend
โTrading Risk Stabilizerโ
System that:
- Detects instability (risk)
- Enforces constraints
Understand how to prove without revealing
- Finite fields (from scratch)
- Constraint systems (R1CS basics)
Prove: balance > X
Without revealing:
balance
- Circom or
- Halo2
โFirst Verifiable Computationโ
Combine state + proof
- Backend holds private data
- Generate cryptographic proof
- API verifies proof
- Proof verification endpoint
- Proof logging system
โVerifiable Backend Systemโ
Move beyond PID โ optimal control systems
- Linear algebra (applied)
- State-space models
Replace:
- PID controller
With:
- LQR (Linear Quadratic Regulator)
โOptimal Control Systemโ
Build something rare and defensible
System proves:
- Trades followed risk rules
Without revealing:
- Actual trades
- Risk engine (July)
- ZK system (AugโSept)
โPrivate Risk Engineโ
Package everything into a flagship artifact
Examples:
- Verifiable Trading Engine
- Trustless Risk System
- Proof-Based Financial State Machine
- Full GitHub repository
- Architecture diagram
- Technical blog write-up
Some Flagship System
This roadmap is not about tutorials.
It is about building:
- Systems thinking
- Mathematical maturity
- Verifiable infrastructure
By the end of this roadmap, I will be able to say:
โI donโt just model systems.
I control them, verify them, and prove their correctness.โ



