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

**New with Beacon Kit v1.4.1 & greater:** 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      | July 29, 2026 | [d367b133f368367c3e973636ad059c79](https://raw.githubusercontent.com/berachain/beacon-kit/2059e2abea2a42513a0617a38cd7f758d1a1e6a1/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)                              |
