A decision engine for traders and analysts who need to price geoeconomic and macro risks in real time. Four-layer compound risk (geopolitical, sanctions, energy, leverage) with DSR-certified backtests and auditable lineage. BTC calls today; multi-asset rolling out through 2026. Built for people who need to prove why, not just how much.
The same view you get when you open the dashboard. Six cards, one truth per day.
Snapshot from the live engine. For real-time state, request access.
The same backend serves the retail trader who wants a decision in 3 seconds, and the institutional analyst who needs statistical rigor before sizing risk budget.
One screen, all the truth. Decision, portfolio, position, heartbeat — no cognitive overload. Export a one-page PDF in a single click to share with your group.
Statistical rigor, zero hand-waving. DSR (Bailey & López de Prado), PBO CSCV, walk-forward 70/30, factor exposure FF5+MOM. Every signal has auditable lineage down to the payload hash.
Three layers. No magic. Code auditable down to the last signal.
Eight independent data modules (crypto markets, on-chain, derivatives, macro, cycles, GDELT, sanctions, energy). Release-lag configured per module. Heartbeat monitoring built-in.
Four layers L1–L4 with exponential time decays, stress- exceedance normalization [0,1], bootstrap 95% CI, log-space variance propagation. Only signals when max|ρ_log_residuals| < 0.3.
Score 0–100 with thresholds BUY ≥ 58 / SELL ≤ 40. Every decision ships with an AI narrative (Opus 4.7 · 4-sentence explanation), a backtest certificate (DSR + PBO + walk- forward), and per-variable data lineage.
First 100 Pro users lock in at $29/mo indefinitely — founding-member grandfather clause. Regular price moves to $49/mo from 2026-Q4.
For the curious.
regular $49/mo from 2026-Q4 — grandfathered forever at $29
For active traders and quant researchers.
Family offices, quant funds, risk teams.
Design partners: free 90-day Pro access in exchange for two demo calls per month, written feedback after major ships, and a testimonial. Convert at $29 grandfathered — apply here.
Built for institutional due-diligence from day one. Zero IP exposure, invite-only access, full audit trail.
Email allowlist + Google SSO, 24h session, revocation <5s. Host IP never exposed (outbound tunnel, zero port-forward).
Three tiers (visitor · demo · admin). Uploads, reset portfolio, destructive actions are admin-only. API-burning actions rate-limited to 3/day per email.
Access events (who, when, IP, device, country), app events (sensitive button clicks), Anthropic cost per user. Retention ≥ 90 days.
Prospects see a sanitized snapshot (last 7 days, no sensitive internal scoring). Master data stays isolated behind admin role.
Hit the same engine programmatically. JSON response, Cloudflare Access gated, role-based rate limits. No separate API key — your dashboard session is the credential.
Rate limits: admin unlimited · demo 10k/day · visitor 100/day.
# authenticate once via the dashboard, then reuse the cookie
curl -sH "Cookie: $CF_ACCESS_COOKIE" \
https://api.sentealpha.com/v1/score/current
{
"ts": "2026-04-22T16:38:18Z",
"score": 57.69,
"signal": "HOLD",
"regime": "BULL_MARKUP",
"macro_overlay": "RISK_ON",
"conviction": 0.406,
"compound_chain": {
"chain_id": null,
"chain_reliable": null,
"compound_adj": 0.0
},
"api": { "version": "v1", "role": "demo",
"rate_limit_remaining": 9999 }
}
Full reference: request access → API_REFERENCE.md shared on approval.