{
  "@context": "https://schema.org",
  "@type": "OfferCatalog",
  "name": "Nano Empire AI — Agent Offers",
  "description": "Machine-readable catalog of capabilities an agent or business can transact with. Pre-revenue; every status is literal.",
  "provider": {
    "@type": "Organization",
    "name": "Nano Empire AI",
    "email": "rob@nanoempireai.com",
    "address": { "@type": "PostalAddress", "addressLocality": "Ottawa", "addressCountry": "CA" }
  },
  "itemListElement": [
    {
      "@type": "Offer",
      "name": "x402 agent call",
      "category": "AgentAPI",
      "description": "Pay-per-call endpoint access via the x402 standard. On-chain settlement is verified (recipient + amount + memo-nonce, replay-protected) before the asset is served. Proven on Solana devnet; mainnet in paper mode until enabled.",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC"
    },
    {
      "@type": "Offer",
      "name": "LandTrace land-change report",
      "description": "A $29 report narrating how a land parcel physically changed year over year, derived from satellite embeddings. Status: in development — the report engine works end to end; the buy path is not yet live.",
      "availability": "https://schema.org/PreOrder",
      "priceCurrency": "USD",
      "price": "29"
    },
    {
      "@type": "Offer",
      "name": "RFP compliance teardown",
      "category": "Service",
      "description": "Every mandatory requirement ('shall/must/will', French 'doit/devra') in a government RFP/SOW extracted into a human-reviewed, response-ready compliance matrix. Bilingual EN/FR Canadian tenders included at every tier. Delivered in 3 days (most within 48h); Advanced tier 5 days. Status: live on Upwork, open for its first client.",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USD",
      "url": "https://www.upwork.com/services/product/writing-translation-a-compliance-matrix-of-every-mandatory-requirement-in-your-government-rfp-2074328625924014322",
      "priceSpecification": [
        { "@type": "UnitPriceSpecification", "price": "149", "priceCurrency": "USD", "name": "Starter — one RFP/SOW up to 80 pages, 3 days" },
        { "@type": "UnitPriceSpecification", "price": "299", "priceCurrency": "USD", "name": "Standard — + mapped into your response template + go/no-go read, 3 days" },
        { "@type": "UnitPriceSpecification", "price": "499", "priceCurrency": "USD", "name": "Advanced — large (81-200pp) or paired RFP+SOW, 5 days" }
      ]
    }
  ]
}
