Understand every metric, attestation, and performance gate in the ZeroCopy Real-Time Dashboard. Verified by hardware.
Mission Control is the central nervous system of the ZeroCopy protocol. It provides a real-time, cryptographically verifiable window into the enclave-isolated environment where your trades are signed.
Unlike traditional dashboards, every metric here is derived from hardware-attested telemetry.
The HUD located at the top of the monitor page tracks the "Heartbeat" of the Enclave Sidecar.
The Latency Feed isn't just a chart—it's a high-fidelity record of the "Jitter Tax" you're saving. We measure Tail Latency (p99) because in HFT, the slowest trade is the only one that matters.
The Attestation Log provides a continuous stream of hardware-produced evidence. Every 5 seconds, the enclave produces a fresh Nitro Attestation Document which is verified against the Root of Trust.
Don't take our word for it. You can run the exact same benchmarks used in this dashboard on your own hardware using the CLI.
1# 1. Install the CLI2curl -sL https://zerocopy.sh/install | sh34# 2. Run Local Stats5zcp bench --iterations 10000 --json