The ledger ate the GPU: full-stack verifiable compute hits mainnet
Cysic, Verathos, and 0G ship verifiable compute as production infrastructure — while Microsoft's Agent Framework supplies the orchestration patterns crypto agents need next.
In the year of our algorithm, the phrase “trust the compute” has gone from a research prayer to a deliverable—the same way ironclads replaced wooden warships, but with cryptographic proof where the rivets should be. Three production-grade stacks now run the same play: off-chain model execution, cryptographically verifiable proofs, on-chain settlement or attestation; and Microsoft’s Agent Framework shows up like a stage manager to force the orchestration layer that agent-driven wallets will need.[^claim_908][^claim_912][^claim_915][^claim_911]
Cysic is the sector-spanning version, a full-stack verifiable compute network that welds zero-knowledge proofs, AI computation, decentralized hardware, and blockchain infrastructure into one architecture. CYS and CGT tokens went live at launch, and the network claims 10 million ZK proofs delivered with 260,000+ nodes onboarded, from mobile devices to professional operators.[^claim_909] CYS does double duty: it pays for ZK proofs, AI inference, and compute services, and it stakes in the Proof-of-Compute consensus. Splitting utility from governance in the token model keeps compute pricing in a separate ledger from protocol politics—good risk hygiene before you take a position.[^claim_910]
The tighter case comes from Verathos, operating as Bittensor Subnet 96.[^claim_912] It generates sumcheck proofs over Merkle-committed weights, and validators check those proofs on CPU in milliseconds. The production vLLM path generates the proofs in parallel during CUDA graph execution, no challenge-response round trip, and the overhead stays in single digits—latency near zero, hitting the CPU cache like a drill round.[^claim_912] That overhead profile is the trade: a verifier no longer needs a GPU—just an ordinary CPU—while miners still need NVIDIA GPUs with 24GB+ VRAM, the RTX 4090, A100, or H100 class.[^claim_914] The same proof system extends to training, verifying forward pass, backward pass (gradient GEMM), and optimizer step for both full fine-tuning and LoRA with AdamW, SGD, or Muon.[^claim_917]
The network exposes an OpenAI-compatible API with score-weighted routing across miners, and payments arrive as TAO, USDC on Base, or x402 pay-per-request.[^claim_913] For crypto, that’s the missing piece: an agent can call a model endpoint with the same interface as a centralized API, and settle per request without pre-funding—a repo trade without the margin call.
0G’s GLM-5.2 deployment stretches the pattern to long-context and privacy. The Mixture-of-Experts model carries roughly 744B total parameters, 40B active, in a 1M-token context window, and every inference runs inside 0G’s privacy stack with prompts and outputs encrypted, computation verifiable rather than “trust the provider.”[^claim_915][^claim_916] Long-context verifiable inference is what coding agents and audit agents need to reason over entire repos; encrypted compute keeps proprietary prompts off public ledgers—secrecy, like carry, is a paid premium.
Microsoft’s Agent Framework sits outside crypto, but its documented primitives—workflows, Agent Harness, human-in-the-loop checkpoints, resumable orchestrations, self-hosting, and Azure Functions/durable hosting—describe the execution model crypto agents need when a transaction or policy checkpoint interrupts an autonomous run.[^claim_911] Checkpoints and resuming are the price of admission before an agent wallet signs multi-step transactions safely.
The pattern that ships today is hybrid: miners run GPUs, validators verify on CPUs, model weights stay Merkle-committed, and payments clear as tokens or x402 requests.[^claim_912][^claim_914][^claim_913] The next battleground is training—Verathos already proves fine-tuning and LoRA—and the first network that makes verifiable training a paid, production market will set the standard for the rest.[^claim_917] Watch for third-party benchmarks on that overhead, and for whether 0G’s 1M-token encrypted context holds under real agent workloads.[^claim_915]
Provenance ledger
9 span-verified · 1 web-cited9 claims below are locked to a verbatim span re-verified against the source. The remaining 1 is a web citation: the URL was checked, but the excerpt is the researcher's summary and was not re-derived from the page. Citation markers in the text jump here.
[1] Cysic says its mainnet is a full-stack verifiable compute network that unites zero-knowledge proofs, AI computation, decentralized hardware, and blockchain infrastructure, and it went live with two tokens: CYS for utility/incentives and CGT for governance. span-verified
“we officially launch the Cysic Mainnet, the world’s first full-stack verifiable compute network that unites zero-knowledge proofs, AI computation, decentralized hardware, and blockchain infrastructure into a single trustless ecosystem. Alongside mainnet, the CYS token and the CGT governance token go live”
b2009ed7154c98a74930db770b8dc029fb7418e9ddd35fdf61c319ccbeecf8db [2] Cysic reports the network has delivered over 10 million ZK proofs and onboarded 260,000+ nodes, including provers, verifiers, mobile devices, and professional compute operators. span-verified
“Delivered over 10 million ZK proofs” and “Onboarded 260,000+ nodes, including provers, verifiers, mobile devices, and professional compute operators”
fbeb4eb5ffe9465f990c8cf50ff2cb9b4a73e0b2333c920a03980dac1c312a05 [3] Cysic states its utility token CYS is used for payments for ZK proofs, AI inference, and compute services, plus staking in its Proof-of-Compute consensus system. span-verified
“CYS powers: Payments for ZK proofs, AI inference, and compute services; Staking in the Proof-of-Compute consensus system”
37709ee39ec7cd0f119e08520d8d60bf7b6bc446822a21de12aec13866874209 [4] Microsoft’s Agent Framework documentation describes a production-oriented agent stack with workflows, an Agent Harness, human-in-the-loop checkpoints, resumable orchestration, self-hosting, and Azure/durable-hosting integration paths. web-cited
The documentation lists “Workflows,” “Agent Harness,” “Human-in-the-loop,” “Checkpoints and resuming,” “Orchestrations,” “Self-hosting,” and “Azure Functions and durable hosting.”
This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.
[5] Verathos says its Bittensor Subnet 96 performs cryptographically verified LLM inference using sumcheck-based verification over Merkle-committed weights, with validators checking proofs on CPU in milliseconds and single-digit percent overhead in production vLLM serving. span-verified
“any tensor operation – in inference or training – can be cryptographically proven via ZK-inspired sumcheck-based verification over Merkle-committed weights, anchored on-chain. Validators verify proofs on CPU in milliseconds” and “generates sumcheck proofs for GEMM operations in parallel during CUDA graph execution – no challenge-response round trip, single-digit percent overhead.”
18d98ec74abcdcfd56b936a557def42d27ef48f797ebff1f6d4fb6430af7f605 [6] Verathos’ protocol includes an OpenAI-compatible API, score-weighted routing across miners, and payments in TAO, USDC on Base, or x402 pay-per-request. span-verified
“The network exposes an OpenAI-compatible API with score-weighted routing across all miners.” and “Payments via TAO, USDC on Base, or x402 pay-per-request.”
72d97420f4cde3700b32e681c306f99cea92cd19285a7b53ba47834577d5a247 [7] Verathos states its miner setup requires NVIDIA GPUs with 24 GB+ VRAM, including RTX 4090, A100, or H100-class hardware, while validators do not require a GPU. span-verified
“Requires NVIDIA GPU with 24 GB+ VRAM (RTX 4090, A100, H100, etc.)” and “No GPU required.”
f21bb57dc1cd7f880cd01932e61afea5434de9ccab1fbb5f4b4d6466b276b3b9 [8] 0G Labs announced GLM-5.2 on its Private Computer and described the model as a Mixture-of-Experts system with roughly 744B total parameters, 40B active parameters, and a 1M-token context window. span-verified
“GLM-5.2 ... is a Mixture-of-Experts model with roughly 744B total parameters (40B active) and a 1M-token context window.”
88aff1e73b93de1e79159618b1f4dd7b8d20adb1e47724f4bf54b7dbb6753acd [9] 0G says every GLM-5.2 inference on 0G Private Computer runs inside its privacy stack, with prompts and outputs encrypted and compute verifiable rather than trust-based. span-verified
“every GLM-5.2 inference runs inside 0G's privacy stack. Prompts and outputs stay encrypted, and computation is verifiable rather than ‘trust the provider.’”
a741ba8d5d6f766fa2bee98457daed5f406235cf93369bf8d1941b2a7a34841e [10] The Verathos repository says its proof system extends to training and verifies the forward pass, backward pass, and optimizer step for full fine-tuning and LoRA using AdamW, SGD, and Muon. span-verified
“The same proof system extends to training. The training prover verifies forward pass, backward pass (gradient GEMM), and optimizer step for full fine-tuning and LoRA (AdamW, SGD, Muon).”
f29a93290e831482d8b70ae4bb9a25e3ac637fc225aa278db7212298ca807dfe