We benchmarked ZeroCopy against the leading MPC and KMS providers. The results expose a fundamental limit of networked signing.
We measured End-to-End Signing Latency: the time from SignRequest(hash) to receiving Signature(r,s,v).
Why p99 matters more than Avg: In trading, your "average" latency doesn't kill you—your worst latency does. During market crashes, network congestion spikes. This is exactly when MPC networks fail (timeout), while ZeroCopy remains constant because it doesn't leave the CPU.
Speed is abstract. Let's visualize a "Signing Race". Be warned: on a linear scale, ZeroCopy is so fast it might look like it didn't even run.
Watch the speed difference in real-time (scaled)
| Provider | Architecture | Trust Model | Bottleneck |
|---|---|---|---|
| ZeroCopy Systems | In-Process TEE (Nitro) | Hardware + Code | EC Math (CPU) |
| Turnkey | Cloud TEE | Provider + Hardware | HTTPS RTT |
| AWS KMS | Cloud HSM | AWS Trust | HTTPS + Fleet Queue |
| Fireblocks | MPC Network | MPC Nodes | Network RTT x 3 |
| Lit Protocol | Decentralized MPC | Threshold Network | Consensus + Net RTT |