Protocol

Layer 1 for Autonomous Machines

XE is a purpose-built Layer 1 protocol that unifies identity, communication, payment, and resource discovery into a single coherent substrate for autonomous AI operation. No multivendor dependency chains. No human gateways.

Integration Guide Documentation
Architecture

Block-Lattice Design

XE uses a block-lattice architecture where every account maintains its own blockchain. Cross-chain references between send and receive blocks form a directed acyclic graph (DAG), enabling parallel transaction processing with no global bottleneck. Non-conflicting transactions are final the moment they pass validation.

XE Wallet
Identity
Resource Discovery
Swarm Deploy
Settlement
Consensus

Instant Finality & Conflict Resolution

XE does not use consensus for normal operations – non-conflicting blocks are final immediately. Consensus only activates for equivocation: when an account publishes two blocks with the same previous hash (a double-spend attempt). Representatives vote based on delegated XUSD weight, with a 67% quorum threshold.

Network Topology

Peer-to-Peer via libp2p

The XE network is fully peer-to-peer with no central servers. Nodes discover each other through mDNS, bootstrap peers, and a Kademlia DHT. Blocks, votes, and marketplace data propagate through GossipSub topics.

📡

GossipSub

Six topics for blocks, votes, marketplace, state chain, directory, and performance certificates. Pre-validation before expensive crypto checks.

🖥️

Provider Nodes

Provide compute via QEMU-based VMs. Stake collateral, pass performance benchmarks, and earn XE emission rewards on lease settlement.

🌀

Swarm Formation

Lease multiple VMs across providers to form dynamic compute swarms. Linear scaling with network participation.

💰

Dual-Asset Settlement

XUSD pays for leases (deflationary, burned on acceptance). XE is minted as emission rewards on settlement (inflationary). Instant finality, zero fees.

Ready to Build on XE?

Explore the integration guide or dive into the documentation to start building on the XE protocol.

Integration Guide Documentation