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

Maru Roadmap

Roadmap for Q4 2023 -> Q4 2024

Plans and deliverables for next quarters:

Q3 2023

  1. Keccak benchmarks release;

  2. Basic Pools Volumes STARKs completion;

  3. Maru testnet 0.2 release (with Curve 3pool);

Q4 2023

  1. Block hashes based Timeline for Proofs;

  2. Maru testnet 0.3 release (with Curve, 1inch, Uniswap pools volumes proofs);

  3. Aggregated STARKs (pre-calculate proofs and than use aggregation to combine them into final proof, saving lots of time);

  4. Data SDK for Maru Proof Systems;

Q1 2024

  1. dApp developers onboarding course;

  2. Maru Mainnet Alpha release;

  3. STARK-friendly internal storage (for big data proving);

  4. Testnet Provers decentralization;

Q2 2024

  1. Maru ZKVM release;

  2. DeFi projects onboarding;

  3. Maru Proving Network Mainnet release;

Q3 2024

  1. Other EVM chains support (Polygon, BSC, Avalanche);

  2. Data interoperability (query, compute and proof data with verification in other chains);

  3. Data Proofs for Cosmos SDK testnet release;

Q4 2024

  1. Data Proofs for Cosmos SDK Mainnet release;

PreviousArchitecture overviewNextSchema

Last updated 1 year ago