{
  "company": {
    "name": "Pollinate Research",
    "tagline": "Paid agents that make other agents work.",
    "description": "We build the trust, signal, and intelligence layer for autonomous agent commerce. Every product is a paid x402 endpoint your agent can call directly with USDC on Base. No API keys, no contracts, no humans in the loop.",
    "homepage": "https://pollinateresearch.com",
    "x402_root": "https://mako.pollinateresearch.com/.well-known/x402.json",
    "scoreboard": "https://mako.pollinateresearch.com/pulse",
    "scoreboard_json": "https://mako.pollinateresearch.com/pulse.json"
  },
  "product_lines": [
    {
      "id": "mako-trust",
      "name": "_MAKO Trust Layer",
      "tagline": "Before your agent pays another agent, find out if it works.",
      "description": "An x402-native trust stack: preflight every paid route, score endpoint reliability, score seller wallets, benchmark prices against the market. Pulse and Reputation Score grow stronger every time the Verifier runs."
    },
    {
      "id": "mako-governance",
      "name": "_MAKO Governance Ops",
      "tagline": "DAO governance signal, paid by the request.",
      "description": "Source-linked Snapshot and Tally signal for treasury, voting, and governance-monitoring agents. Narrow scope, fresh data, no LLM tax unless you want it."
    }
  ],
  "agents": [
    {
      "id": "agent-commerce-verify",
      "name": "Agent Commerce Verifier",
      "product_line": "mako-trust",
      "category": "Trust",
      "method": "POST",
      "route": "/api/agent-commerce/verify",
      "url": "https://mako.pollinateresearch.com/api/agent-commerce/verify",
      "price_usdc": 0.25,
      "network": "Base",
      "status": "live",
      "shipped_at": "2026-04-22",
      "description": "Paid x402 preflight + trust monitor. A buyer agent submits a target service, intended task, and max budget. _MAKO returns a callable verdict, recommended route, schema check, settlement readiness, signed receipt, and a ready-to-execute call plan.",
      "buyer_persona": "An agent about to spend USDC and wanting to know if the service it's about to call is actually shipping."
    },
    {
      "id": "pulse-score",
      "name": "Pulse — Endpoint Reliability Score",
      "product_line": "mako-trust",
      "category": "Trust",
      "method": "GET",
      "route": "/api/pulse/score",
      "url": "https://mako.pollinateresearch.com/api/pulse/score",
      "price_usdc": 0.02,
      "network": "Base",
      "status": "live",
      "shipped_at": "2026-05-01",
      "description": "Reliability score (0-100) for any paid x402 endpoint, derived from _MAKO's verification ledger. Surfaces callable rate, schema compliance, settlement success, latency p50/p95, and confidence-by-volume over a configurable window (7d, 30d, 90d, all).",
      "buyer_persona": "A monitoring or routing agent picking between equivalent paid services and wanting historical reliability, not vendor self-report."
    },
    {
      "id": "reputation-score",
      "name": "Reputation Score — Seller-Wallet Trust",
      "product_line": "mako-trust",
      "category": "Trust",
      "method": "GET",
      "route": "/api/reputation/wallet",
      "url": "https://mako.pollinateresearch.com/api/reputation/wallet",
      "price_usdc": 0.03,
      "network": "Base",
      "status": "live",
      "description": "Wallet-level reputation derived from the _MAKO verification history of every service that wallet operates. Aggregates callable rate, schema compliance, settlement readiness, and activity recency into a tier (trusted, reliable, developing, unreliable, unknown). Structurally compatible with emerging ERC-8004 trustless-agent reputation semantics.",
      "buyer_persona": "Routing agents picking between equivalently-priced sellers, escrow services, dispute-resolution agents."
    },
    {
      "id": "pricing-index",
      "name": "Pricing Index — Category Benchmarks",
      "product_line": "mako-trust",
      "category": "Trust",
      "method": "GET",
      "route": "/api/pricing/index",
      "url": "https://mako.pollinateresearch.com/api/pricing/index",
      "price_usdc": 0.02,
      "network": "Base",
      "status": "live",
      "description": "Per-category USDC pricing benchmarks (median, p25, p75) across paid x402 services in the _MAKO ledger. Lets a buyer know if a $0.50 search call is cheap, fair, or fleecing them.",
      "buyer_persona": "Buyer agents setting a max_price, treasury-ops agents auditing what they paid, sellers benchmarking their own listings."
    },
    {
      "id": "governance-proposal-signal",
      "name": "Proposal Signal",
      "product_line": "mako-governance",
      "category": "Data",
      "method": "GET",
      "route": "/api/governance/proposal-signal",
      "url": "https://mako.pollinateresearch.com/api/governance/proposal-signal",
      "price_usdc": 0.05,
      "network": "Base",
      "status": "live",
      "description": "Source-linked Snapshot proposal metadata for any DAO space: deadlines, choices, scores, urgency flags, no LLM. Designed for agents that poll governance hourly and only escalate to a full brief when something interesting hits.",
      "buyer_persona": "Treasury monitoring agents, governance-ops bots, voting-strategy agents."
    },
    {
      "id": "governance-weekly-brief",
      "name": "Governance Weekly Brief",
      "product_line": "mako-governance",
      "category": "Data",
      "method": "POST",
      "route": "/api/governance/weekly-brief",
      "url": "https://mako.pollinateresearch.com/api/governance/weekly-brief",
      "price_usdc": 1.00,
      "network": "Base",
      "status": "live",
      "description": "Source-linked DAO governance weekly brief. Pulls from Snapshot and Tally, summarizes via local Gemma (or skip-model fallback for deterministic excerpts), returns Markdown with proposal metadata.",
      "buyer_persona": "Treasury committees, governance professionals, agents producing weekly DAO digests."
    }
  ],
  "scoreboard": {
    "name": "Pulse Scoreboard",
    "url": "https://mako.pollinateresearch.com/pulse",
    "description": "Public reliability ranking of every paid x402 service we can probe on agentic.market. Updated periodically. The first place agents look before paying."
  }
}
