# Integrity Verifier

## 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 [StarkWare](https://starkware.co/).

## 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:

<https://github.com/HerodotusDev/integrity>

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.herodotus.dev/herodotus-docs/scaling-solutions/integrity-verifier.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
