Built for the agent eraSample data · demonstration

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}
The settlement flow

How an agent discovers, chooses, and pays

1
Discover

An agent queries the listings for a capability that matches its buyer's intent.

2
Choose

It ranks by proof: verified reviews, rating, uptime, and price. Legible beats loud.

3
Pay

It settles in USDC over x402 or the Visa CLI. No card rails, near-zero fee.

4
Record

The purchase feeds the seller's conversion record, sharpening the next launch.

The catalog

Machine-legible listings

ZK infrastructure✓ verified
Helios Proofs

Zero-knowledge proofs as one API call. Send a program, get a proof and a verifier.

4.6 (127)99.95% uptimefrom $0.40 / proofx402 · Visa CLI
{
  "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)"
  }
}
Agent payments✓ verified
Relay402

One call to quote, pay, and settle in stablecoins over x402, with spend caps.

4.5 (89)99.9% uptimefrom $99/mo + 0% on settlementx402 · Visa CLI
{
  "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)"
  }
}
Agent trust & infrastructure✓ verified
Attestly

A signed proof of exactly what code and inputs produced a result, verifiable by anyone.

4.7 (54)99.9% uptimefrom $0.90 / attested runx402 · Visa CLI
{
  "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)"
  }
}