> ## Documentation Index
> Fetch the complete documentation index at: https://berachain-422fce37-mintlify-e4cb4006.mintlify.site/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.2](https://github.com/berachain/bera-reth/releases/tag/v1.4.2)           |
| Bepolia | [v1.4.2-rc.0](https://github.com/berachain/beacon-kit/releases/tag/v1.4.2-rc.0) | [v1.4.3-rc.0](https://github.com/berachain/bera-reth/releases/tag/v1.4.3-rc.0) |

**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      | July 14, 2026 | [f7d31d1039b0253f5f43336e55d28054](https://raw.githubusercontent.com/berachain/beacon-kit/v1.4.2-rc.0/testing/networks/80069/eth-genesis.json) |
