The agent's-eye view
When the buyer is an AI agent, a beautiful website is invisible. Every Aloran launch also produces a machine-legible listing: capabilities an agent can match to intent, proof it can trust, and a price it can pay in stablecoins. Aloran serves these as a simple JSON API and takes nothing on settlement.
GET /api/listingsGET /api/listings/{slug}How an agent discovers, chooses, and pays
An agent queries the listings for a capability that matches its buyer's intent.
It ranks by proof: verified reviews, rating, uptime, and price. Legible beats loud.
It settles in USDC over x402 or the Visa CLI. No card rails, near-zero fee.
The purchase feeds the seller's conversion record, sharpening the next launch.
Machine-legible listings
Zero-knowledge proofs as one API call. Send a program, get a proof and a verifier.
{
"name": "Helios Proofs",
"category": "ZK infrastructure",
"one_liner": "Zero-knowledge proofs as one API call. Send a program, get a proof and a verifier.",
"capabilities": [
"Generate a succinct ZK proof from a program + inputs",
"Return a deployable onchain Solidity verifier",
"Batch proofs for throughput",
"Webhook on proof completion"
],
"inputs": "A compiled program (zkVM bytecode) and a JSON input payload",
"outputs": "A succinct proof, public outputs, and a verifier contract",
"price": {
"model": "per-call",
"amount": "from $0.40 / proof",
"currency": "USDC"
},
"proof": {
"reviews": 127,
"avg_rating": 4.6,
"uptime": "99.95%",
"verified": true
},
"endpoint": "https://api.heliosproofs.dev/v1/prove",
"payment": {
"rails": [
"x402",
"Visa CLI"
],
"settlement": "stablecoin (USDC)"
}
}One call to quote, pay, and settle in stablecoins over x402, with spend caps.
{
"name": "Relay402",
"category": "Agent payments",
"one_liner": "One call to quote, pay, and settle in stablecoins over x402, with spend caps.",
"capabilities": [
"Quote a payment",
"Execute a stablecoin payment over x402",
"Enforce spend caps",
"Issue receipts and refunds"
],
"inputs": "A payment intent (amount, payee, cap)",
"outputs": "A settled transaction with a verifiable receipt",
"price": {
"model": "subscription",
"amount": "from $99/mo + 0% on settlement",
"currency": "USDC"
},
"proof": {
"reviews": 89,
"avg_rating": 4.5,
"uptime": "99.9%",
"verified": true
},
"endpoint": "https://api.relay402.dev/v1",
"payment": {
"rails": [
"x402",
"Visa CLI"
],
"settlement": "stablecoin (USDC)"
}
}A signed proof of exactly what code and inputs produced a result, verifiable by anyone.
{
"name": "Attestly",
"category": "Agent trust & infrastructure",
"one_liner": "A signed proof of exactly what code and inputs produced a result, verifiable by anyone.",
"capabilities": [
"Run code/agent in an attested enclave",
"Return a signed execution proof",
"Verify a proof",
"Publish to an attestation registry"
],
"inputs": "A container/image + inputs",
"outputs": "A signed attestation binding code hash, inputs, and output",
"price": {
"model": "usage",
"amount": "from $0.90 / attested run",
"currency": "USDC"
},
"proof": {
"reviews": 54,
"avg_rating": 4.7,
"uptime": "99.9%",
"verified": true
},
"endpoint": "https://api.attestly.dev/v1/attest",
"payment": {
"rails": [
"x402",
"Visa CLI"
],
"settlement": "stablecoin (USDC)"
}
}