BeaconKit advantages
Running a BeaconKit-based chain provides several advantages (assuming the default configuration of pairing with an EVM execution client):- Single slot finality — Compared to Ethereum’s ~13 minutes; see single slot finality in the glossary
- Optimistic payload building — Executing block proposal in parallel with voting reduces block times by up to 40%
- Eth2 modularity — Conformity to separation of execution and consensus with communication via Engine API
- Full EIP compatibility — The majority of EVM tooling is supported
- Modular — Can allow for custom block builder, rollup, data availability layer, and more