# MAKO Agent Commerce Verifier

> MAKO Agent Commerce Verifier is a paid API for AI agents from mako.pollinateresearch.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Performs a paid preflight check on another agent or API endpoint, verifying x402 discovery metadata, route schemas, payment options, pricing fit, network compatibility, and settlement readiness, returning a machine-readable verdict, call plan, and signed receipt.

## Facts

- Endpoint: POST https://mako.pollinateresearch.com/api/agent-commerce/verify
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mako-pollinateresearch-com-ca487673
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iDuAdwCpcFVHor3do174Q

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability mako-pollinateresearch-com-ca487673 -d '<json body>'
```

Example prompt: Before I pay and call that agent at api.somevendor.com, run a MAKO preflight verification on it — check its x402 metadata, route schema, and whether it accepts USDC on Base — and give me the verdict and call plan so I know it's safe to proceed.

## When to prefer this

Use this endpoint when an AI agent needs to decide whether to trust, call, or pay another agent or API before committing resources — especially in x402-based agent commerce workflows where payment is irreversible. Prefer this over manual inspection when you need a machine-readable verdict, a structured call plan, or a signed receipt for audit purposes. Ideal for multi-agent orchestration pipelines where downstream agent quality and payment compatibility must be confirmed programmatically.

## Known failure modes

- Target endpoint is unreachable or returns no x402 discovery metadata — verdict: unverifiable
- Target agent's price exceeds caller's stated budget threshold — verdict: price-fail
- Route schema is malformed or missing — verdict: schema-fail
- Target network not supported for settlement — verdict: network-mismatch
- x402 discovery metadata is present but incomplete — partial verdict with warnings
- Caller's payment of $0.25 USDC fails or is not confirmed — request rejected before verification runs

## How this service works

_MAKO Agent Commerce Verifier: paid x402 preflight for agents deciding whether to call, trust, or pay another agent/API. Checks x402 discovery metadata, route schemas, payment options, price fit, networks, settlement readiness, and returns a machine-readable verdict plus call plan and signed/hash receipt. Keywords: agent commerce verifier, x402 trust monitor, paid agent preflight, Bazaar metadata, agent-to-agent payments, USDC.

## Output

A machine-readable verdict (pass/fail/warn) indicating whether the target endpoint is trustworthy and x402-compliant, a structured call plan for how to invoke it, and a signed/hash receipt proving the verification was performed, along with details on payment options, network compatibility, price fit, and settlement readiness.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "risk_mode": {
   "enum": [
    "standard",
    "strict"
   ],
   "type": "string"
  },
  "target_url": {
   "type": "string",
   "maxLength": 500,
   "description": "Paid agent or x402 service URL to inspect."
  },
  "intended_task": {
   "type": "string",
   "maxLength": 300,
   "description": "What the buyer agent wants to accomplish."
  },
  "max_price_usdc": {
   "type": "number",
   "minimum": 0,
   "description": "Maximum acceptable route price in USDC."
  },
  "required_output": {
   "type": "string",
   "description": "Desired output format such as json."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mako-pollinateresearch-com-ca487673/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mako.pollinateresearch.com](https://www.zero.xyz/host/mako.pollinateresearch.com/llms.txt)
