> For the complete documentation index, see [llms.txt](https://docs.alpenlabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alpenlabs.io/how-alpen-works/comparing-strata-and-ethereum.md).

# Comparing Alpen and Ethereum

## EVM compatibility <a href="#evm-compatibility" id="evm-compatibility"></a>

Alpen is an EVM-compatible blockchain. The execution client used by the Alpen batch producer is based on [Reth](https://github.com/paradigmxyz/reth) and is fully compatible with the EVM spec up to the [Prague](https://github.com/ethereum/execution-specs/tree/forks/osaka?tab=readme-ov-file#ethereum-protocol-releases) release, excluding type 3 transactions and blob-related upgrades (EIP-4844). With these exclusions, Alpen can be considered a [Type 2.5](https://vitalik.eth.limo/general/2022/08/04/zkevm.html) zkEVM.

## Blockchain functionality <a href="#blockchain-functionality" id="blockchain-functionality"></a>

Comparing differences in how Alpen and Ethereum functionally operate:

|                  | Alpen                                                                                               | Ethereum       |
| ---------------- | --------------------------------------------------------------------------------------------------- | -------------- |
| Consensus:       | Proof of Authority                                                                                  | Proof of Stake |
| Gas asset:       | BTC                                                                                                 | ETH            |
| Block gas limit: | 36,000,000                                                                                          | 60,000,000     |
| Block time:      | \~5s                                                                                                | \~12s          |
| Finality:        | Probabilistic; blocks are confirmed in checkpoints on a private bitcoin signet about once per hour. | \~15m          |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.alpenlabs.io/how-alpen-works/comparing-strata-and-ethereum.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.
