> ## Documentation Index
> Fetch the complete documentation index at: https://docs.berachain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EVM Execution

> Recommended versions and genesis files for mainnet and Bepolia.

Berachain is 100% EVM-compatible, operating on a lightly modified Reth. We keep pace with Ethereum improvements, shipping [Protocol Upgrades](/build/protocol/overview) every 6 months.

Recommended **[Beacon Kit](https://github.com/berachain/beacon-kit)** and **[Bera-Reth](https://github.com/berachain/bera-reth)** versions depend on the network:

| Network | Beacon Kit                                                            | Bera-Reth                                                            |
| ------- | --------------------------------------------------------------------- | -------------------------------------------------------------------- |
| Mainnet | [v1.4.1](https://github.com/berachain/beacon-kit/releases/tag/v1.4.1) | [v1.4.1](https://github.com/berachain/bera-reth/releases/tag/v1.4.1) |
| Bepolia | [v1.4.1](https://github.com/berachain/beacon-kit/releases/tag/v1.4.1) | [v1.4.1](https://github.com/berachain/bera-reth/releases/tag/v1.4.1) |

**New with 1.4.1:** Use the option `--chain (bepolia|mainnet)` instead of `--chain <path>`. You can continue to specify the genesis file path, but be sure to verify its hash:

| Genesis File | Updated       | Download link & md5 hash                                                                                                                  |
| ------------ | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Mainnet      | June 23, 2026 | [53769fa67f105e67f4eca35cf7658e9e](https://raw.githubusercontent.com/berachain/beacon-kit/v1.4.1/testing/networks/80094/eth-genesis.json) |
| Bepolia      | May 13, 2026  | [dfa4cb7a11217c9eab6cf4b405368870](https://raw.githubusercontent.com/berachain/beacon-kit/v1.4.1/testing/networks/80069/eth-genesis.json) |
