post-mortem Intermediate

How Zero-Knowledge Architecture Prevents Another FTX

Sentinel Research · 2026-03-13

The FTX collapse exposed a fundamental truth: any platform that holds your exchange credentials or custodies your funds can misuse them. The industry's response — proof of reserves, regulatory licensing, board oversight — addresses symptoms without fixing the root cause. Safe crypto trading requires eliminating the custodial dependency entirely, and that is exactly what zero-knowledge architecture achieves.

What "Zero-Knowledge" Means in Trading

In the context of crypto trading platforms, zero-knowledge does not refer to zero-knowledge proofs (the cryptographic primitive). It refers to an architectural principle: the platform operates with zero knowledge of your exchange credentials. The server never sees, stores, processes, or transmits your API keys. It literally cannot access your funds because it does not have the information required to do so.

This is a stronger guarantee than trust, regulation, or even insurance. It is a structural impossibility — the platform cannot steal what it does not have.

How It Works: The Signal-Only Model

Sentinel Bot implements zero-knowledge architecture through a signal-only model:

  1. Strategy computation happens on Sentinel's servers — The backtesting engine, signal generators, and strategy optimizers run in the cloud. This is computationally intensive work that benefits from server-grade hardware.
  2. Signals are delivered to your local client — When a strategy produces a trade signal (buy ETH at market, sell BTC with limit order at a specific price), that signal is delivered to the Sentinel client running on your device via encrypted WebSocket connection.
  3. Your local client executes the trade — The client reads your locally stored API keys, constructs the exchange API call, signs it with your credentials, and sends it directly to the exchange. The round trip is: your device to the exchange. Sentinel's servers are never in the execution path.
  4. Execution reports flow back — Your client sends anonymized execution status (filled, partially filled, rejected) back to Sentinel for bot monitoring. No credential data is included in these reports.

What FTX Could Not Have Done Under Zero-Knowledge

Mapping FTX's specific fraudulent activities against zero-knowledge architecture reveals why the fraud would have been structurally impossible:

Zero-Knowledge vs Other Security Approaches

Several security approaches have been proposed since FTX. Here is how they compare:

Trade-Offs and Honest Limitations

Zero-knowledge architecture is not without trade-offs:

Getting Started with Zero-Knowledge Trading

The transition from custodial to zero-knowledge trading is straightforward. Download Sentinel, connect your exchange API keys locally, backtest a strategy, and deploy. Your keys never leave your machine. Your funds never leave your exchange. That is safe crypto trading by architecture, not by promise. Check pricing for plan details.