Transaction Lifecycle
Each transaction progresses through the following stages:
Execution: The user sends a transaction to the PenguChain sequencer.
Batching: Transactions are grouped into batches by the sequencer.
Proof Generation: A zero-knowledge proof is generated off-chain to validate the batch.
Settlement: The proof and compressed batch data are posted to Ethereum. Once verified, the batch is finalized.
Last updated