Brevis

  • Name: Brevis
  • URL: https://brevis.network/
  • Category: universal proving infrastructure / zk proving marketplace / zk coprocessor / zkVM stack
  • Summary: Brevis is a verifiable-compute stack that now spans three linked surfaces: Pico, a modular zkVM for arbitrary offchain computation; a ZK Data Coprocessor for proving claims derived from historical blockchain data; and ProverNet, a decentralized marketplace for sourcing proving capacity. The most important analytical shift is that Brevis is no longer just a coprocessor product or a zk app toolkit. Its current first-party materials position it as an attempt to own both the proving runtime and the market layer that matches heterogeneous proving workloads to specialized hardware.
  • What it does:
    • Builds Pico, a modular zkVM that lets developers write Rust programs, execute them offchain, and verify the resulting proofs onchain
    • Offers a ZK Data Coprocessor for historical-state queries and offchain computation whose results can be proven back to smart contracts
    • Operates ProverNet, a decentralized proving marketplace where applications submit proof requests and specialized provers bid to serve them
    • Supports an operator and staking layer in ProverNet, with BREV used for settlement, staking, and governance over marketplace parameters
    • Publishes operational materials for running prover nodes, bidder services, and proof-request workflows, which makes the marketplace model more concrete than the marketing copy alone
  • Key claims:
    • Brevis’s long-form product guide frames the stack as an “infinite compute layer” built around offchain computation with onchain verification rather than validator re-execution
    • The guide says Pico’s architecture combines a general-purpose core with specialized coprocessors, positioning modularity as the way to avoid the usual tradeoff between generality and proving speed
    • The ProverNet docs describe a decentralized marketplace that matches applications needing proofs with hardware providers optimized for different proving workloads
    • The ProverNet launch post says proof auctions run continuously, applications can submit requests directly, and provers can register and compete for jobs without apps operating their own proving infrastructure
    • The ops repo documents concrete network roles and workflows: prover nodes run Pico proving services plus bidder services, while proof requesters submit jobs to BrevisMarket with fee, deadline, verification-key, and stake parameters
    • The strongest mechanism insight is that Brevis is trying to turn proving from vertically integrated infra into a market: hardware specialization, proof latency classes, and stake-backed quality-of-service become protocol design surfaces rather than hidden vendor internals
  • Whitepaper: Brevis has a canonical ProverNet whitepaper at https://brevis.network/whitepaper/provernet.pdf. For current product and operator detail, the official blog, ProverNet docs repo, and ops repo were more legible during this pass; see ../whitepapers/brevis-primary-sources-2026-05-08.md.
  • Sources:

Internal linkages

  • Strongest proving-market peer: succinct.
  • Closest coprocessor-plus-market sibling: lagrange.
  • Runtime baseline beneath the marketplace layer: sp1.
  • Last reviewed: 2026-05-31 UTC