The world's first autonomous entity engine for graph intelligence.
ALPHA TERMINAL is not a traditional analytics platform. It is an Autonomous Identity Resolver that operates on a 3-layer cognitive architecture:
- THE GROUPING MACHINE: An entity resolution engine that performs Union-Find across billions of wallet-to-project edges.
- THE ID REGISTRY: A deterministic source of truth for sanctioned actors and high-value whales.
- THE STRICTNESS KNOB: An adaptive threshold controller that uses Lyapunov-based stability layers to adjust intelligence sensitivity in real-time.
[ INGEST ] -> [ NEO4J GRAPH ] -> [ UNION-FIND CLUSTERER ]
|
v
[ STABILITY LAYER ] <----------- [ ADAPTIVE CONTROLLER ]
| |
[ ESTIMATOR ] |
| v
[ OPTIMIZER ] ----------> [ REPORTING ENGINE (GEMINI) ]
|
v
[ INTELLIGENCE CERTIFICATE (AAA) ]
To prevent intelligence drift and ensure high-integrity outputs, ALPHA TERMINAL implements a closed-loop stability controller based on control theory.
We formalize stability by minimizing the energy candidate
- C: Confidence score of the current cluster resolution.
- λ: Latency friction coefficient.
- T: Intelligence periodicity.
Every generated report includes an Intelligence Certificate for audit trails:
{
"energy_score": 0.9842,
"compliance_rating": "AAA",
"signatures": ["STABILITY_ENGINE_L8", "VAL_SIG_0x4A..."]
}| File | Functional Role |
|---|---|
estimator.ts |
Calculates real-time Lyapunov energy metrics for the current cluster. |
drift-detector.ts |
Tracks semantic and threshold deviation over a sliding window. |
optimizer.ts |
Solves for optimal control parameters to keep the engine in a stable manifold. |
adaptive-control.ts |
The core controller orchestrating the closed-loop logic. |
entropy.ts |
Measures multi-signal information entropy in intelligence outputs. |
certificate.ts |
Generates audit-ready signed certificates for intelligence reports. |
types.ts |
Strictly-typed interfaces for the control plane variables. |
Generates a targeted intelligence report for a specific cluster.
curl -X POST /api/report/generate \
-H "Content-Type: application/json" \
-d '{"clusterId": "CX-0912", "type": "narrative"}'Generates a top-level Smart Money Brief summarizing cross-cluster activity.
- Hierarchical clustering (Union-Find)
- Multi-source graph ingest (Neo4j)
- Intelligence narratives (Claude/Gemini)
- Lyapunov energy estimator
- Adaptive threshold controller
- Multi-signal entropy engine
- Intelligence certificates (AAA-B)
- Adaptive threshold controller v2
- Fed-ready compliance export
- Real-time Kafka streaming ingest
- Lyapunov formal proof (30-day telemetry required)
- Multi-signal entropy refinement
- RAG integration for legacy case files
| STAGE | MILESTONE | VALUATION TRAJECTORY | DIFFERENTIATOR |
|---|---|---|---|
| Seed | Phase 1B | $15M - $25M | Autonomous Stability Layer |
| Ser A | Phase 2B | $120M - $200M | Deterministic ID Registry |
| Ser C | Phase 4 | $1B+ | Full Network Sovereign AI |
This codebase includes provisional patent candidates for:
- Probabilistic Blockchain Identity Resolution using Union-Find.
- Lyapunov Stability for AI Intelligence Pipelines.
Review Gate: Cortez Bryant (Lead Legal Review)