
Ethproofs
498 posts

Ethproofs
@eth_proofs
race to mainnet-grade L1 zkEVMs













A couple shots 📸 of our CSO Alan presenting Pico Prism 2.0 at @eth_proofs BEAST MODE in Cannes. ⭐️The highlights: a new worker-coordinator architecture that cuts GPU requirements from 64 to 16, rewritten GPU code with expanded RISC-V 64IM support, and 33% more workload capacity in the same proving time. Open sourcing soon. More results coming.




On Monday in NYC: Etherealize will join 150+ executives from major US institutions at the Institutional Ethereum Forum, hosted by @ethereumfndn. $250+ trillion in assets represented in one room to discuss Ethereum's role as infrastructure for the future of finance.

1/ The Roadmap to Lean Ethereum: Scaling, PQ Security, and Networking. How does Ethereum integrate PQ signatures and SNARK aggregation into real-world clients? Let's break down the latest discussion between @raulvk, @corcoranwill and @nico_mnbl for @zeroknowledgefm. 🧵



New EIP! EVMification 🔗 github.com/ethereum/EIPs/… Highlights: - Replaces five specific precompiles—RIPEMD-160 (0x03), MODEXP (0x05), BLAKE2f (0x09), BLS12 map-to-G1 (0x10), and BLS12 map-to-G2 (0x11)—by deploying equivalent EVM bytecode at the same addresses at fork activation time. - After activation, those addresses must no longer be treated as precompiles; they become regular accounts with code, preserving the call interface and maintaining backward compatibility at the address level. - Primary motivation is reducing protocol/client maintenance burden and lowering consensus/implementation risk, while also making zkEVM implementations easier by avoiding multiple bespoke non-EVM “native” circuits/implementations. - The proposal explicitly accepts gas-cost changes: calls will be priced by standard EVM opcode execution rather than legacy precompile gas formulas, which may increase costs (notably for large MODEXP inputs) and can break contracts that hardcode gas stipends. - Usage analysis in the rationale motivates selection: RIPEMD-160 has minimal on-chain use; MODEXP usage is overwhelmingly for 256-bit modulus SNARK verification rather than RSA; BLAKE2f is reportedly mostly used by a single contract; BLS12 map operations are pure field arithmetic suitable for EVM implementation. ELI5: Ethereum has a few special “built-in shortcuts” (called precompiles) at fixed addresses that do certain math/crypto tasks. This proposal says: instead of having clients treat those addresses as special forever, we should put normal EVM smart-contract code at those same addresses that does the same job. That way, everything still works the same for contracts calling them, but Ethereum clients (and zkEVMs) don’t need custom implementations for each shortcut—just the EVM.





