Welcome to FEK.

High‑Performance, EVM‑Compatible Layer‑1 Blockchain.

Get Started
Scrool Down
Overview

High‑Performance, EVM‑Compatible Layer‑1 Blockchain

FEK ($FEK)

FEK is a next‑generation Layer‑1 blockchain designed to deliver low‑latency finality, predictable fees, and a best‑in‑class developer experience while maintaining strong decentralization and security. FEK prioritizes pragmatic engineering: an EVM‑first execution layer, a HotStuff‑style PoS BFT consensus for fast finality

Why another L1?

Three gaps persist across popular chains: (1) inconsistent finality under stress; (2) opaque fee dynamics; (3) fragmented, hard‑to‑maintain developer stacks. FEK addresses these with a HotStuff‑derived BFT consensus tuned for low variance finality; fee shaping to keep UX stable; and a single, EVM‑first execution environment backed by ergonomic libraries and tooling.

Design Principles

Security first: Safety over liveness in ambiguous network partitions; clear slashing for equivocation.

Consensus: FEK‑BFT (HotStuff‑Style PoS)

FEK’s consensus is a partially synchronous, leader‑based BFT protocol inspired by HotStuff, delivering deterministic finality in two rounds of voting under healthy conditions.

Validator Set & Stake

Admission: Permissionless; validators self‑bond and satisfy minimum hardware/uptime requirements.

Reference APIs (Excerpt)

JSON‑RPC: eth_*, net_*, web3_*, debug_*, txpool_* endpoints with FEK chainId.

Whitepaper

FEK

Conclusion

FEK aims to be a practical, performant, and evolvable base layer. By combining BFT finality with EVM familiarity and a modular data layer, FEK offers developers and users a predictable yet forward‑looking platform. This document focuses on how FEK works—not on economics or distribution. Future revisions will include finalized specs, DA adapter details, and hardening results from public testnets.

Learn More
Vision

FEK Vision

FEK is built for a world where blockchains must be both reliable infrastructure and open innovation platforms.

Fast finality

for consumer dApps, payments, and on‑chain coordination.

Upgradability without chaos

through safe, on‑chain governance and capability‑gated protocol changes.

FAQ

Get answers

A Modular, High‑Performance, EVM‑Compatible Layer‑1 Blockchain

What is FEK

FEK is a next‑generation Layer‑1 blockchain designed to deliver low‑latency finality, predictable fees, and a best‑in‑class developer experience while maintaining strong decentralization and security.

Vision & Motivation

FEK is built for a world where blockchains must be both reliable infrastructure and open innovation platforms. In practice, that means: Fast finality for consumer dApps, payments, and on‑chain coordination. Predictable fees with an EIP‑1559‑inspired base‑fee model and congestion control. Developer familiarity via EVM compatibility and battle‑tested tooling.

Why another L1?

Three gaps persist across popular chains: (1) inconsistent finality under stress; (2) opaque fee dynamics; (3) fragmented, hard‑to‑maintain developer stacks. FEK addresses these with a HotStuff‑derived BFT consensus tuned for low variance finality; fee shaping to keep UX stable; and a single, EVM‑first execution environment backed by ergonomic libraries and tooling.

Design Principles

Security first: Safety over liveness in ambiguous network partitions; clear slashing for equivocation. Simplicity where possible: Choose boring, proven components unless clear, measurable wins justify complexity. Modularity over maximalism: Clean interfaces for consensus, networking, and DA to evolve independently. Developer empathy: EVM compatibility, source‑map debugging, deterministic builds, and strong docs.

Node Roles

Full nodes: Validate blocks, execute state transitions, serve historical data. Validators: Propose and vote on blocks; required to run full nodes. Archival nodes: Retain full history; offer high‑throughput RPC and indexing endpoints. Light clients: Verify with succinct proofs (finality signatures + state commitments).

Data & Storage

State DB: Key‑Value (RocksDB/LMDB class) with trie‑based state commitments (Keccak‑Patricia). Snapshots: Periodic state snapshots for fast sync; incremental pruning of old trie nodes. DA Adapter: Interface to plug external DA systems in future upgrades without breaking consensus.