SkillAgentSearch skills...

Network

This is the monorepo for the Succinct Prover Network, a protocol on Ethereum that coordinates a distributed network of provers to generate zero knowledge proofs for any piece of software.

Install / Use

/learn @succinctlabs/Network
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Succinct Prover Network

<div> <img src=".github/assets/image.png" alt="Succinct Banner" /> &nbsp; </div>

This is the monorepo for the Succinct Prover Network, a protocol on Ethereum that coordinates a distributed network of provers to generate zero knowledge proofs for any piece of software. This protocol creates a two-sided marketplace between provers and requesters, enabling anyone to receive proofs for applications such as blockchains, bridges, oracles, AI agents, video games, and more.

For more details, refer to the network and provers section of our documentation.

Overview

This repository offers the following components:

  • Contracts: Solidity smart contracts for the protocol, including the $PROVE ERC20 token, staking mechanisms, and the network's settlement contract.
  • Verifiable Application: The network's state transition function, handling tasks such as balance management, proof clearing, and more, is implemented as verifiable RISC-V programs, proven using SP1.
  • Reference Prover: We provide a reference prover implementation that demonstrates a basic interaction with the network, including bidding and generating a proof.

Getting Started

To get started, you will need to install the following prerequisites:

Then, clone the repository:

git clone https://github.com/succinctlabs/network.git
cd network

To build the prover node and rust crates, run:

cargo build --release
./target/release/spn-node --help

To build and test the contracts, run:

cd contracts
forge test

Security

The Succinct Prover Network has undergone audits from Trail of Bits and Cantina. The audit reports are available here.

License

Licensed under either of

at your option.

View on GitHub
GitHub Stars54
CategoryDevelopment
Updated1mo ago
Forks29

Languages

Rust

Security Score

95/100

Audited on Feb 27, 2026

No findings