XE Images
One click. Any machine. Checked first.
Launch a ready-made setup, like a blockchain node, a model server or a game server, on any machine whose owner allows it. Every image is reviewed before it runs.
XE Images is a catalogue of ready-made setups, a blockchain node, a model server, a game server, that you launch in one click on any machine whose owner allows it.
An image is the whole setup, packaged once by a builder: the software, its configuration, and a plain declaration of what it needs and what it may reach. XE reviews it before anyone can launch it. It runs paid per second from escrow, and the builder earns a royalty every time it boots.
- Does
- Picks an image and where it should run, then clicks once.
- Gets
- A working setup in seconds, with no account and no cloud signup.
- Controls
- The country, the price, and when it stops.
- Does
- Packages it once, declares what it needs, and submits it for review.
- Gets
- A royalty every time it boots, anywhere on the network.
- Controls
- Versions, updates, and what the image asks for.
- Does
- Sets in the node app which images and access levels it accepts.
- Gets
- Paid per second, from escrow, for every image it runs.
- Controls
- Everything that starts on the machine. Nothing runs that its policy doesn’t allow.
The same setup, by hand, every single time.
- 01Open an account with a host, and wait for approval
- 02Provision a server, then install the software on it
- 03Find a configuration that works, and hope it’s safe
- 04Open the ports it needs, and close everything else
- 05Pay by the month, whether it runs or not
- 06Do it all again for the next one
- 01Pick an imageFrom the catalogue, by what it does and where it can run.
- 02Pick whereA country, a price, or the first machine that fits.
- 03It’s runningPaid per second from escrow, stopped whenever you want.
Ready-made, reviewed,
one click away.
$ xe images launch solana-rpc:1.18.4 --country sg
One folder. One file.
Nothing it didn’t declare.
1[image]2name = "solana-rpc"3version = "1.18.4"4kind = "node"56[needs]7cpu = 168memory = "256 GB"9storage = "2 TB"1011[access]12network = "gateway" # served on XE addresses13ports = [8899, 8900]1415[earn]16royalty = "per_boot"
Nothing boots until it’s been checked.
Every image passes review before a single machine owner is offered it. The builder locks XE to submit, so every listing has something at stake.
- It builds, starts and does what its description says
- It asks for the CPU, memory and storage it declares
- It reaches only the network it declares
- It has a named publisher with XE locked behind it
- It’s different enough from what’s already listed
A royalty on every boot, anywhere on the network.
Package a setup once and publish it. Every time someone launches it, on any machine, in any country, you’re paid.
Package it once.
Earn every time it boots.
An image is a folder with a manifest: what it is, what it needs, what it may reach. Build it, test it against the review’s own checks, and publish it from your terminal.
1[image]2name = "solana-rpc"3version = "1.18.4"4kind = "node"56[needs]7cpu = 168memory = "256 GB"9storage = "2 TB"1011[access]12network = "gateway" # served on XE addresses13ports = [8899, 8900]1415[earn]16royalty = "per_boot"
An agent can launch one in a single call.
An agent that needs a node, a model or a database doesn’t install anything. It picks a checked image, pays for it from its own account, and gets back an endpoint.
agent · research-bot
XE Images$