Skip to content

Berachain Testnet V1 vs V2 🆕

On June 9, 2024, Berachain officially launched version 2 of its testnet called bArtio.

The Beracahin bArtio network is a re-architecture of the chain to make it more modular and EVM-aligned. This second iteration build an entirely new framework, resulting in BeaconKit.

V2 is an implementation of the BeaconKit framework, which separates the execution and consensus, and focuses on implementing an consensus client that can be paired with any EVM execution client (Ex: Geth, Reth, etc).

Main Changes from V1 to V2

Berachain's V1 testnet (Artio) was built on top of Polaris, which tightly coupled EVM execution with Cosmos consensus and introduced a monolithic framework for building highly optimized precompiles. The framework did succeeded in demonstrating that precompiles can handle transactions more efficiently.

Despite this optimization, Cosmos could not handle the volume of transactions that Berachain received, alongside the compatibility challenges that came with precompiles and supporting a forked EVM execution client.

Polaris vs BeaconKit

V2 introduced a modular architecture of separating the consensus and execution layer. Compared with V1, where validators would run a single Polaris client, V2 validators would need to run 2 clients, BeaconKit client (for consensus) alongside any EVM execution client (e.g. Geth, Erigon). This modular approach allows for specialization of concerns - for the execution layer to benefit from EVM innovations, and for BeaconKit to provide a highly customizable and performant consensus layer.

In addition to the technical changes with BeaconKit, the economic design of Berachain's native tokens has evolved. The following table highlights the main changes between V1 and V2:

Berachain Testnet Comparison - V1 vs V2

Some significant points to note:

  1. $BERA is staked for activating validators, rather than $BGT.
  2. $BGT delegators no longer at risk of slashing.
  3. The execution layer is now EVM identical.