The ZKM October Update

Share on

This month we shipped Ziren v1.2.0 (interop + DX), open-sourced GPU prover binaries for reproducible acceleration, verified determinism in Ziren’s arithmetic core with Veridise, and outlined an x402 infrastructure path for agent-native payments. 

The focus has been on making Ziren easier to integrate, easier to verify, and faster to run.

Ziren v1.2.0

We shipped Ziren v1.2.0 with a focus on interoperability and developer experience: compressed→Groth16 conversion, a no-std STARK verifier (with verify_proof()), and network prover upgrades (cycle tracking, ELF-based proving). A new zkm CLI streamlines proving/verification. The release adds Go guest support (first step toward Linux ABI), Bitcoin guest examples, and Poseidon2/AES-128 precompiles—alongside security patches and expanded docs.

Release notes: zkm.io/blog/ziren-v1-2-0

GPU prover binaries open-sourced

Following the v1.2.0 update, we open-sourced Ziren’s GPU prover binaries to improve reproducibility and widen access to accelerated proving - foundational for community testing and the upcoming ZKM Proof Network. External operators are welcome. 

This milestone is recorded as “binary open-sourced” on Ethproofs.org. Full GPU code is planned for H1 2026.

Try it now (CUDA setup & requirements): docs.zkm.io/dev/prover.html#hardware-acceleration

Ethproofs.org Ethereum Mainnet Snarkification Table

Formal verification: determinism checks

Veridise has verified determinism for Ziren’s arithmetic core using the Picus framework. Via a Plonky3→LLZK extraction into AuditHub, the AddSub chip (add/sub) was confirmed deterministic in ~2 seconds. 

The next phase wil extend coverage to larger components and integrate automated checks in workflow.

Full details: zkm.io/blog/verifying-determinism-in-zirens-arithmetic-core

x402: ecosystem collaboration

The Metis-GOAT Network-Laz AI-ZKM ecosystem revealed how we’re building a complete infrastructure for x402 - payment, attribution, cross-chain routing, and cryptographic verification - so agent-native micropayments are trustless end-to-end. 

We released an article detailing ZKM’s role as the verifiable facilitator: Ziren produces proofs for each payment/attribution/split, with light-client verification before fulfillment. 

Full details of ZKM’s role in enabling a complete infrastructure for x402: zkm.io/blog/verifying-x402-a-complete-infrastructure-for-the-internets-trustless-value-layer

A Complete Infrastructure for x402 Agent-to-Agent Payments

New Podcast Appearance 

House of ZK Radio hosted ZKM Co-founder Ming Guo to discuss the MIPS32r2 choice for Ziren, real-time proving for ZK+AI, and socially-incentivized, verifiable data with Laz AI.

Watch the full episode: hozk.io/radio#81-ming-guo-co-founder-of-zkm 

Upcoming Events

ZKM CTO Stephen Duan will be mentoring at both Invisible Garden and at Ethereum Argentina’s hackathon during November's DevConnect. He’ll also be speaking at Brevis’s ZKonnect and House of ZK’s Verifying Intelligence

ZKM will sponsor the latter event, with Co-founder Ming Guo and Education Lead Alice Liu heavily involved in the speaking program. More details: luma.com/xevcy7za 

What’s next for Ziren

  • Expand formal checks (ALU coverage, CI gating).
  • Grow the proof network (operator onboarding, GPU/CPU paths).
  • Continue Linux ABI progress and verifier interface simplification.

Docs: docs.zkm.io • Repo: github.com/ProjectZKM/ziren • GPU setup: docs.zkm.io/dev/prover.html#hardware-acceleration

Questions or integrations: open an issue, or contact us via Discord.

More articles
Getting to Know zkMIPS Proving Architecture
TL;DR: zkMIPS proves the correct execution of a MIPS program in five steps: it (1) divides the program in segments, (2) divides the instructions of each segment in four module tables, (3) proves instructions from each module table independently, (4) proves instructions from each segment is contained in one of its tables, and (5) recursively proves that the sequence of segment match the program execution. Step 3 is written as a STARK, step 4 is a logUp proof written as a STARK, and step 5 as a PLONK proof. All proof steps are implemented with the Plonky2 library. Optionally, one can generate a final Groth16 proof to verify the program execution on-chain.
zkMIPS 1.0 – Production-Ready, Performance-Optimized, and Open for Developers
zkMIPS 1.0 is here - our most significant leap toward real-time proving, following months of careful engineering and system-level breakthroughs.
The ZKM October Update

This month we shipped Ziren v1.2.0 (interop + DX), open-sourced GPU prover binaries for reproducible acceleration, verified determinism in Ziren’s arithmetic core with Veridise, and outlined an x402 infrastructure path for agent-native payments. 

The focus has been on making Ziren easier to integrate, easier to verify, and faster to run.

Ziren v1.2.0

We shipped Ziren v1.2.0 with a focus on interoperability and developer experience: compressed→Groth16 conversion, a no-std STARK verifier (with verify_proof()), and network prover upgrades (cycle tracking, ELF-based proving). A new zkm CLI streamlines proving/verification. The release adds Go guest support (first step toward Linux ABI), Bitcoin guest examples, and Poseidon2/AES-128 precompiles—alongside security patches and expanded docs.

Release notes: zkm.io/blog/ziren-v1-2-0

GPU prover binaries open-sourced

Following the v1.2.0 update, we open-sourced Ziren’s GPU prover binaries to improve reproducibility and widen access to accelerated proving - foundational for community testing and the upcoming ZKM Proof Network. External operators are welcome. 

This milestone is recorded as “binary open-sourced” on Ethproofs.org. Full GPU code is planned for H1 2026.

Try it now (CUDA setup & requirements): docs.zkm.io/dev/prover.html#hardware-acceleration

Ethproofs.org Ethereum Mainnet Snarkification Table

Formal verification: determinism checks

Veridise has verified determinism for Ziren’s arithmetic core using the Picus framework. Via a Plonky3→LLZK extraction into AuditHub, the AddSub chip (add/sub) was confirmed deterministic in ~2 seconds. 

The next phase wil extend coverage to larger components and integrate automated checks in workflow.

Full details: zkm.io/blog/verifying-determinism-in-zirens-arithmetic-core

x402: ecosystem collaboration

The Metis-GOAT Network-Laz AI-ZKM ecosystem revealed how we’re building a complete infrastructure for x402 - payment, attribution, cross-chain routing, and cryptographic verification - so agent-native micropayments are trustless end-to-end. 

We released an article detailing ZKM’s role as the verifiable facilitator: Ziren produces proofs for each payment/attribution/split, with light-client verification before fulfillment. 

Full details of ZKM’s role in enabling a complete infrastructure for x402: zkm.io/blog/verifying-x402-a-complete-infrastructure-for-the-internets-trustless-value-layer

A Complete Infrastructure for x402 Agent-to-Agent Payments

New Podcast Appearance 

House of ZK Radio hosted ZKM Co-founder Ming Guo to discuss the MIPS32r2 choice for Ziren, real-time proving for ZK+AI, and socially-incentivized, verifiable data with Laz AI.

Watch the full episode: hozk.io/radio#81-ming-guo-co-founder-of-zkm 

Upcoming Events

ZKM CTO Stephen Duan will be mentoring at both Invisible Garden and at Ethereum Argentina’s hackathon during November's DevConnect. He’ll also be speaking at Brevis’s ZKonnect and House of ZK’s Verifying Intelligence

ZKM will sponsor the latter event, with Co-founder Ming Guo and Education Lead Alice Liu heavily involved in the speaking program. More details: luma.com/xevcy7za 

What’s next for Ziren

  • Expand formal checks (ALU coverage, CI gating).
  • Grow the proof network (operator onboarding, GPU/CPU paths).
  • Continue Linux ABI progress and verifier interface simplification.

Docs: docs.zkm.io • Repo: github.com/ProjectZKM/ziren • GPU setup: docs.zkm.io/dev/prover.html#hardware-acceleration

Questions or integrations: open an issue, or contact us via Discord.