# Block Production and Execution

OpenLedger uses an Optimistic Rollup model, leveraging the OP Stack for high scalability while maintaining the security of the parent blockchain (Ethereum). This approach processes transactions off-chain and submits them to L1 for finality, reducing gas costs and increasing transaction throughput.

### Block Production

• Managed by a single sequencer that constructs and executes L2 blocks.

• Blocks are produced every 2 seconds, ensuring high throughput.

• L2 transactions are written to EigenDA and then referenced on Ethereum for verifiable access.

### Block Execution

• The execution engine processes transactions using a peer-to-peer network.

• L2 blocks are derived from L1, ensuring censorship-resistant operations.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://openledger.gitbook.io/openledger/openledger-ecosystem/test-network-overview/block-production-and-execution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
