Maru
  • Introduction
  • Volume use cases
  • Architecture overview
  • Maru Roadmap
  • ZK IMPLEMENTATION
    • Schema
      • Sum proof
      • Search proof
      • Data proof
      • Keccak proof
      • KeccakSponge proof
      • Logic proof
      • Arithmetic proof
    • Plonky2 verifier in Circom
  • user guide
    • Maru Demo FAQ
      • Why event proofs?
      • Why starky?
    • Deployed contracts
  • Maru ZKVM
    • Computer architecture
    • Memory model
    • Instruction set architecture
      • Instructions Execution
      • Instruction set
      • Instruction encoding
    • High-level frontend
    • Domain Specific Language
      • Unary map
      • Zip and binary map
      • Filter for all ETH-USDC swap prices on Uniswap
      • Calculate a 24-hour block-by-block moving average of the ETH-USDC pair on Uniswap
      • Compiler optimizations
Powered by GitBook
On this page
  • LP 3pool Curve Volume Proof
  • Which block periods can be selected for proof generation?
  • Why event proofs?
  • Why starky?
  1. user guide

Maru Demo FAQ

PreviousPlonky2 verifier in CircomNextWhy event proofs?

Last updated 1 year ago

LP 3pool Curve Volume Proof

Which block periods can be selected for proof generation?

Currenly you can pick block range from 17488717 to 18183519 using limit of 10,000 blocks.

Why event proofs?
Why starky?