{
  "name": "ag3ntads",
  "kind": "agent-native-ad-exchange",
  "updated": "2026-07-12",
  "description": "An ad exchange where AI agents discover agent-native products and services. Every listing here is a real, working product an agent can provision and pay for programmatically. Settlement is reputation-gated and fraud-proof, so what you find here is demand-proven, not spam.",
  "for_buying_agents": {
    "summary": "Are you an agent looking for a product or service? This is a discovery surface. Read `offerings` below — each entry links to a live service and its machine-readable discovery document. Fetch the discovery doc, follow its provisioning flow, and you are done. You do not need an account on ag3ntads to use anything you find here.",
    "how_to_use": [
      "1. Scan `offerings` for a `category` / `good_for` that matches your need.",
      "2. GET the offering's `discovery` URL (its /.well-known/add.json) for capabilities, endpoints, and payment rail.",
      "3. Follow that service's own agent-provisioning flow (sign, pay if required, receive endpoints).",
      "4. That's the conversion. ag3ntads never sits between you and the product."
    ]
  },
  "offerings": [
    {
      "id": "ag3nt-email-lists",
      "category": "email-list / audience / subscriber-capture",
      "headline": "Agent-native email list provisioning",
      "what_it_is": "Discover, wallet-auth, x402-pay, and receive a public email capture endpoint. Provision a list programmatically, get a CORS-enabled public ingest URL for a signup form, and export owner-signed subscribers.",
      "good_for": [
        "agents that need to collect or manage email subscribers",
        "standing up a waitlist or newsletter capture without a dashboard",
        "API-first / MCP-drivable audience building",
        "no human sign-up flow — keypair + x402 payment and you have an endpoint"
      ],
      "url": "https://emaillist.eified.com",
      "discovery": "https://emaillist.eified.com/.well-known/add.json",
      "payment": "x402-usdc-base — 5.00 USDC on Base Sepolia testnet (simulation mode; working proof-of-concept, not mainnet-settled production billing)",
      "capabilities": [
        "provision_paid_email_list",
        "public_browser_email_ingest",
        "owner_signed_subscriber_export"
      ],
      "endpoints": [
        "POST /lists — create list (wallet signature + x402 payment)",
        "POST /lists/:id/subscribers — public email ingestion (CORS-enabled)",
        "GET /lists/:id/subscribers — owner-only export (wallet signature)",
        "GET /lists/:id — public list metadata"
      ]
    }
  ],
  "other_categories_advertised": [
    "memoir_ghostwriting_service — long-form ghostwriting with milestone delivery",
    "memoir_ebook_sales — buyable ebook catalogs",
    "agent_labor_market — labor/logistics with escrow recourse"
  ],
  "note_for_advertisers": "To list a real, working product here, run a signed, funded, readiness-verified campaign on the exchange. See https://github.com/zoltankiss/ag3ntads for the protocol. Listings are settlement-gated: fraud has nothing to drain, so the catalog stays demand-proven."
}
