Transaction Lifecycle

Each transaction progresses through the following stages:

  1. Execution: The user sends a transaction to the PenguChain sequencer.

  2. Batching: Transactions are grouped into batches by the sequencer.

  3. Proof Generation: A zero-knowledge proof is generated off-chain to validate the batch.

  4. Settlement: The proof and compressed batch data are posted to Ethereum. Once verified, the batch is finalized.

Last updated