Architecture
PenguChain is built as a zk-rollup on Ethereum using the zk Stack. It maintains its own internal sequencer which bundles transactions, generates zero-knowledge validity proofs, and posts these batches to Ethereum for settlement.
Execution Layer: Handles transaction ordering and execution on the L2.
Prover: Generates ZK proofs to verify batch correctness.
Rollup Contracts (on Ethereum): Validate proofs, post state roots, and finalize state transitions.
Last updated