A 63-layer Symplectic Neural SDE called ByteDAG generates statistical signals for 47 crypto perpetual markets . Every signal is hashed to a SHA-256 chain for independent verification.
All signals, predictions, and weights are logged in ClickHouse with SHA-256 chain hashes.
Every signal is hashed into a continuous SHA-256 chain in ClickHouse. 154 ledger entries and counting. Below are recent validated signals from the V103 signal validator.
| Asset | Direction | Validation | Performance | Cumulative |
|---|---|---|---|---|
| SOL/USD | LONG | Target reached | +$275.20 | $1,112.67 |
| XRP/USD | LONG | Time horizon | +$234.09 | $1,646.14 |
| ETH/USD | LONG | Time horizon | +$216.90 | $1,863.04 |
| BTC/USD | LONG | Time horizon | +$183.48 | $1,412.04 |
| DOGE/USD | LONG | Time horizon | +$115.90 | $1,228.57 |
Real-time ingestion metrics from the data pipeline. 4.34 billion market ticks in ClickHouse.
Raw market data, public records, and blockchain telemetry are processed through the 63-layer ByteDAG to produce statistical signals.
Continuous collection of market ticks, weather data, energy grid status, county assessor filings, and DePIN blockchain telemetry.
Raw data is normalized and embedded into 512-dimensional whiteboard features. Property records, lead scores, and market state vectors are computed.
The ByteDAG Neural SDE runs a 3072-dimensional forward pass through 63 layers, computing symplectic dynamics, gauge field geometry, and regime classification.
Classified signals are written to ClickHouse and hashed to a SHA-256 chain. Every signal is independently verifiable.
Multiple public and licensed data feeds cross-referenced through the 63-layer ByteDAG.
Tracking high-voltage utility status and local substation data from the US Energy Information Administration.
Real-time storm path modeling, wind velocity monitoring, and hail envelope extraction from NOAA feeds.
Tracking property transfers, liens, mortgages, and assessor valuation histories. 975K property records, 4.85M leads, 767K lead scores.
Direct collection of tax defaults, probate decrees, foreclosure dockets, and HOA actions from municipal courts.
How signal integrity is ensured through cryptographic hashing and transparent logging.
Every signal, prediction, and hash is logged to an immutable ClickHouse ledger for full auditability. Infrastructure is self-hosted with transparent logging.
Every classified signal is hashed and chained, generating a verifiable history of signal state changes over time. The hash chain is the proof.
The ByteDAG Neural SDE generates statistical signals, classifies property leads, and powers three API tiers from a single forward pass.
Access the 63-layer ByteDAG forward pass output for 47 crypto perpetual markets. Three tiers: Free, Pro ($299/mo), and Quant ($499/mo).
Pre-vetted distress, foreclosure, and property leads classified into 4 quality tiers. 975K property records, 4.85M leads, 767K scored leads across 49,168 cities and 3,235 counties.
Coverage data for 49,168 cities, 59 states/territories, and 3,235 counties. Cross-referenced property, court, and assessor data in a single API.
Three areas where the ByteDAG signal pipeline provides useful data.
Public blockchain telemetry from Helium, DIMO, and Hivemapper (public data, not operated by us) cross-referenced with other data sources for infrastructure analysis.
County assessor deeds, municipal court filings, and NOAA weather data cross-referenced to identify property distress signals. 975K property records, 4.85M leads, 767K scored leads.
Every API response includes signal metadata and a SHA-256 chain hash. Sample response from the ByteDAG V103 signal validator:
{
"signal_id": "sig_2026_06_27_1200_az",
"timestamp": "2026-06-27T12:00:04Z",
"dag_layers_traversed": 63,
"state_dim": 3072,
"classification": "TREND_BULL",
"confidence": 0.847,
"asset": "BTC/USD",
"direction": "LONG",
"sha256_chain": "a1b2c3d4...",
"provenance": {
"bibliography_sources": 47,
"dag_layers": 63,
"manifold_dim": 3072,
}
}
Every signal links to the previous via SHA-256. Tamper-evident by construction. 154 ledger entries.
All 63 layers fire on every request. 3072-dimensional forward pass. No shortcuts.
Every response carries signal metadata: 47 peer-reviewed sources, 63 DAG layers, 3072D manifold state.
Free, Pro ($299/mo), and Quant ($499/mo). All tiers access the same 63-layer engine.
Each component serves a specific purpose in the pipeline.
Columnar database for high-throughput ingestion. 4.34 billion market ticks. Every signal, prediction, and hash — queryable in milliseconds.
Gradient-boosted classifier trained on millions of market state embeddings. Acts as the final signal quality gate before emission.
The 63-layer ByteDAG runs in PyTorch with NumPy/SciPy for matrix exponentials. Symplectic integrators preserve phase-space volume.
High-throughput Go pipeline for data ingestion. Lockless architecture for maximum throughput.
The 63-layer DAG runs in PyTorch. NumPy + SciPy for matrix exponentials. Symplectic integrators preserve phase-space volume.
Kairos Signal is independently built and self-funded, zero VC. The entire 63-layer ByteDAG, the ClickHouse telemetry engine, and all data pipelines are built from scratch on a self-owned infrastructure.
Every dollar of revenue goes back into the pipeline. Every signal is hashed. Every prediction is auditable. This is a machine learning research product — not an investment advisor, not a broker-dealer.
The math is real. The signals are verifiable. Every prediction is hashed into a SHA-256 chain in ClickHouse — you can audit the results yourself.
Start with the free tier. Pull your first API response. Verify the SHA-256 chain yourself. Three tiers: Free, Pro ($299/mo), and Quant ($499/mo).
47 peer-reviewed mathematical sources underpin the 63-layer architecture: symplectic geometry, gauge theory, and topological data analysis. Every signal is cryptographically chained via SHA-256.
The change-of-measure exponential that removes non-Markovian dependence from the BSDE. Maps the stochastic solution onto a Markovian PDE — the mathematical backbone of the stochastic adapter stack.
Reference: Doléans-Dade (1970) — implemented in PyTorch
Non-trivial holonomy W(C) ≠ 1 detects topological arbitrage. The gauge connection A is derived from the log-covariance of the asset manifold — the terminal execution head of the entire DAG.
Reference: Yang & Mills (1954) — implemented via scipy.linalg.expm
The singular kernel ΦL is hard-coded — not learned — encoding the elliptic PDE structure. Only the coefficient matrix C(ℓ) trains. This factoring yields polynomial (not exponential) parameter scaling.
Reference: Furuya & Kratsios, arXiv:2410.14788
No directed cycles exist in the 63-node, 191-edge computation graph. Verified at runtime via topological sort. Every layer reachable from root.
Property: DAG acyclicity verified at runtime — no directed cycles in the 63-node graph
The Choquet integral scores actions under a non-additive possibility measure. Ensures the inferential model never favors actions the oracle doesn't — the mathematical foundation of the XGBoost veto gate.
Reference: Choquet (1954) — implemented in NumPy
The generalized gradient at non-smooth points returns the convex hull of one-sided limits. Preserves sharp regime boundaries that smooth activations destroy — used in 45 of 63 layers.
Reference: Clarke (1990) — implemented via PyTorch autograd
Detects when the shape of the DePIN order book tears apart, triggering the f118 phase shift.
Maps energy conservation, forcing 3072D embeddings to obey momentum and position laws.
Vetos spurious correlation and isolates deterministic alpha inside filtering nodes.
Governs Lyapunov chaos detection and hidden market attractor reconstruction.
Long-range memory kernels — signals survive when standard Markov random walks fail.
Loop integrals in market microstructure reveal deep structural mispricings.
Handles violent discontinuities during sudden regime fractures.
Probability collapse mechanisms, PSD certifications, and final scoring weights.
47 peer-reviewed sources · 63-layer architecture · SHA-256 signal chain
Read the papers. Verify the hash chain. Full technical manual →