WCAHTWCAHT CHAIN
Whitepaper · v0.9 Draft · July 2026

WCAHT Chain

A fast, pure-EVM, MetaMask-native digital value network.

Status disclosure: WCAHT Chain is in active testnet. This document describes the implemented architecture and honestly-measured performance as of July 2026, and the path to public mainnet in 2027. Forward-looking statements are goals, not guarantees.

1. Abstract

WCAHT Chain is a high-throughput Layer-1 blockchain built for one job done well: moving digital value quickly, cheaply, and with a wallet experience users already know. It pairs a parallel transaction engine with a BFT consensus core and ships a native MetaMask integration, so any existing Ethereum wallet can hold and send WCAHT with no new software.

The network is engineered around four commitments: parallelism first (non-conflicting transactions execute concurrently), deterministic consensus (every honest node computes byte-identical state), familiar access (MetaMask-native), and honest engineering (performance is measured on-chain, not theoretical).

2. Architecture

WCAHT Chain is an independent Rust implementation — not a fork of Solana, Ethereum, or Cosmos — composed of named subsystems:

SubsystemRole
SkyfallBFT consensus, leader schedule, voting, finality
SkyreachAccount / state layer and balances
TxFabricParallel mempool + conflict-aware transaction scheduling
PrismParallel execution engine (conflict-free groups run concurrently)
CascadeErasure-coded block broadcast (Turbine-class propagation)
HyperionFork-aware ledger and canonical chain storage

2.1 Consensus (Skyfall)

Slot time is 400 ms (2.5 slots/second). Consensus is stake-weighted BFT with a published, deterministic leader schedule and supermajority (≥2/3) finality. State roots use an incremental bank-hash model — Hash(ParentRoot ‖ Hash(sorted delta)) — with domain-separated, length-prefixed hashing so all nodes agree bit-for-bit. Duplicate-transaction detection is ancestry-based (a pure function of a block and its parent chain), eliminating the class of node-local disagreements that cause forks.

2.2 Parallel execution (TxFabric + Prism)

Transactions declare the accounts they touch. TxFabric groups non-conflicting transactions so Prism can execute them in parallel across cores, while conflicting transactions from the same account are serialized for correctness. A single block can carry up to 50,000 transactions.

2.3 Access layer

WCAHT is a pure EVM chain, added to MetaMask as a custom network — users see balances and send WCAHT directly. A live explorer and dashboard show network status, search, validator health, and TPS.

3. Performance

Every figure below is confirmed on-chain (transactions counted inside finalized blocks), measured on the live multi-node testnet — not accepted-count or theoretical.

MetricMeasured (testnet, home hardware)
Slot time400 ms
Peak confirmed throughput~3,000 TPS (burst, finalized)
Largest single block~1,900 transactions
Block capacity (protocol)50,000 transactions
Theoretical ceiling~125,000 TPS (50k × 2.5 slots/s)
Honest framing: the ~3,000 TPS peak places WCAHT in the range of Solana's real mainnet throughput (≈3,000–5,000 TPS) — achieved on a small cluster of consumer machines rather than a large datacenter validator set. Sustaining that rate continuously is an active engineering target, not yet a delivered guarantee. The theoretical ceiling is a design bound, not a current result.

4. Token

WCAHT — smallest unit 1 WCAHT = 1,000,000,000 (10⁹) kak. Utility: transaction fees, staking for consensus participation, and value transfer. Full distribution and emission are published in the Tokenomics document ahead of mainnet.

5. Security & Determinism

Ed25519 signatures with domain-separated canonical encoding; TOFU certificate pinning on the QUIC transport; recent-blockhash replay anchoring; disk back-pressure read-only mode; per-IP rate limits; and a production-profile guard that refuses unsafe environment overrides on validators. Consensus execution never consults node-local caches — the duplicate set and state delta are pure functions of the chain. An independent third-party security audit is a mainnet gate and has not yet been completed.

6. Current Status (July 2026)

Testnet — live and iterating. BFT consensus, parallel execution, and finality run on a live multi-node cluster; MetaMask-native WCAHT (view + send) is operational; the explorer and dashboard are live; and major consensus-determinism hardening is complete (a fork-class bug in multi-transaction blocks was identified and fixed, with zero state-root divergence under load). In progress: sustained high-throughput transport, single-validator liveness/failover, and pre-mainnet security hardening.

7. Roadmap

PhaseWindowFocus
Public Testnet2026 H2Open access, explorer, wallet, faucet, docs
Incentivized Testnet2026 Q4 – 2027 Q1External validators, bug bounty, load
Security & Audit2027 Q1–Q2Third-party audit, economics finalization
Mainnet Launch2027Permissionless mainnet, token generation
Full Roadmap View Live Network
This whitepaper describes a system under active development. Nothing herein is investment advice. Testnet tokens have no monetary value. Timelines and features are subject to change based on audit and engineering outcomes.

WCAHT Chain · denvion.com · Whitepaper v0.9 Draft · July 2026