CRJan 21, 2022

Verilay: A Verifiable Proof of Stake Chain Relay

arXiv:2201.08697v1
AI Analysis

This addresses a scalability and efficiency problem for blockchain developers and users by enabling verifiable cross-chain communication without trusted intermediaries, though it is incremental as it extends existing chain relay concepts to PoS.

The paper tackles the problem of enabling cross-chain state proofs for Proof of Stake (PoS) blockchains, which lack existing chain relay schemes, by proposing Verilay—the first such scheme that validates PoS protocols like Ethereum 2.0, Cosmos, and Polkadot, requiring only a subset of block headers and reducing transaction costs compared to Proof of Work relays.

Blockchain relay schemes enable cross-chain state proofs without requiring trusted intermediaries. This is achieved by applying the source blockchain's consensus validation protocol on the target blockchain. Existing chain relays allow for the validation of blocks created using the Proof of Work (PoW) protocol. Since PoW entails high energy consumption, limited throughput, and no guaranteed finality, Proof of Stake (PoS) blockchain protocols are increasingly popular for addressing these shortcomings. We propose Verilay, the first chain relay scheme that enables validating PoS protocols that produce finalized blocks, for example, Ethereum 2.0, Cosmos, and Polkadot. The concept does not require changes to the source blockchain protocols or validator operations. Signatures of block proposers are validated by a dedicated relay smart contract on the target blockchain. In contrast to basic PoW chain relays, Verilay requires only a subset of block headers to be submitted in order to maintain full verifiability. This yields enhanced scalability. We provide a prototypical implementation that facilitates the validation of Ethereum 2.0 beacon chain headers within the Ethereum Virtual Machine (EVM). Our evaluation proves the applicability to Ethereum 1.0's mainnet and confirms that only a fraction of transaction costs are required compared to PoW chain relay updates.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes