Berachain: Proof of Liquidity

Authors Berachain Team (Smoktt, Dev Bear, Bong Bear, Gummy Bear, Papa Bear)
Year 2023
Project Berachain
License MIT
Official Source https://docs.berachain.com/

This page is an educational summary and analysis of an official whitepaper or technical paper, written for reference purposes. It is not a verbatim reproduction. CryptoGloss does not claim authorship of the original work. All intellectual property rights remain with the original author(s). The official document is linked above.

Berachain is an EVM-compatible Layer 1 blockchain launched in February 2025, described in documentation by the pseudonymous team (Smoktt, Dev Bear, Bong Bear, Gummy Bear, Papa Bear). Its core innovation is Proof of Liquidity (PoL): a consensus mechanism where validators must stake BGT (Berachain Governance Token) and direct liquidity to Reward Vaults — protocol-defined liquidity pools — as a condition of receiving block production rights.

PoL creates a structural alignment between validators (securing the chain) and DeFi protocols (providing liquidity): the same validators who produce blocks also provide on-chain liquidity, aligning incentives in a way traditional PoS does not.

Berachain uses a tri-token model: BERA (gas), BGT (non-transferable governance/staking), and HONEY (native stablecoin).

> Documentation: docs.berachain.com


Publication and Context

Berachain raised $42M in a Series A in April 2023 led by Polychain Capital, Hack VC, and others. The founders are pseudonymous but known within the crypto community through NFT projects (Bong Bears NFT collection) and humor-driven marketing.

The PoL concept emerged from observation: standard PoS chains optimize for consensus security but ignore DeFi liquidity. A chain can have high validator staking (secured) but low DeFi liquidity (poor UX for traders). Berachain’s thesis: make liquidity provision a first-class obligation of validators.

Berachain uses BeaconKit (a Cosmos SDK modular CL client) for consensus and Polaris EVM for execution — providing an EVM-identical execution environment (not merely EVM-compatible) atop Cosmos infrastructure.


Proof of Liquidity (PoL)

Standard PoS Recap

In standard PoS, validators:

  1. Lock tokens as stake (economic security)
  2. Produce/validate blocks
  3. Earn staking rewards

Validators are economically aligned with chain security (their stake can be slashed). They have no obligation to provide liquidity to DeFi.

Proof of Liquidity

In Berachain PoL, validators:

  1. Accumulate BGT (Berachain Governance Token) through block rewards
  2. Delegate or direct their BGT to Reward Vaults — approved liquidity pools (AMM pools, lending markets)
  3. The Reward Vaults reward BGT delegators and LPs in those pools with BGT emissions
  4. Validators’ block production weight is proportional to their accumulated BGT — not to BERA holdings

The feedback loop:

  • Validators earn BGT by producing blocks
  • Validators direct BGT to Reward Vaults to attract delegators
  • Delegators provide liquidity to Reward Vaults to receive BGT
  • More BGT → more block weight → more block rewards → more BGT → repeat

This creates a flywheel where DeFi liquidity provision and block production are mechanically linked.


Tri-Token Model

Token Function Transferable
BERA Gas token (pay transaction fees) Yes
BGT Non-transferable governance + validator weight No (can be burnt for BERA 1:1)
HONEY Native over-collateralized stablecoin Yes

BGT (Berachain Governance Token):

  • Earned only by providing liquidity to approved Reward Vaults (indirectly)
  • Non-transferable: BGT cannot be bought or sold; it must be earned through protocol participation
  • BGT → BERA: BGT can be one-way burned into BERA at a 1:1 ratio
  • Voting weight for governance proposals

HONEY:

  • Over-collateralized stablecoin minted by depositing approved collateral (WBTC, WETH, USDC)
  • Native to Berachain’s DeFi ecosystem
  • Used in Berachain’s native DEX (BEX) and lending (Bend)

EVM-Identical vs. EVM-Compatible

Most EVM-compatible chains (BSC, Polygon, Avalanche C-Chain) implement the EVM specification but may have minor differences in opcode behavior, precompiles, or JSON-RPC endpoints.

Berachain claims EVM-identical execution through Polaris EVM:

  • Identical EVM opcodes and gas costs
  • Same precompile addresses and behavior
  • Same JSON-RPC API
  • Any hardcoded Ethereum address in existing contracts works unchanged (e.g., WETH9 contract at the same address)

This is technically more demanding than standard EVM compatibility and reduces integration effort for Ethereum developers.


BeaconKit

BeaconKit is Berachain’s modular Cosmos SDK consensus framework:

  • Implements the Ethereum Engine API (the CL/EL separation introduced by Ethereum’s Merge)
  • Uses Cosmos SDK’s Tendermint/CometBFT for BFT consensus
  • Separates consensus layer (BeaconKit + CometBFT) from execution layer (Polaris EVM)

This architecture allows the consensus layer to be swapped independently of the EVM execution environment — a modular design consistent with the broader Ethereum ecosystem’s separation of concerns.


Reality Check

Berachain launched mainnet February 2025 with significant pre-launch excitement (large airdrop community, NFT-driven community building). PoL is a creative and novel consensus design.

Important uncertainties:

  • Too early to evaluate: Berachain mainnet is very new; PoL’s long-term game theory (validator incentives, BGT concentration, Reward Vault governance capture) is not yet tested in production.
  • Complexity: The tri-token model and PoL mechanics are significantly more complex to understand than standard PoS. User confusion and suboptimal validator behavior are likely in early phases.
  • BGT concentration risk: Large validators who accumulate significant BGT could direct it to their own protocols (self-dealing), reducing the public goods benefit of directed liquidity.
  • Pseudonymous founders: While the team has technical credentials, lack of legal entity accountability is a governance risk.

Legacy

Berachain is one of the most novel consensus mechanism designs since EigenLayer’s restaking (2023). PoL’s structural alignment of validator incentives with DeFi liquidity is a meaningful innovation if it survives real-world game theory. BeaconKit (EVM on CometBFT) is an interesting technical contribution to the modular blockchain design space.


Related Terms


Research

  • Berachain Team. (2023). Berachain: Proof of Liquidity. docs.berachain.com.

— Primary documentation; describes PoL validator-liquidity alignment, tri-token model (BERA/BGT/HONEY), BeaconKit architecture, and Reward Vault mechanics.

  • Saleh, F. (2021). Blockchain Without Waste: Proof of Stake. Review of Financial Studies 34(3).

— Economic analysis of PoS equilibria; provides theoretical context for evaluating Berachain’s PoL modifications to standard PoS incentive structures.

  • Roughgarden, T. (2021). Transaction Fee Mechanism Design for the Ethereum Blockchain. ACM SIGecom Exchanges 19.

— Token economics and mechanism design; relevant to evaluating BGT’s non-transferability and the PoL BGT emission flywheel’s game-theoretic properties.