# Protocol Design

- [Architecture](https://docs.herodotus.dev/herodotus-docs/protocol-design/architecture.md)
- [Smart Contracts](https://docs.herodotus.dev/herodotus-docs/protocol-design/architecture/smart-contracts.md): Herodotus Smart Contract Workflow on L1 and L2
- [OP Stack](https://docs.herodotus.dev/herodotus-docs/protocol-design/architecture/op-stack.md): Storage Proofs on Optimism and OP Stack Blockchains
- [Historical Block Hash Accumulator](https://docs.herodotus.dev/herodotus-docs/protocol-design/historical-block-hash-accumulator.md)
- [Merkle Mountain Ranges](https://docs.herodotus.dev/herodotus-docs/protocol-design/historical-block-hash-accumulator/merkle-mountain-ranges.md)
- [Initial Accumulation Event](https://docs.herodotus.dev/herodotus-docs/protocol-design/historical-block-hash-accumulator/initial-accumulation-event.md)
- [Timestamp to Block Mapper](https://docs.herodotus.dev/herodotus-docs/protocol-design/timestamp-to-block-number-mapper.md): The Timestamp to Block Mapper facilitates the mapping of block numbers to their corresponding timestamps.
- [Edge Cases](https://docs.herodotus.dev/herodotus-docs/protocol-design/timestamp-to-block-number-mapper/edge-cases.md): Handling Edge Cases


---

# 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://docs.herodotus.dev/herodotus-docs/protocol-design.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.
