EigenLayer's DNA is based in research and academia
Resources to learn about the protocol - recent updates, videos, research, and whitepapers.
Research, discussion, and news

The latest on EigenLayer
Featured Videos
Academic Papers
01
Data Availability
Provisioning data availability is one of the key components for scaling blockchains. Over the years, we have done extensive research on how to reduce communication complexity and per node bandwidth requirement so as to hyperscale data availability without compromising on security.
02
Fair Ordering
Fair-ordering is a critical aspect for any blockchain. Its absence imposes negative externalities like high gas price, network congestion, wasted blockspace, etc., on the ecosystem as a whole. As part of our research to mitigate these externalities, we have designed protocols that guarantees transaction fair-ordering despite adversarial action to pursue transaction reordering, censoring or chain reorg.
03
Longest Chain Consensus
The hallmarks of an excellent consensus protocol are high throughput and low confirmation latency while placing as minimal security assumptions as possible. Our research involved analysing security assumptions of different classes of longest-chain consensus protocols and deconstructing them into their basic functionalities that systematically yielded protocols which approach the physical limits of throughput and confirmation latency while requiring minimal security assumptions.
04
BFT Consensus
BFT protocols provisions the guarantee that protocol is secure as long as fraction of nodes behaving maliciously is less than a certain threshold. Therefore, it is necessary to have in-protocol mechanism to identify the nodes in the system that behaved maliciously so as to be able to impose proper penalties. Towards that end, we have designed strong forensic support for BFT protocols.