# x402 Proof Lift Report

> x402 Proof Lift Report is a paid API for AI agents from x402-market-intel-mcp.mtree.workers.dev, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Generates a paid-call telemetry and marketplace rank report showing route proof coverage, index/rank movement, buyer-query lift, and next bounded proof action for an x402 API discovery campaign.

## Facts

- Endpoint: POST https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/proof_lift_report
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-proof-lift-report-a50d08cf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mnmJlhYgmNY_ndykDA1DK

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 x402-proof-lift-report-a50d08cf -d '<json body>'
```

Example prompt: Pull the proof lift report for my x402 route at api.example.com/v1/chat — show me the current route proof coverage, how my index rank has moved recently, and what the next recommended proof action is.

## When to prefer this

Choose this endpoint when you need to assess the real-world discovery performance of a specific x402 paid API route — combining paid-call proof telemetry with marketplace rank signals into one actionable report. Prefer this over general API analytics when your primary concern is x402 campaign visibility, proof coverage, and rank movement in the x402 paid-service ecosystem.

## Known failure modes

- Invalid or unrecognized x402 route identifier returns 404 or empty report
- Payment not processed (x402 USDC payment failure on Base) returns 402 error
- Route has no historical telemetry data resulting in sparse/empty report
- Marketplace rank observations unavailable for very new routes
- Network timeout on the workers.dev hosted endpoint

## How this service works

Hosted proof-lift report for x402 paid API discovery campaigns: combines paid-call telemetry with recurring marketplace rank observations to show route proof coverage, index/rank movement, buyer-query lift, and the next bounded proof action. Price 0.20 USDC on Base via x402. Demo: https://x402-market-intel-mcp.mtree.workers.dev/demo/proof_lift_report. Contact: https://x402-market-intel-mcp.mtree.workers.dev/contact.

## Output

Returns a structured proof lift report containing: route proof coverage metrics, index and rank movement over time, buyer-query lift data from paid-call telemetry, recurring marketplace rank observations, and a concrete next bounded proof action recommendation for the x402 discovery campaign.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {
      "hours": {
       "type": "integer",
       "maximum": 168,
       "minimum": 1
      },
      "limit": {
       "type": "integer",
       "maximum": 25,
       "minimum": 1
      },
      "query": {
       "type": "string"
      },
      "persist": {
       "type": "boolean"
      },
      "queries": {
       "type": "array",
       "items": {
        "type": "string"
       },
       "maxItems": 20,
       "minItems": 1
      },
      "endpoint": {
       "type": "string"
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "proof_lift": {
   "paid_hits": 1,
   "continue_campaign": true,
   "indexed_queries_improved": 1
  },
  "rank_snapshots": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-proof-lift-report-a50d08cf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-market-intel-mcp.mtree.workers.dev](https://www.zero.xyz/host/x402-market-intel-mcp.mtree.workers.dev/llms.txt)
