Layer 01 · TEE Confidentiality
Your order leaves the browser already encrypted.
Before a single byte is sent, the app verifies it is talking to genuine sealed hardware — an AWS Nitro Enclave whose identity is signed by the silicon itself and pinned to our release key. Only then is the order sealed to a key that exists nowhere outside that enclave. The load balancer, the host machine, the operator: all of them relay ciphertext they cannot open.
What can't be read can't be traded against.
Nearly every form of MEV — sandwiching, front-running, selective delay — begins with the same advantage: someone sees your order before it executes. On a public mempool your intention is broadcast to the world; on a conventional exchange it's visible to the operator. Here that window never opens. Your order crosses the wire, the load balancer, and the operator's own machines as ciphertext, and becomes readable only inside attested hardware — at the moment it is already being sequenced.
Sandwich attack
needsto read your buy while it's pending, then insert a buy in front of it and a sell behind it
herethere is no pending plaintext to read — the order is ciphertext until it is sequenced, and ordering is by arrival time — there is no way to buy a place in the queue
Operator front-running
needsan operator who can watch its own customers' order flow
hereplaintext exists only inside the enclave, and attestation proves the code that sees it is the published build — not a modified one that leaks
Selective censorship
needsto pick your order out of the flow and quietly delay it
hereevery sealed order is an identical opaque blob to the host — it cannot distinguish yours, so it cannot single yours out
Priority-fee auction
needsa fee market that sells the right to jump the queue
herethere is none — arrival order is execution order, and a bot with a bigger fee buys nothing
Timestamp games
needsa block proposer bending time to trip stops and expiries
hereblock time is itself consensus — a proposer whose timestamp strays from the validators' clocks is voted down
Confidentiality closes the information edge. Fair ordering — one layer down — closes the positional one. Together they reduce to a simple guarantee: your order executes where it arrived.
{ "market": "BTC/USDC",
"side": "buy",
"qty": "0.250",
"price": "97,140.00",
"tif": "GTC" }
Illustration only — in the real app, sealing runs RFC-9180 HPKE inside WebAssembly, after attestation verifies.
scroll to drive the journey — attestation to enclave mempool