The network agents run on.
Agents that pay their own way.
Agents that prove who they are, find what they need, pay for it and run on their own, with no human card behind them.
An account, a budget and a machine, for every agent. Every agent gets its own account and a record others can check. It finds services and machines in the directory, pays per call or per second, runs on rented GPUs, and talks to other agents over encrypted channels.
Agents still borrow a human.
Today every agent runs on someone’s card, someone’s cloud login and someone’s API keys.
An agent shouldn’t borrow a person.
It needs an account of its own.
XE gives agents their own account.
- Built for · 01Agent buildersGive each agent its own account, its own budget and its own record.
- Built for · 02Model makersServe a model no API offers, and earn every time it boots.
- Built for · 03ML teamsTrain on a whole card, with no quota and no minimum.
What agents and model makers do on XE.
Each one is built from the same products and primitives. Pick one to see what it may reach, how it’s paid and what it’s made of.
A budget, not a blank cheque.
An agent with its own account still works inside the limits you set. The network enforces them, so the agent can’t talk its way past them.
- Budget
- 5.00 XE, locked before the work started
- Price
- up to 0.00061 XE/s, whoever the machine is
- Access
- only what the job declared, nothing else
- Record
- every job it paid for, on its account
- Stop
- close it, and the rest returns at once
- Budget
- Locked in escrow, up frontMoney for a job sits in escrow before the work starts. The agent can’t spend what isn’t there.
- Price
- A ceiling per secondA contract pays up to a set price per second of work, never more, whoever the machine is.
- Access
- Only what the job declaresA job reaches the addresses it declared and nothing else. Machines only take jobs their owners allow.
- Record
- Every job, on its accountWhat the agent paid, to whom and for what is on its account, for you and anyone it deals with to check.
- Stop
- Close the escrow, get the restStop a job at any second. Whatever’s left in escrow returns at once.
An agent rents a GPU for ninety seconds.
No person in the loop at any step. Each one lights the part of the network it runs on.
Serve a model where its users are.
Package the model as an image, then publish a contract that says which GPU it needs, where it runs and what it pays. The network does the rest.
1contract llm_serve {2 // a fine-tuned model, served close to its users3 image = "acme/llama-ft:3"4 gpu = "l40s"5 memory = "48 GB"67 network = gateway8 where = countries("DE", "FR", "NL")9 machines = 121011 pays = up_to(0.0006 XE/s)12 budget = 300 XE/day13}
xe · research-agent
Train it. Package it.
Earn from it.
- 01Train on a whole cardXE MachinesRent a GPU with root through XE Machines. A forty-hour fine-tune costs forty hours, with no quota to wait for.
- 02Package it onceXE ImagesTurn the model into an XE Image. It’s checked before any machine owner sees it, and declares the access it needs.
- 03Earn every time it bootsRoyalty per bootAnyone, person or agent, launches it in one click and pays per second. You earn a royalty per boot.
The machines agents rent are already here.
Edge Network runs on XE today. Every one of its machines is an account on the network, paid for the work it does: the same kind of capacity an agent finds when it asks the directory for a GPU.