testnet

XE is a decentralized
compute & networking platform.

LedgerComputeMessagingGovernanceIdentity (soon)

An account chain each, transactions final in seconds with zero fees, XE carrying the vote weight, signed P2P chat and multisig governance — with leasing built on top, so a VM can be rented from a stranger and settled on-chain. Built for people and machines. This is a testnet under active development, and not all of it works yet — the status below is honest about which parts. Come stress-test it.

$git clone https://github.com/xeprotocol/xe
$cd xe && make build
$./xe wallet create
[network:testnet-0001finality:~3sfees:0providers:0]
Status

XE is pre-1.0 and this is a testnet, so some of what is described on this site is built and running, and some of it is not. Here is the split, as it actually stands today.

Working today
  • Build the binary and run a node that joins testnet-0001
  • Wallets, addresses and keys
  • Send, receive and check balances — XE
  • Burn XE
  • Explorer and wallet UI, embedded in the node
  • REST API and SSE event streams
  • Signed peer-to-peer chat
On the roadmap, not testable yet
  • The faucet — offline while it is rebuilt to hand out XE, so there is no self-serve way to get coins yet
  • XUSD — specified but not issued on this testnet; compute leasing is priced in it, so the two arrive together
  • Compute leasing — escrow, collateral, attested timing and settlement are built, but no providers are online to accept a lease
  • SSH into a leased VM — arrives with the first providers
  • GPU compute — planned, not yet implemented
  • Proof of uptime — design stage
  • End-to-end encrypted chat payloads — transport-encrypted today, E2E payloads to follow
  • Key rotation and dispute arbitration — design stage
Help Us Break It

We want this testnet hammered

Top bug hunters & heavy users will be recognized on mainnet. The bug bounty runs in phases — Phase 1, transactions & running a node, is open now.Bug Bounty →
~3sFinality
0Fees
3Bootstrap Nodes
0Providers Online
42MXE Supply
Quick Start

Build the binary, make two wallets, move XE between them. The terminal below is a simulation of the real CLI — type in it. Against the live network the faucet step currently fails and the compute commands have no provider to talk to; the shell will still show you what they do.

xe-testnet
Tooling
Capabilities
[DAG]

Block Lattice

Every account has its own chain. Transactions are parallel, non-blocking, and final in seconds. No miners, no mempool.

[P2P]

P2P Networking

Peer discovery and data propagation over libp2p. Nodes find each other automatically and sync directly, peer to peer.

[CON]

Fast Consensus

Every block finalizes through representative voting: converge, commit-lock, then an irrevocable final vote at ≥67% of delegated weight — in parallel across account chains.

[XE]

XE Today, XUSD Later

XE is the native asset: it carries voting weight and is what providers earn when a lease settles. XUSD, the stablecoin that will price compute, is specified but not issued on this testnet yet — a mintable asset must never mint consensus power, so only XE ever votes. Zero transaction fees.

[MSG]

Signed Messaging

Send ed25519-signed messages between any two accounts, in real time. Transport-encrypted via libp2p Noise/TLS 1.3; end-to-end payload encryption is coming.

[PRV]

Earn by Providing

Run a provider node, offer your spare compute, earn XE emissions every time a lease settles. Bare metal or cloud — your choice. The testnet has no providers right now, so this side of the market is wide open.

[VM]

Compute Leasing (not open yet)

Lease a real VM from a provider, SSH in, settle on-chain. Escrow, collateral, attested timing and cancellation are all built — but leases are priced in XUSD, which is not issued on this testnet yet, and no providers are online to accept one.

[DAO]

Multisig Governance

Network parameters evolve through state-chain op blocks with M-of-N multisig signing. No hard forks.

[UP]

Provable Uptime (upcoming)

Design stage — providers will prove they were online and serving via cryptographic uptime proofs. Not yet implemented.

Start Building

The node source is public under the GPL-3 — clone it, build it, run it, break it. Findings in the active bounty phase are worth XE.