// II—Inference
Inference Console
Submit a prompt. The router selects a staked operator. The operator generates inside a confidential enclave and returns a vendor-signed attestation. Settlement is atomic.
// 01 — escrow
Your fee is held in escrow on Base. Released the same block the verifier accepts the attestation. Refunded if the proof fails.
// 02 — route
The router picks a staked operator weighted by reputation × success rate, biased toward independent hardware vendors for redundant calls.
// 03 — attest
The TEE signs a quote binding model_hash, image_hash, prompt_hash, response_hash and nonce. AzothVerifier validates the chain to vendor root.
// tier reference
TEE
vendor-signed quote · ~99% of traffic
+0 ms overhead
REDUNDANCY
two operators on independent vendors
+~120 ms
ZKML
zero-knowledge inference proof
+~9 s · premium