x402 settlement for the agentic economy.
No signup, no API keys — point at the facilitator. GPU jobs settle with HTTP 402. Exact, upto, and batch on Base.
curl -i https://mesh.aethera.app/v1/infer HTTP/1.1 402 Payment Required PAYMENT-REQUIRED: { "price": "0.02", "asset": "USDC" }
npm install @aethera/sdk @x402/express
import { Aethera } from '@aethera/sdk' import { paymentMiddleware } from '@x402/express' const gpu = new Aethera({ region: 'edge', gpu: 'H100' }) app.use(paymentMiddleware({ '/v1/infer': { price: '$0.02', network: 'eip155:8453', payTo: gpu.wallet } }, { facilitator: gpu.facilitator() }))
Your workloads don't need a single region.
Central clouds leave a trail; one region, one vendor, one failure domain. Aethera breaks that link through a distributed GPU mesh and pooled settlement of compute.
Earth layer. Dense GPU clusters closest to the workload. Same mesh, lower latency.
Atmosphere layer. Global routing across 93 countries. Entry knows WHO, exit knows WHAT.
Checker nodes. Independent operators validate capacity and compose signed job authorizations.
Decoy flow. Cover traffic keeps the mesh full even at low real volume.
Settlement. On-chain shows pool → provider. Never app → provider.
Aethera by design.
> Utility Compute credits, checker-node staking, and network fees route through the mesh.
The next evolution of cloud compute.
Two layers. Earth for density. Atmosphere for reach. Same Aethera mesh.
$ATH — coming soon.
Contract prints on this page. Everything else is offside.
Coming Soon
npm install @aethera/sdk @x402/express
v0.1.0 · TypeScript · GPU jobs + x402 settlement
Spin an edge GPU and get paid via x402:
import { Aethera } from '@aethera/sdk' import { paymentMiddleware } from '@x402/express' const gpu = new Aethera({ region: 'edge', gpu: 'H100' }) const routes = { '/v1/infer': { price: '$0.02', network: 'eip155:8453', // Base payTo: gpu.wallet } } app.use(paymentMiddleware(routes, { facilitator: gpu.facilitator() })) app.post('/v1/infer', async (req, res) => { const out = await gpu.run(req.body) res.json(out) })
Aethera Facilitator — settle GPU jobs without API keys
Earth + Atmosphere — route to the closest H100 / A100
x402 v1 & v2 — exact, upto, batch
Checker nodes — stake, attest, get paid
pip install aethera x402
v0.1.0 · Python · same mesh, same settlement
from aethera import Client from x402 import payment_middleware gpu = Client(region='atmosphere', gpu='A100') routes = { '/v1/infer': { 'price': '$0.02', 'network': 'eip155:8453', 'payTo': gpu.wallet, } } app.add_middleware(payment_middleware(routes, facilitator=gpu.facilitator())) @app.post('/v1/infer') async def infer(body: dict): return gpu.run(body)
aethera login aethera gpu list --region earth aethera job submit --image pytorch --gpu H100 --pay x402
Inspect any Aethera job — latency, GPU class, x402 receipt. Useful before you point an agent at the mesh.
curl -s https://mesh.aethera.app/v1/jobs/$ID \
-H "x402-receipt: $SIG"Generate a GPU endpoint that returns 402 Payment Required until the agent settles.
aethera paywall create \ --price 0.02 \ --gpu H100 \ --network base
Run a checker. Attest capacity. Collect fees.
aethera checker init --stake 1000 aethera checker start --region atmosphere
x402 is an open payment standard based around the HTTP 402 status, meaning Payment Required. Same family as 404; Not Found. Status 402 sat unused since the 1990s. In 2025 it unlocked gasless, instant agent-to-agent payments of any size.
Aethera uses x402 so GPU jobs settle without API keys or invoices — the agent pays, the mesh runs, the receipt is the tx.
Payment Flow
1. Client hits /v1/infer, server returns HTTP 402 + GPU quote
2. Client signs EIP-712 authorization (no tx, just a signature)
3. Facilitator verifies, settles on-chain, sponsors gas
4. Mesh delivers the job with a receipt
HTTP/1.1 402 Payment Required PAYMENT-REQUIRED: { "price": "0.02", "asset": "USDC", "network": "eip155:8453", "payTo": "0xAetheraPool" }
Read more: x402.org
x402 lets Aethera charge per inference the same way the web charges per request. No accounts. No keys. Just 402.
About Aethera.
Aethera builds distributed GPU infrastructure. Enterprise-grade cards, closer to the edge, always on.
Over $400m worth of compute capacity. Exceptional architecture for superior reliability.
