Passkey-gated creation entry. The Nexus is a command, audit, and orchestration
surface — not a trading or execution venue. All decisions
remain human-approved. This page is served as static HTML on GitHub Pages. When a
server-side unlock endpoint is configured and reachable, the gate validates against
it; otherwise it falls back to a client-side soft check that anyone can bypass by
reading the source.
Awaiting passkey.
Probing auth backend…
When the server endpoint is reachable, the passkey is sent over HTTPS to the Hub
unlock API and validated server-side; the server returns the Nexus URL only on
success. When the server is unavailable or not configured, the gate falls back to
a local SHA-256 comparison — the plaintext passkey never leaves this device,
is never logged, and is never persisted. Unlock state is stored only in
sessionStorage for this tab.
Soft-gate disclaimer. When server auth is not active, this is a
static GitHub Pages site and the passkey check runs entirely in your browser; it
can be bypassed by anyone willing to read the source. Treat it as a friction
layer, not as access control. No secrets, credentials, or trading capabilities
are exposed behind this gate. The Nexus is a command, audit, and orchestration
surface — no trading execution, no order routing, no broker
connection.
Command Nexus — Overview
Read-only orchestration view. Aggregates the public BTC Brain, NBA Brain,
Universal Analyst Engine, and ULTRON audit log. No order routing, no broker
connection, no trade execution — this surface only observes and queues
proposals for explicit human approval inside ULTRON.
Audit
Hash-chained ULTRON audit log review. All side effects visible, none executed from here.
Orchestration
Queue research/analysis tasks across BTC Brain, NBA Brain, and UAE for batch review.
Command
Human-gated dispatch only. Every action requires explicit APPROVE inside ULTRON.
Status
Live posture from the public creations — uptime, last-refresh, feed health.
Nexus URL configuration. When the server endpoint authenticates
the passkey, it returns the canonical OVERSEER_NEXUS_URL in the
unlock response and the link above is set to that value. In the soft-gate
fallback path, the link uses window.OVERSEER_NEXUS_URL or the
data-nexus-url attribute on the link if either is configured;
otherwise it remains an inert placeholder (about:blank) and a click
surfaces a truthful "not configured" message rather than pretending to be live.