Skip navigation
XChain Docs

XChain — the tiered meta-blockchain for everything the world records

Last updated: 08/06/20262 min read

An open-source, tiered meta-blockchain — a 2-Domain → 3-Layer → 5-Tier architecture — turning verifiability into shared, public infrastructure, so almost anything the world records can be proven, not just trusted.

Whitepaper · Testnet MVC edition · 2026 · Apache-2.0

Abstract

The fastest single blockchains settle a few thousand real transactions per second, while the world produces tens of zettabytes of recordable data a year — and the cost of consensus makes recording any low-value event on chain uneconomic. Splitting into many chains removes that ceiling but raises another: composability is lost, and cross-chain state becomes fragile and expensive. XChain resolves the tension by refusing to make one chain do everything. It is a tiered meta-blockchain built on one question — does this data need double-spend protection or composability? — whose binary answer divides all data into 2 Domains (value / data, an invariant boundary enforced by the UAC primitive), refined into 3 Layers (Settlement · Execution · Data) and 5 Tiers (T0–T4), each with cryptographic assurance priced to the value of the data it carries. The Domains are joined by a single principle — verify, don't re-execute — and connected through a narrow waist of seven hard-specified primitives.

Unlike a monolithic chain, XChain never makes cheap data pay for expensive consensus: the marginal cost of recording a low-value event approaches zero. Unlike a fragmented multi-chain, it keeps a shared root of trust: proofs travel upward and are verified, never re-executed, so the cost at the root stays nearly constant as edge volume grows. XChain invents no new primitive — it integrates proven components (Cosmos, Celestia, IBC, pessimistic proofs, recursive ZK) into a new architecture, and it is a public good in the fullest sense: built, operated and optimized by its community, belonging to no company and no founding team — everything, this whitepaper included, is open to contribution and, over time, to community governance.

What is claimed here is design, not performance: XChain runs on a deliberately minimal public testnet today, and everything that changes over time — what is live, what is a stand-in, and the numbers read straight from the chain — is quarantined in one section, Status & Live Network, so that nothing above it needs to exaggerate.

Thesis in one line: separate the world's data by value, verify instead of re-execute, and a blockchain can become a verifiable record layer for almost everything — as a public good anyone can build on.

XChain Docs