zkEVM - CPU based proving - BOOM

16ms
Proving Time
#22938732
Latest Block

🔐 External Verification Guide

How Outside Parties Can Verify Proving Times

📡 Public API Endpoints

Status Endpoint:

GET https://zk-evm.org/status

Challenge Endpoint:

GET https://zk-evm.org/api/challenge/{blockNumber}

💡 Try it now: Copy any endpoint above and paste it in your browser or use curl!

🚀 How to Verify Our Claims (5 minutes)

No setup required! Test our proving system directly from your browser or terminal.

Step 1: Check System Status

See current proving performance:

curl "https://zk-evm.org/status"

⏱️ Look for "average_proving_time" ~400ms

Step 2: Challenge with Real Block

Test proving with any Ethereum block:

curl "https://zk-evm.org/api/challenge/22938810"

⏱️ Look for "proving_time_ms" and "proof_size_bytes"

Step 3: Try Different Blocks

Test multiple blocks to verify consistency:

curl "https://zk-evm.org/api/challenge/22938811"
curl "https://zk-evm.org/api/challenge/22938812"

⏱️ Compare proving times across different blocks

Step 4: Verify Against Requirements

Check Ethereum Foundation L1 zkEVM requirements:

✅ Latency: Our ~400ms << 10s requirement
✅ Proof Size: Our ~6KB << 300KB requirement
✅ Consumer Hardware: No GPU required

🎯 What You'll See: Consistent proving times around 400ms and proof sizes around 6KB - proving we're 86x faster than the 10s requirement!