Skip to content

Commit

Permalink
fix matts comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jul 2, 2024
1 parent 4d46fd3 commit 99c2502
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions book/writing-programs/proof-aggregation.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Proof Aggregation

SP1 supports proof aggregation and recursion, which allows you to verify proofs within a proof. Usecases include:
SP1 supports proof aggregation and recursion, which allows you to verify proofs within a proof. Use cases include:

- Reducing on-chain verification costs by aggregating multiple proofs into a single proof.
- Proving logic that is split into multiple proofs, such as proving a statement about a rollup's state transition function.
- etc.

**For an example of how to use proof aggregation and recursion in SP1, refer to the [aggregation example](https://github.com/succinctlabs/sp1/blob/main/examples/aggregation/script/src/main.rs).**

Expand Down

0 comments on commit 99c2502

Please sign in to comment.