taiko-zkvm
Taiko's zkVM-based validity proofs
taiko L2 proof-system final protocol spec BN254
Taiko is a based rollup whose validity-proof path proves block execution inside general-purpose zkVMs (Succinct's SP1 and RISC Zero), each of which proves a RISC-V trace with STARKs and then compresses the result into a Groth16 SNARK over the BN254 (alt_bn128) curve for single-transaction verification on Ethereum through the EIP-197 pairing precompile. BN254 is the cross-ecosystem hook: the same pairing curve Ethereum (EIP-196/EIP-197), Solana (SIMD-0129), and Aztec expose, reached here through a zkVM-to-SNARK wrap.
Implementations
- raiko rust not independently audited
Relationships
- Equivalent to
- EIP-197