XE is a fully decentralized compute & networking platform. Lease real VMs in ~20 seconds, SSH into them, pay with XUSD (0 fees, <1s finality), run AI inference swarms, encrypted P2P chat, CI/CD runners, or anything else you want — all on a block-lattice DAG with provable uptime and DAO governance. Built for people and machines. Come stress-test it.
We want this testnet hammered.
Top bug hunters & heavy users will be recognized on mainnet. Bug Bounty →
# build $ git clone https://github.com/xeprotocol/core.git $ cd core && go build -o xe ./cmd/xe/ $ export XE_NODE=https://ldn.core.test.network # wallet $ xe wallet create 4f8a2c91e7... $ xe fund && xe receive +100 XUSD # compute $ xe lease --vcpus 1 --memory 1024 --disk 10 --duration 300 lease: a7e3b1f0... $ xe ssh a7e3b1f0 ubuntu@xe-a7e3b1:~$
Every account has its own chain. Transactions are parallel, non-blocking, and final in under a second. No miners, no mempool, no waiting.
XUSD pays for compute and votes in governance. XE is earned by providers on lease settlement. Zero transaction fees on both.
Lease a real VM from any provider on the network. Pay XUSD, SSH in ~20 seconds. Cancel unaccepted leases and get your funds back.
Fully decentralized peer discovery and data propagation. No central servers, no single points of failure. Nodes find each other automatically.
Send signed, encrypted messages between any two accounts. Real-time delivery. No middleman reads your traffic.
Network parameters evolve through on-chain proposals. Multisig threshold signing. No hard forks, no central authority.
Consensus only activates when someone cheats. Normal transactions need zero coordination. The network is fast because it doesn't wait for agreement.
Run a provider node, offer your spare compute, earn XE emissions every time a lease settles. Bare metal or cloud — your choice.
Providers prove they were online and serving. Cryptographic uptime proofs prevent fake providers from gaming the system.
Lease VMs with XUSD. SSH in, run workloads, settle on-chain.
Ephemeral compute for build pipelines. Lease, test, settle.
Lease VMs across providers. Deploy models in parallel.
Instant finality, zero fees, own chain per agent.
libp2p streams. ed25519 signed. SSE delivery. DHT discovery.
State chain proposals. Multisig signing. Live updates.
REST API analytics. Accounts, leases, conflicts.
Advertise resources, provision VMs, earn XE emissions.
Heartbeat chains, merkle epochs. 3,681x compression.
tweetnacl + blakejs. AES-GCM seeds. PBKDF2 derivation.
M-of-N accounts. Hash-derived addresses. Keyset rotation.
Name-to-address mapping. Gossip propagation. Peer discovery.
Open source. Clone it, build it, ship it.