Skip to content

Commit 342775b

Browse files
Update docs/cdk/architecture/cdk-pp-highlevel-arch.md
Co-authored-by: Arnau Bennassar <arnaubennassar5@gmail.com>
1 parent fc11c3e commit 342775b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cdk/architecture/cdk-pp-highlevel-arch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Here is a step by step flow of transactions starting from when users submit tran
1111
3. The transaction-pool manager proxies all transaction data to the CDK Erigon sequencer.
1212
4. CDK Erigon sequencer executes transactions, puts the transactions in blocks
1313
5. CDK Erigon sequencer syncs all transaction data with any CDK Erigon RPC node.
14-
6. AggSender gets batch data from the CDK Erigon sequencer, uses the data to generate certificates, and submits the certificates to the JSON-RPC API.
14+
6. AggSender gets batch data from the CDK Erigon sequencer, uses the data to generate certificates, and submits the certificates to the AggLayer RPC.
1515
7. The AggLayer RPC checks validity of the certificate by asserting that the balances of the bridge interactions are consistent with the liquidity of the chain
1616
8. After validating the certificates, the JSON-RPC API sends a request to generate a proof, together with the necessary data (including the certificates), to the SP1 prover.
1717
9. Once the proof is received from the SP1 prover, the JSON-RPC API sends it to L1.

0 commit comments

Comments
 (0)