Ziren: Universal Proving Toolstack

Joined June 2023
918 Photos and videos
Pinned Tweet
Apr 13

38
34
61
11,544
ZKM retweeted
v1.2.6 is released, next would be 2.0 on foldable linear encoding.
1
1
8
301
ZKM retweeted
Never got around to reporting these, but happy to see the issues were fixed regardless 😊 @ProjectZKM @VeridiseInc
2
4
515
May 27
We're proud to continue supporting the GOATs. The builder momentum is real.
The @OpenClaw Hackathon in Toronto was ClawUp’s biggest single-day onboarding event so far. More than 230 builders registered on @ClawUpAI, and 62 new agents were registered on GOAT Network through AgentKit.
69
55
81
911
May 25
ZKM Engineers were also on the ground in Hanoi 🇻🇳 Always a pleasure helping agent builders explore ZK-related use cases and integrations. Thanks to @GOATNetwork & @ClawUpAI for hosting us.
A hugely successful ClawUp workshop in Hanoi, supported by GOAT Network. GOAT engineers were on the ground delivering first-hand agent-building expertise, helping builders deploy agents with @ClawUpAI and AgentKit. Over 150 new agents created. Next stop: Toronto 🇨🇦
49
41
63
1,080
May 21
A second agent-building workshop in as many weeks 🇻🇳 Our engineers will be there to mentor builders, answer technical questions, and support anyone looking to take their agent products to the next level. Full details below 👇
Join 150 agent builders for our second @ClawUpAI Workshop in Hanoi 🇻🇳 This is your chance to build and run your first AI agent, connect it to real workflows, and see how agent infrastructure starts becoming economically useful. Register here: luma.com/skarl8x2?tk=fPfPur
44
35
55
781
May 11
Agents will expose more metadata, more intent, and more behavioral patterns than human users. Privacy is one part of the problem. The larger requirement is verifiability: payments, identity, computation, and execution need cryptographic guarantees that do not leak unnecessary information. This is something ZKM has been working on for a long time.
⚡️ INSIGHT: Vitalik Buterin says ZK-payments could become the next standard for crypto payments in the AI-driven “agentic era.”
31
25
40
677
ZKM Engineer @vanhger will be attending this unmissable event for budding Agent builders. Register early as spots are limited. Details below 👇
Vietnam builders - this one’s for you 🇻🇳 Ready to build your first AI agent in just a few clicks? Get hands-on in Hanoi with our upcoming @ClawUpAI Workshop. RSVP: luma.com/skarl8x2
35
30
43
652
ZKM retweeted
We also support: 1. Proof network with multiple high-level languages support, Golang, Rust and C/CPP @ProjectZKM 2. Agent harness platform @ClawUpAI 3. More if you need, like privacy protocol
160
147
205
26,803
Apr 24
The world knows ZKM 🌎
It's a GOAT world.
49
45
426
308,811
ZKM retweeted
We had been on this for 2 months. * Upgradeable proof system for BitVM2 * Formal verification of zkVM circuits it looks slow, BUT our BitVM3 (BitVM2-GC internally) was already adapted and run on Devnet now. Security is always the first.
bitvm2-node 0.4 is live. This release: • adapts to Ziren zkVM v1.2.5 • improves how non-standard challenge/disprove transactions get mined • refactors key derivation and committee-key handling • adds better operator reliability and monitoring Meanwhile, the GOAT BitVM2 testnet has already seen: • 4.34 tBTC bridged in • 254 bridge-in txs • 251 bridge-out txs Try trust-minimized Bitcoin bridging for yourself: docs.goat.network/users/goat…
3
8
22
1,911
ZKM retweeted
bitvm2-node 0.4 is live. This release: • adapts to Ziren zkVM v1.2.5 • improves how non-standard challenge/disprove transactions get mined • refactors key derivation and committee-key handling • adds better operator reliability and monitoring Meanwhile, the GOAT BitVM2 testnet has already seen: • 4.34 tBTC bridged in • 254 bridge-in txs • 251 bridge-out txs Try trust-minimized Bitcoin bridging for yourself: docs.goat.network/users/goat…
43
37
162
481,273
ZKM retweeted
* Formal verification of the entire MIPS zkVM circuits, including Linux ABIs', with Picus @VeridiseInc * Large step toward Geth/Keeper real-time proving * Upgradeable wrapping proof for GOAT BitVM2/3 Cann't wait the next version our proof system shortly * 100-bit JBR security (@Ethereum soundcalc) * >2x proving speedup
1
16
1,113
ZKM retweeted
Our team ships relentlessly and it doesn't go unnoticed. Every release makes the infrastructure underneath GOAT Network stronger. This is the kind of low-level work that most people never see but that world class technology depends on. @sd_eigen and team - you keep raising the bar.💪
2
5
16
787
ZKM retweeted
Apr 13
For @GOATNetwork (and any other Bitcoin L2 that opts to build on Ziren) this release means the proving system can keep evolving without breaking verification downstream. That's been one of the hardest infrastructure problems to get right, and this upgrade solves it. But the bigger picture: v1.2.5 makes it possible to realize realtime proving for Geth, @Ethereum's most widely used execution client. That's an industry-wide unlock. @sd_eigen and his team continue to ship at a level that doesn't get the attention it deserves. Serious, foundational work 👏
5
6
19
4,859
ZKM retweeted
Ziren is the zkVM that powers cryptographic proof across the GOAT Network stack. This release keeps the Groth16 verification key stable across upgrades, which means the GOAT BitVM2 architecture can upgrade its proving system without disrupting verification. That's a big infrastructure problem solved. Proving systems need to evolve, but verifiers can't break every time they do. Ziren v1.2.5 makes that possible.
38
31
55
7,019
ZKM retweeted
1/ Ever wondered how Ziren proves unmodified Geth — Ethereum’s most popular client — without touching the Go compiler? It comes down to full Linux ABI compatibility in the MIPS-based zkVM. 2/ Ziren runs standard MIPS binaries compiled against the Linux userspace ABI. The guest issues real SYSCALL instructions exactly as on native MIPS32 ELF. The zkVM intercepts them and emulates a minimal Linux kernel — memory management, I/O, and process lifecycle — sufficient for Go’s runtime. No source changes. No compiler patches. 3/ Syscalls are routed across shards for efficient proving: • Core shard decodes via SyscallInstrsChip • Precompile shard executes via SysLinuxChip (81-column AIR) • GlobalChip verifies arguments/results with half-word packed lookups 4/ Key syscalls supported for Geth/Keeper: • SYS_MMAP / SYS_MMAP2 and SYS_BRK (heap & page management) • SYS_CLONE (simulated PID for threading) • SYS_EXIT_GROUP, SYS_READ, SYS_WRITE, SYS_FCNTL • Signals others treated as NOPs (v0=0, a3=0) All proven with strict byte-level AIR constraints (collision-resistant half-word packing structural page alignment) for memory safety and determinism. 5/ This Linux ABI layer lets Ziren prove Geth/Keeper end-to-end — unmodified. Full details: docs.zkm.io/mips-vm/linux-ab…

1
6
594
ZKM retweeted
My Telegram account with the handle @daceconomy got hacked last week and I lost control of it. Please don't respond to any message from that account. DM me here if you want to contact me.
5
1
5
651