Home / Docs

XE Network Documentation

XE is a block-lattice cryptocurrency where every account maintains its own blockchain. Cross-chain references between accounts form a directed acyclic graph (DAG), enabling parallel transaction processing with no global bottleneck.

The network supports two native assets — XE and XUSD — and extends the block lattice with compute leasing, DAO governance, peer-to-peer messaging, and an account directory.

Core Properties

Components

ComponentStackDescription
Core nodeGo, libp2p, BadgerDBBlock lattice, consensus, networking, API
Embedded Web UIPlain HTML + ES modules + Web Crypto, embedded via //go:embedExplorer, wallet, DAO console, state inspector — served by xe node --ui
Proof of UptimeDesign proposalVerifiable uptime proofs for compute providers (not yet implemented)

Documentation Sections

Concepts

Protocol

Interfaces

Reference