Decentralized VPS
Lease VMs from providers. SSH in, run workloads, settle on-chain.
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.
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.
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.
Every account has its own chain. Transactions are parallel, non-blocking, and final in seconds. No miners, no mempool.
Peer discovery and data propagation over libp2p. Nodes find each other automatically and sync directly, peer to peer.
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 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.
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.
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.
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.
Network parameters evolve through state-chain op blocks with M-of-N multisig signing. No hard forks.
Design stage — providers will prove they were online and serving via cryptographic uptime proofs. Not yet implemented.
Lease VMs from providers. SSH in, run workloads, settle on-chain.
Ephemeral compute for build pipelines. Lease, test, settle.
Lease VMs across providers. Deploy models in parallel.
Finality in seconds, zero fees, own chain per agent.
libp2p streams. ed25519 signed. SSE delivery. DHT discovery.
State-chain op blocks. M-of-N multisig signing. Live tip updates.
REST API analytics. Accounts, leases, conflicts.
Advertise resources, provision VMs, earn XE emissions.
Design stage. Heartbeat chains, merkle epochs planned.
tweetnacl + blakejs. AES-GCM seeds. PBKDF2 derivation.
M-of-N accounts. Hash-derived addresses. Keyset rotation.
Account-to-peer mapping. Signed registrations, TTL expiry.
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.