Live system attestation

Whatever we showed, verify it live.

This page reads directly from the production-shape database and the ML pipeline's versioned artifacts. Numbers below are not from a pitch deck — they are what the system actually contains right now, at request time.

Live database
Active accounts
11
Currencies
EUR · USD · GBP · SGD · CHF
Transfers executed
3
Audit events
6
HHI by bank
3631 (high)
HHI risk-adjusted
4108
Top counterparty
Deutsche Bank · 56%
Last activity
2026-05-22T17:27
ML pipeline
Model version
sight-v3-ensemble
Ensemble members
6 (prophet, lightgbm, arima, ets, chronos)
Selected per account
chronos×9 · stacker×1 · prophet×1
Avg MAPE (winner)
3.10%
Conformal coverage P10/P90
80% target
History window
90d
Forecast horizon
14d
Anomalies (90d)
579
IsolationForest, contamination 0.03
Generated at
2026-05-19T20:19
Engineering quality
Tests passing
33 / 33
vitest
API endpoints
6
/api/v1/{accounts,forecasts,alerts,transfers,concentration,audit}
Chat endpoint
3 tools
simulateTransfer · getConcentration · triggerCounterpartyTest
ORM
Prisma 6
SQLite local, Postgres-ready
Co-pilot guarantee
100% human-in-loop
Every transfer requires explicit Execute
Compliance
GDPR Day 1
SOC 2 Y2, ISO 27001 Y3
Build
Commit
ceb0ef3
Environment
production
Page rendered at
2026-07-07T04:35:43Z
How to read this

Open the browser network panel and refresh — you'll see this page hit the live DB. The accounts and audit log come from the same Prisma queries the dashboard uses. The ML metrics come from the committed pipeline artifacts (public/data/*.json) — the same files the Python pipeline (ml/scripts/) produces.