Herodotus Docs
Home
  • Introduction
  • FAQ
  • developers
    • Storage Proofs
      • Workflow
      • Workflow Examples
      • Accessing Block Hash
    • Storage Proof API
      • Interactive Docs
      • Step by step example
    • Turbo
      • Supported Networks
      • Turbo zksync demo
    • Data Processor
      • Why use HDP?
      • Getting Started
      • HDP Jargon
        • What is a Data Lake?
        • What is a Module?
        • Cairo1/Cairo0 Interoperability
      • Architecture
      • Additional Resources
    • Data Processor API
      • Program Registry API
      • Interactive Docs
    • Data Structure Indexer API
      • Interactive Docs
    • Supported Networks
    • Contract Addresses
    • API Status
  • Scaling Solutions
    • Integrity Verifier
  • Protocol Design
    • Architecture
      • Smart Contracts
      • OP Stack
    • Historical Block Hash Accumulator
      • Merkle Mountain Ranges
      • Initial Accumulation Event
    • Timestamp to Block Mapper
      • Edge Cases
  • Security
    • Audits
  • GitHub
  • Twitter
  • LinkedIn
  • Telegram
  • Media Kit
Powered by GitBook
On this page
  • Overview
  • Key Features
  • Benefits
  • Collaboration
  • Getting Started
  1. Scaling Solutions

Integrity Verifier

PreviousContract AddressesNextArchitecture

Last updated 8 months ago

Overview

Integrity is a zero-knowledge proof verifier designed to verify STARK proofs directly within the Cairo Virtual Machine (VM). It enables Layer 3 scalability on Starknet and enhances the capabilities of the entire ecosystem.

Integrity was developed in collaboration with .

Key Features

  • Verifies STARK proofs generated by the Stone prover

  • Runs natively in the Cairo VM

  • Enables efficient Layer 3 solutions on Starknet

Benefits

  • Reduces costs for proof verification on rollups

  • Lowers latency for proof-reliant systems

  • Enables "fractal scaling" by allowing L3 verification on L2

  • Supports innovation for Layer 3s and App-Chains on Starknet

Collaboration

Integrity was developed in collaboration with StarkWare. This partnership combined expertise from both teams to create a powerful and efficient STARK proof verifier for the Starknet ecosystem.

Getting Started

To learn more about Integrity, including detailed implementation instructions, API documentation, and example use cases, please visit our GitHub repository:

The repository contains all the necessary information to understand, implement, and contribute to the Integrity project.

StarkWare
https://github.com/HerodotusDev/integrity
Page cover image