Skip to content

Commit b518e55

Browse files
Update docs/2_architecture/agg_mode_components/1_deep_dive.md
Co-authored-by: Julian Arce <52429267+JuArce@users.noreply.github.com>
1 parent 5e554bd commit b518e55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/2_architecture/agg_mode_components/1_deep_dive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The **proof commitment** is a hash that uniquely identifies a proof. It is defin
4141
To scale aggregation without exhausting zkVM memory, aggregation is split in two programs:
4242

4343
1. **User Proof Aggregator**
44-
Processes batches of `n` user proofs. Each run creates an aggregated proof that commits to a Merkle root of the user proofs inputs. This step is repeated for as many chunks as needed. Usually each chunks contains `256` proofs but it can be lowered based on the machine specs.
44+
Processes chunks of `n` user proofs. Each run creates an aggregated proof that commits to a Merkle root of the user proofs inputs. This step is repeated for as many chunks as needed. Usually each chunks contains `256` proofs but it can be lowered based on the machine specs.
4545

4646
2. **Chunk Aggregator**
4747
Aggregates all chunk-level proofs into a single final proof. It receives:

0 commit comments

Comments
 (0)