Money that moves as fast as machines.
Payments at machine speed.
Per second, per call, per use. Payments small and fast enough for machines to pay each other.
Payments sized for machines. Payments are final in 300ms, moving value costs nothing, and a $0.001 payment settles like any other. Every account has its own chain, so a payment never queues behind anyone else’s.
Payments were built for people.
Card rails, monthly invoices and fees that swallow small amounts. Machines work in seconds and cents.
Machines work in seconds and cents.
Their money should too.
On XE, payment is part of the network.
- Built for · 01Platforms billing usageCharge by the second, not by the month.
- Built for · 02Agent and API buildersGet paid per call, in fractions of a cent.
- Built for · 03Finance and operationsBill every team for exactly what it ran.
Five ways machines pay and get paid.
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.
- Reaches
- Only what the job declaresPayment moves between accounts. The job itself declares what access it needs.
- Paid
- Per second, from escrow
- Built with
- PaymentXE ContractsXE Machines
Your own chain, not a shared queue.
On most chains every payment waits in one line and bids for a place. On XE every account writes its own chain, so a payment never waits behind anyone else’s.
- Every payment waits in the same line.
- A busy network means higher fees for everyone.
- A $0.001 payment isn’t worth sending.
- Each account writes its own chain.
- Nothing queues behind anyone else.
- A $0.001 payment stays a $0.001 payment, final in 300ms.
A budget, released by the second.
Escrow is part of the network, not an app on top. Each step lights the part of the network it runs on.
Pay for the work, as it happens.
Every contract carries its own payment terms: a ceiling per second, a budget in escrow, and what happens to the rest.
1contract render_farm {2 // two hundred machines, paid per second of work3 image = "acme/blender:4.1"4 cpu = 165 memory = "64 GB"67 network = none8 machines = 200910 pays = up_to(0.0004 XE/s)11 budget = escrow(900 XE)12 refund = on_stop // the rest returns at once13}
xe · billing-agent
Six ways work gets paid.
All of them settle the same way: final in 300ms, with nothing charged for moving the money.
Thousands of machines, paid by the second.
Every machine on Edge Network is an account on XE, paid for the work it does. No invoices between Edge and the people whose machines serve its customers, and nobody waiting a month to be paid.