Jonathan Wang ⨇

104 posts

Jonathan Wang ⨇

Jonathan Wang ⨇

@jonathanpwang

math is hard 🐼🐻‍❄️🐻

Katılım Mayıs 2022
177 Takip Edilen1.3K Takipçiler
Sabitlenmiş Tweet
Jonathan Wang ⨇
Jonathan Wang ⨇@jonathanpwang·
Excited to announce OpenVM, a new performant and modular zkVM framework built for customization and extensibility. It was very fun contributing to the initial design. This will be the future of zkVM design — user-led customization without forking the core architecture.
OpenVM@openvm_org

Announcing OpenVM, an open-source zkVM framework prioritizing customization and extensibility at every level of the stack. OpenVM achieves this with a novel modular design allowing developers to extend the ISA, ZK circuits, and proof system within one unified framework.

English
2
3
35
3.9K
Jonathan Wang ⨇ retweetledi
Nethermind Security
Nethermind Security@NethermindSec·
Our Formal Verification team led by @PetarMax, with support from @EthereumFndn, has verified in Lean the correctness of the OpenVM RISC-V extension built by @axiom_xyz. This work proves instruction-level correctness and, for the first time, execution and memory consistency. 🧵
Nethermind Security tweet media
English
4
19
48
5.9K
Jonathan Wang ⨇
Jonathan Wang ⨇@jonathanpwang·
We were able to formally verify our RV32IM circuits in Lean - moreover it was done in an extensible way with a framework for Lean constraint extraction that will be reusable for all future circuit designs.
OpenVM@openvm_org

The functional correctness of the OpenVM RV32IM extension has been formally verified using @leanprover by @Nethermind with support from @ethereumfndn. This marks a major step in incorporating formal methods into OpenVM's development process that we will maintain going forward.

English
0
1
4
240
Jonathan Wang ⨇ retweetledi
Axiom
Axiom@axiom_xyz·
We partnered with @Nethermind with support from @ethereumfndn to formally verify the functional correctness of the OpenVM RISC-V extension using @leanprover. Alongside this, we are introducing provable 100-bit security on the Axiom Proving API with the new OpenVM 1.5.0 release.
Axiom tweet media
English
2
7
20
3.4K
Jonathan Wang ⨇ retweetledi
Axiom
Axiom@axiom_xyz·
We are excited to announce a collaboration with @Lighter_xyz to build Lighter EVM with ZK verification using @openvm_org. Lighter EVM is an EVM-equivalent rollup which can natively access the liquidity of Lighter's perps and spot markets.
Axiom tweet media
English
10
13
130
7.4K
Jonathan Wang ⨇ retweetledi
Axiom
Axiom@axiom_xyz·
We are excited to announce that Axiom is proving Ethereum in real time with OpenVM 2.0. OpenVM 2.0 proves mainnet blocks at a p99 level on 16 GPUs with 100-bit provable security and < 300 kB proofs.
Axiom tweet media
English
4
18
54
6.2K
Jonathan Wang ⨇
Jonathan Wang ⨇@jonathanpwang·
Build with ZK the way you would any other app, now with multi-GPU distributed proving. Whether you prefer console, CLI, or SDK, we have you covered: any ZK proof is only an API call away.
Axiom@axiom_xyz

We are excited to announce GPU support for @openvm_org as part of the OpenVM v1.4.0 release. OpenVM v1.4.0 proves Ethereum mainnet blocks in 15s, a 5x+ improvement in cost and latency over v1.0.0. Multi-GPU distributed proving is now live in prod on the Axiom Proving API.

English
2
1
8
1K
Jonathan Wang ⨇
Jonathan Wang ⨇@jonathanpwang·
A lot of hard work went into this one. We explored the full spectrum of computing optimizations, and we're proud to make every performance optimization we developed fully open source -- you can build from source and try it out for yourself!
OpenVM@openvm_org

We are excited to release GPU proving today in OpenVM v1.4.0, which also includes a new execution system running at 150 MHz and orchestration for distributed proving on hundreds of GPUs. This release substantially improves performance and is MIT / Apache 2.0 licensed.

English
1
1
19
1.3K
Leo Alt
Leo Alt@leonardoalt·
Rust friends, what am I doing wrong, Claude seems horrible for Rust? Tries random greps instead of RA, RA w/ MCP barely works, trips on anything non-trivial, ignores explicit commands, tries to change stuff in dependencies etc etc
English
6
0
7
1.5K
Jonathan Wang ⨇ retweetledi
OpenVM
OpenVM@openvm_org·
Security advisory -- OpenVM v1.1.2 and earlier are affected by a vulnerability in Plonky3: github.com/Plonky3/Plonky… github.com/openvm-org/ope… The new OpenVM v1.2.0 release has been upgraded to reflect a patched version of Plonky3, and all known live deployments have been updated.
English
0
4
15
1.9K
Jonathan Wang ⨇
Jonathan Wang ⨇@jonathanpwang·
powdr did some really interesting work! they worked directly with the OpenVM ISA to auto-optimize code -> circuits. really excited to see how this can further accelerate guest programs
powdr labs@powdr_labs

Announcing powdr-OpenVM powdr’s compiler middleware now enhances @openvm_org with autoprecompiles for custom guest acceleration, showing >5x proof time improvement in end-to-end experiments. Is this the end of hand-written zkVM precompiles? More in the blog post and below 👇

English
0
1
4
818
Jonathan Wang ⨇ retweetledi
Axiom
Axiom@axiom_xyz·
We are excited to announce the v1.0.0 release of @openvm_org. OpenVM is now recommended for production use after a competitive audit by @cantinaxyz. At Axiom, we look forward to working with teams to unlock the power of ZK in production with OpenVM.
Axiom tweet media
English
18
58
181
37.5K
Jonathan Wang ⨇ retweetledi
OpenVM
OpenVM@openvm_org·
After one year of development and a competitive audit by @cantinaxyz, we are excited to release the first production v1.0.0 version of OpenVM. This is the next step in our mission to build a modular zkVM framework giving developers extensibility without tradeoffs on performance.
OpenVM tweet media
English
7
42
116
12.1K
Jonathan Wang ⨇ retweetledi
Zhuo Zhang
Zhuo Zhang@lispcz·
Last week, Scroll Sepolia underwent its biggest upgrade yet, transitioning from Halo2 to a zkVM. I want to take a moment to highlight the broader benefits of zkVM for the entire technical community. Until now, deploying a custom zkRollup has been nearly impossible for small development teams. zkEVM implementations from Scroll, Polygon, and Linea contain tens of thousands of lines of code that require deep ZK expertise to understand—effectively making them black boxes for most developers, with little room for modification. (1/3)
English
8
42
110
15.9K
Jonathan Wang ⨇
Jonathan Wang ⨇@jonathanpwang·
Great thread explaining how OpenVM's memory architecture works at the STARK level!
Thomas Coratger@tcoratger

1/ How @openvm_org uses variable word size for memory access Traditional architectures use fixed-size words (e.g., 32-bit, 64-bit). But STARK-based OpenVM removes this constraint with variable word size memory. Here’s how it works and why it matters for zk-STARKs. 🧵👇

English
0
1
4
1K
Jonathan Wang ⨇ retweetledi
Ingonyama
Ingonyama@Ingo_zk·
OpenVM: Modular ZK, Maximum Flexibility The latest SNARK CHOCOLATE pod just dropped! 🍫 Heads up! This is a technical conversation with Yi Sun (@theyisun) and Jonathan Wang (@jonathanpwang), co-founders of AXIOM (@axiom_xyz), exploring OpenVM (@openvm_org) and its impact on ZK development 🔥 ✅ OpenVM as a modular ZKVM framework – Customize proofs without sacrificing performance. ✅ Rust-based developer experience – A familiar interface for seamless ZK integration. ✅ NoCPU architecture – Eliminates the need for a central processor, enhancing modularity. ✅ Continuations for scalability – Supports unbounded computations with custom opcodes. ✅ Future-proof proving systems – Swappable backends for evolving ZK technology. ✅ Scroll collaboration & industry impact – Building an open and extensible ZK ecosystem. ✅ Axiom’s shift from a ZK coprocessor to OpenVM – The drive for greater flexibility. ✅ Beyond rollups – Enabling verifiable Web2 data and new cryptographic applications. Tune in to explore the latest in ZKVM technology! 🔗 Learn more about OpenVM: openvm.dev 🎧 Listen here: 🔽 Spotify (2nd post) ⏬ Apple Podcasts (3rd post)
Ingonyama tweet media
English
1
5
12
15.8K
Jonathan Wang ⨇ retweetledi
Cantina 🪐
Cantina 🪐@cantinaxyz·
Look what just breezed through the doors of the Cantina—an @openvm_org code review competition presented by @axiom_xyz 🪐 OpenVM is a performant and modular zkVM framework built for customization and extensibility. 💰 $100,000 📆 Live now - March 10 🔗 Below
English
2
2
14
1.6K
Jonathan Wang ⨇ retweetledi
OpenVM
OpenVM@openvm_org·
The first competitive security review for OpenVM is now live on @cantinaxyz. Compete for the $100,000 prize pool until March 10 by reviewing the ZK circuits, VM framework, and Rust toolchain for OpenVM.
English
2
5
33
2.6K
Jonathan Wang ⨇ retweetledi
Axiom
Axiom@axiom_xyz·
We're excited to announce OpenVM, a performant and modular zkVM framework built for customization and extensibility. OpenVM introduces a novel modular design allowing developers to extend the ISA, ZK circuits, and proof system in one unified framework.
Axiom tweet media
English
17
62
307
74.4K