zkMIPS 1.0 is almost here - the momentum is building and the industry is starting to take notice. The ZKM team has been heads-down, hardcore building, ready for an explosive May. But April has still been a notable month, with new research releases on provers and hash circuits, and appearances across global events.
Development
zkMIPS 1.0 is near.
This release will bring the most advanced performance and architecture upgrades to date:
6–20x increased prover performance compared to zkMIPS 0.3
Integration of MIPS32r2, a fixed, efficient ISA that reduces circuit complexity and improves execution trace density
Migration to Plonky3, our next-gen proving backend
New optimizations: multiset hashing, chip decomposition, and high-efficiency precompiles
Designed for real-world use: powering GOAT Network (Bitcoin L2), proving Ethereum blocks (via Ethproofs), and upcoming integrations with Metis, LazAI & more
Unlike zkVMs based on RISC-V, zkMIPS uses a stable, 20+ year standardized ISA, purpose-built for verifiable computation
zkMIPS 1.0 is ZKM’s biggest step to-date toward real-time, trust-minimized execution across blockchain ecosystems - starting with Bitcoin and Ethereum.
Research
This month, we continued delivering deep technical breakdowns of the ZKM Prover:
Arithmetic Operations and CPU Operations: Explore how arithmetic and CPU operations work in the ZKM Prover, and what that means for developers optimizing for performance → Read the article
Cross-Table Lookups: How the ZKM Prover uses CTLs to ensure consistency across execution layers - CPU, memory, arithmetic - enabling modular, scalable proofs → Read the article
Poseidon in STARK: A deep dive on PoseidonStark, our custom Poseidon hash implementation for STARKs. It covers round computations, constraint design, and witness generation. A practical reference for developers optimizing hash functions in ZK circuits →Read the article
Why MIPS?: In perhaps the standout piece of the month, this article explains why ZKM chose the road less traveled by building zkMIPS on MIPS32r2 instead of RISC-V. This deep dive explains how a richer, more mature instruction set leads to shorter traces, lower proof overhead, and a more performant zkVM → Read the article
An Architectural Comparison between MIPS32r2 and RISC-V
Global Events
April saw ZKM’s core team participate in multiple ZK gatherings around the world:
The ZK/AI Summit (Token2049, Dubai): ZKM Co-founder and Chief Scientist Ming Guo participated in multiple panels at House of ZK’s recent event in Dubai. The summit reached full capacity and received over 200k livestream views. Catch up on the action here →Watch now
Web3 Festival, Hong Kong: ZKM Developer Lead Stephen Duan joined the panel "The ZK Road to Enshrinement", where he shared how zkMIPS is expanding beyond EVM chains, unlocking cross-ecosystem verifiability and enabling trust-minimized computation →Watch now
zkVM Meetup (Shanghai): Stephen also gave a deep-dive into zkMIPS’ modular STARK-to-SNARK pipeline and why a fixed ISA like MIPS offers unmatched ZK performance, during the Shanghai zkVM meetup.
Zero-Knowledge & Bitcoin College Tour: Presenting to blockchain clubs from Yale, Princeton, Columbia, and NYU, Ming talked about ZKM’s Entangled Rollup Design and highlighted the role of zkMIPS in powering GOAT Network, the first Bitcoin Layer 2 to offer sustainable native yield. The recording will be available soon.
Will Corcoran of the Ethereum Foundation giving a ZKM shoutout at the College Tour
Ethproofs
In the first ever Ethproofs builders call, ZKM Developer Lead Stephen Duan joined Justin Drake and the Ethproofs community to discuss the upcoming zkMIPS 1.0 upgrade, sharing how zkMIPS 1.0 delivers a 6–20x performance boost over v0.3, and outlining ZKM's path toward real-time Ethereum block proving.
Justin expressed his excitement about the progress being made by ZKM, and rightfully so. The dark horse of the zkVM race is about to get much, much faster.
Looking Ahead
As our big zkVM upgrade is prepared for launch, May is shaping up to be the most exciting month in ZKM’s history:
Final performance benchmarks and public rollout of zkMIPS 1.0.
Expanded dev tutorials and precompiles.
Deeper integrations with Ethproofs - we’ll let the data do the talking.
More IRL events and workshops.
The future of verifiable computation is fast, flexible, and finally here.
The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.
Static and dynamic content editing
A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!
How to customize formatting for each rich text
Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.
aasdasd
Experience in the fast-paced and dynamic work culture of an international team
Excellent growth opportunity as your role expands in direct relation to the growth of your region’s participation/involvement/adoption
Learn about the Metis ecosystem and its products
1. Metis Technical Advocate
2. Metis Community Advocate
// Get all <p> elements in the documentconst paragraphs = document.querySelectorAll('p');
// Loop through each paragraph to check if it's preceded by an <h1> or <h2>paragraphs.forEach(paragraph => {
// Get the previous sibling element of the current paragraphconst previousElement = paragraph.previousElementSibling;
// Check if the previous element is an <h1> or <h2>if (previousElement && (previousElement.tagName === 'H1' || previousElement.tagName === 'H2')) {
// Change the margin of the current paragraph paragraph.style.marginTop = '20px'; // Adjust the margin value as needed }
});
8 月标志着我们构建通用用途 zkVM 的又一个月。让我们回过头来看看 ZKM 发生的所有事情。Hack to the Future 直播
订阅 ZKM 博客
谢谢!您提交的内容已收到!
哎哟!提交表单时出了点问题。
ZKM April Update
zkMIPS 1.0 is almost here - the momentum is building and the industry is starting to take notice. The ZKM team has been heads-down, hardcore building, ready for an explosive May. But April has still been a notable month, with new research releases on provers and hash circuits, and appearances across global events.
Development
zkMIPS 1.0 is near.
This release will bring the most advanced performance and architecture upgrades to date:
6–20x increased prover performance compared to zkMIPS 0.3
Integration of MIPS32r2, a fixed, efficient ISA that reduces circuit complexity and improves execution trace density
Migration to Plonky3, our next-gen proving backend
New optimizations: multiset hashing, chip decomposition, and high-efficiency precompiles
Designed for real-world use: powering GOAT Network (Bitcoin L2), proving Ethereum blocks (via Ethproofs), and upcoming integrations with Metis, LazAI & more
Unlike zkVMs based on RISC-V, zkMIPS uses a stable, 20+ year standardized ISA, purpose-built for verifiable computation
zkMIPS 1.0 is ZKM’s biggest step to-date toward real-time, trust-minimized execution across blockchain ecosystems - starting with Bitcoin and Ethereum.
Research
This month, we continued delivering deep technical breakdowns of the ZKM Prover:
Arithmetic Operations and CPU Operations: Explore how arithmetic and CPU operations work in the ZKM Prover, and what that means for developers optimizing for performance → Read the article
Cross-Table Lookups: How the ZKM Prover uses CTLs to ensure consistency across execution layers - CPU, memory, arithmetic - enabling modular, scalable proofs → Read the article
Poseidon in STARK: A deep dive on PoseidonStark, our custom Poseidon hash implementation for STARKs. It covers round computations, constraint design, and witness generation. A practical reference for developers optimizing hash functions in ZK circuits →Read the article
Why MIPS?: In perhaps the standout piece of the month, this article explains why ZKM chose the road less traveled by building zkMIPS on MIPS32r2 instead of RISC-V. This deep dive explains how a richer, more mature instruction set leads to shorter traces, lower proof overhead, and a more performant zkVM → Read the article
An Architectural Comparison between MIPS32r2 and RISC-V
Global Events
April saw ZKM’s core team participate in multiple ZK gatherings around the world:
The ZK/AI Summit (Token2049, Dubai): ZKM Co-founder and Chief Scientist Ming Guo participated in multiple panels at House of ZK’s recent event in Dubai. The summit reached full capacity and received over 200k livestream views. Catch up on the action here →Watch now
Web3 Festival, Hong Kong: ZKM Developer Lead Stephen Duan joined the panel "The ZK Road to Enshrinement", where he shared how zkMIPS is expanding beyond EVM chains, unlocking cross-ecosystem verifiability and enabling trust-minimized computation →Watch now
zkVM Meetup (Shanghai): Stephen also gave a deep-dive into zkMIPS’ modular STARK-to-SNARK pipeline and why a fixed ISA like MIPS offers unmatched ZK performance, during the Shanghai zkVM meetup.
Zero-Knowledge & Bitcoin College Tour: Presenting to blockchain clubs from Yale, Princeton, Columbia, and NYU, Ming talked about ZKM’s Entangled Rollup Design and highlighted the role of zkMIPS in powering GOAT Network, the first Bitcoin Layer 2 to offer sustainable native yield. The recording will be available soon.
Will Corcoran of the Ethereum Foundation giving a ZKM shoutout at the College Tour
Ethproofs
In the first ever Ethproofs builders call, ZKM Developer Lead Stephen Duan joined Justin Drake and the Ethproofs community to discuss the upcoming zkMIPS 1.0 upgrade, sharing how zkMIPS 1.0 delivers a 6–20x performance boost over v0.3, and outlining ZKM's path toward real-time Ethereum block proving.
Justin expressed his excitement about the progress being made by ZKM, and rightfully so. The dark horse of the zkVM race is about to get much, much faster.
Looking Ahead
As our big zkVM upgrade is prepared for launch, May is shaping up to be the most exciting month in ZKM’s history:
Final performance benchmarks and public rollout of zkMIPS 1.0.
Expanded dev tutorials and precompiles.
Deeper integrations with Ethproofs - we’ll let the data do the talking.
More IRL events and workshops.
The future of verifiable computation is fast, flexible, and finally here.