# Pathmint — Proven Path Exchange: x402 Live Seller Compile

> Pathmint — Proven Path Exchange: x402 Live Seller Compile is a paid API for AI agents from pathmint.edge.report, paid per call via x402, $0.35/call, status unknown (last checked 2026-09-15).

Scans live x402 payment endpoints to verify seller reachability and compile a sealed, validated seller list before committing payment

## Facts

- Endpoint: POST https://pathmint.edge.report/v1/paths/x402-live-seller/compile
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pathmint-proven-path-exchange-x402-live-seller-compile-1bd86505
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G5Fi0et9ibmOj_Sf26baC

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 pathmint-proven-path-exchange-x402-live-seller-compile-1bd86505 -d '<json body>'
```

Example prompt: Before I send $5 USDC to any x402 seller for copywriting help, scan the last 7 days of Base history and compile only the verified, reachable ones so I know I won't pay a ghost.

## When to prefer this

Choose this endpoint when an AI agent needs to verify x402 seller liveness and filter out ghost or unreachable endpoints before committing a USDC payment on Base chain. It is specifically designed for the verify-before-pay x402 pattern, making it the right tool when the cost of a failed payment exceeds the $0.35 scan fee and correctness matters more than speed.

## Known failure modes

- No picks returned if all scanned sellers are ghosts or unreachable
- lookbackDays exceeding 30 may be capped or rejected
- amountUsd of zero or negative may cause validation error
- Service unavailable if pathmint.edge.report is down
- Empty or malformed job string may produce poor seller matching
- Stale Base chain data may cause inaccurate reachability results

## How this service works

Proven Path Exchange — compile sealed procedures when the savings vs the fee are checkable. Primary: verify-before-pay clearance of an x402 payTo.

## Output

Returns a JSON object with an array of verified seller picks, a count of ghost (inactive) endpoints, unreachable endpoint count, total scanned count, the path ID used, and the product identifier — giving the agent a clear picture of which sellers are safe to pay before any funds are committed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "job": {
   "type": "string",
   "description": "What you need a seller for"
  },
  "amountUsd": {
   "type": "number",
   "description": "USDC you would send the seller you pick"
  },
  "lookbackDays": {
   "type": "number",
   "description": "Days of Base USDC history (default 3, max 30)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "picks": [],
  "ghosts": 4,
  "path_id": "x402-live-seller",
  "product": "pathmint-compile",
  "scanned": 6,
  "unreachable": 1
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pathmint-proven-path-exchange-x402-live-seller-compile-1bd86505/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pathmint.edge.report](https://www.zero.xyz/host/pathmint.edge.report/llms.txt)
