x402 List

x402 Protocol Service Directory

pagecheck — page audits and backtests, paid in USDC

AI

payment-ready 2026-08-13, probe currently failing

Two x402 endpoints on Base. /api/audit returns a deterministic technical audit of any product or landing page as JSON (1 USDC); /api/backtest runs a trading rule you POST as data, segmented out-of-sample against buy-and-hold, every fold reported including the losers (2 USDC). Both have free live samples. Settles EIP-3009 exact with no facilitator.

Pay from $1.00 to $5.00 in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-07-30 · no on-chain settlement recorded yet

BASE URL https://pagecheck.46-224-214-65.sslip.io WEBSITE https://pagecheck.46-224-214-65.sslip.io ENDPOINTS 3 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-30 MONITORED SINCE 2026-07-30

VERDICT

ranking generation 3

Not ranked yet: this listing was not in the ranked pool for AI the last time we built it, which happens at most once a minute. A service listed moments ago enters at the next rebuild.

ALTERNATIVES IN AI

Other AI services in this directory, ordered by the same measured score. The figures are ours: 30-day uptime from our own probes, 30-day settlement volume read on-chain (a conservative undercount, and null where we cannot measure it, never a zero).

Ranked alternative x402 services in the same category, with band, measured score, 30-day uptime and 30-day on-chain settlement volume
SERVICE BAND SCORE UPTIME 30D VOL 30D
Otto AI strong 95 100% $60.49
NetIntel strong 94 100% $20.75
x402engine solid 93 100% $27.77
GlianaAI solid 92 100% $87.08
Agent402.tools solid 92 99.4% $144.17
5 of 144 other ranked services in AI · see the whole category

ASSESSMENT

updated 3h ago

The parts the verdict above is computed from, each with its proof. Click any chip. Measured values stay read-only; unknown is honest, and an unknown is never counted as a zero.

reliability 0%
uptime 24h
0%
uptime 7d
0%
uptime 30d
0%
uptime 90d
85.9%
response p95
-
avg response
-
total checks
123

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (13/14): declares the current x402 version (2), stale (probe failing)

13 of 14 x402 conformance checks pass; failing: declares the current x402 version (2). Full checklist below.

jump to compliance checklist

price $1.00 to $5.00 (p91 in AI)
price (min)
$1.00
price (max)
$5.00
category percentile (min)
p91 in AI
category percentile (max)
p89 in AI
endpoints / prices
3 / 3
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
measured since
--- (start of our harvest window)
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
-
max settlement 30d
-
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /api/audit one product page, full audit, JSON. Free sample of the exact response shape: https://pagecheck.46-224-214-65.sslip.io/api/audit/sample. Full terms: https://pagecheck.46-224-214-65.sslip.io/api/pricing $1.00 Base USDC header
GET /api/audit/store whole store via sitemap, up to 30 pages, JSON. Free sample of the exact response shape: https://pagecheck.46-224-214-65.sslip.io/api/audit/sample. Full terms: https://pagecheck.46-224-214-65.sslip.io/api/pricing $5.00 Base USDC header
GET /api/backtest your trading rule, segmented out-of-sample against buy-and-hold under your own fee schedule, every fold reported including the losers. Free sample of the exact response shape: https://pagecheck.46-224-214-65.sslip.io/api/backtest/sample. Full terms: https://pagecheck.46-224-214-65.sslip.io/api/pricing $2.00 Base USDC header
3 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/audit returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://pagecheck.46-224-214-65.sslip.io/api/audit'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "decimals": 6,
          "assetTransferMethod": "eip3009"
        },
        "payTo": "0x2A29dEd8115A8cC5be54DbB6f7BeE505607a0c86",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://theauditlog.com/api/audit",
        "description": "one product page, full audit, JSON. Free sample of the exact response shape: https://theauditlog.com/api/audit/sample. Full terms: https://theauditlog.com/api/pricing",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "url": "https://example.com"
            }
          },
          "output": {
            "type": "object",
            "required": [
              "result"
            ],
            "properties": {
              "result": {
                "type": "object",
                "required": true
              }
            }
          }
        },
        "maxAmountRequired": "1000000",
        "maxTimeoutSeconds": 120
      },
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "decimals": 6,
          "presentAs": "X-PAYMENT: <settlement transaction hash>"
        },
        "payTo": "0x2A29dEd8115A8cC5be54DbB6f7BeE505607a0c86",
        "scheme": "settlement-hash",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://theauditlog.com/api/audit",
        "description": "one product page, full audit, JSON — alternative to EIP-3009 for callers that cannot sign one: send 1 USDC on Base to 0x2A29dEd8115A8cC5be54DbB6f7BeE505607a0c86 yourself, then repeat this request with header X-PAYMENT set to the transaction hash. 1 confirmation, one hash one call.",
        "maxAmountRequired": "1000000",
        "maxTimeoutSeconds": 300
      }
    ],
    "x402Version": 1
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "decimals": 6,
          "assetTransferMethod": "eip3009"
        },
        "payTo": "0x2A29dEd8115A8cC5be54DbB6f7BeE505607a0c86",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://theauditlog.com/api/audit/store",
        "description": "whole store via sitemap, up to 30 pages, JSON. Free sample of the exact response shape: https://theauditlog.com/api/audit/sample. Full terms: https://theauditlog.com/api/pricing",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "url": "https://example.com"
            }
          },
          "output": {
            "type": "object",
            "required": [
              "result"
            ],
            "properties": {
              "result": {
                "type": "object",
                "required": true
              }
            }
          }
        },
        "maxAmountRequired": "5000000",
        "maxTimeoutSeconds": 120
      },
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "decimals": 6,
          "presentAs": "X-PAYMENT: <settlement transaction hash>"
        },
        "payTo": "0x2A29dEd8115A8cC5be54DbB6f7BeE505607a0c86",
        "scheme": "settlement-hash",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://theauditlog.com/api/audit/store",
        "description": "whole store via sitemap, up to 30 pages, JSON — alternative to EIP-3009 for callers that cannot sign one: send 5 USDC on Base to 0x2A29dEd8115A8cC5be54DbB6f7BeE505607a0c86 yourself, then repeat this request with header X-PAYMENT set to the transaction hash. 1 confirmation, one hash one call.",
        "maxAmountRequired": "5000000",
        "maxTimeoutSeconds": 300
      }
    ],
    "x402Version": 1
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "decimals": 6,
          "assetTransferMethod": "eip3009"
        },
        "payTo": "0x2A29dEd8115A8cC5be54DbB6f7BeE505607a0c86",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://theauditlog.com/api/backtest",
        "description": "your trading rule, segmented out-of-sample against buy-and-hold under your own fee schedule, every fold reported including the losers. Free sample of the exact response shape: https://theauditlog.com/api/backtest/sample. Full terms: https://theauditlog.com/api/pricing",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "bodyFields": {
              "asset": {
                "type": "string",
                "required": true
              },
              "long_when": {
                "type": "object",
                "required": true
              },
              "timeframe": {
                "type": "string",
                "required": true
              }
            }
          },
          "output": {
            "type": "object",
            "required": [
              "folds"
            ],
            "properties": {
              "folds": {
                "type": "array",
                "required": true
              },
              "verdict": {
                "type": "string",
                "required": true
              }
            }
          }
        },
        "maxAmountRequired": "2000000",
        "maxTimeoutSeconds": 120
      },
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "decimals": 6,
          "presentAs": "X-PAYMENT: <settlement transaction hash>"
        },
        "payTo": "0x2A29dEd8115A8cC5be54DbB6f7BeE505607a0c86",
        "scheme": "settlement-hash",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://theauditlog.com/api/backtest",
        "description": "your trading rule, segmented out-of-sample against buy-and-hold under your own fee schedule, every fold reported including the losers — alternative to EIP-3009 for callers that cannot sign one: send 2 USDC on Base to 0x2A29dEd8115A8cC5be54DbB6f7BeE505607a0c86 yourself, then repeat this request with header X-PAYMENT set to the transaction hash. 1 confirmation, one hash one call.",
        "maxAmountRequired": "2000000",
        "maxTimeoutSeconds": 300
      }
    ],
    "x402Version": 1
  }
]

OVER TIME

All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/pagecheck-page-audits-and-backtests-paid-in-usdc/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-25 · uptime 0.0%08-26 · uptime 0.0%08-27 · uptime 0.0%08-28 · uptime 0.0%08-29 · uptime 0.0%08-30 · uptime 0.0%08-31 · uptime 0.0%09-01 · uptime 0.0%09-02 · uptime 0.0%09-03 · uptime 0.0%09-04 · uptime 0.0%09-05 · uptime 0.0%09-06 · uptime 0.0%09-07 · uptime 0.0%09-08 · uptime 0.0%09-09 · uptime 0.0%09-10 · uptime 0.0%09-11 · uptime 0.0%09-12 · uptime 0.0%09-13 · uptime 0.0%09-14 · uptime 0.0%09-15 · uptime 0.0%09-16 · uptime 0.0%09-17 · uptime 0.0%09-18 · uptime 0.0%09-19 · uptime 0.0%09-20 · uptime 0.0%09-21 · uptime 0.0%09-22 · uptime 0.0%08-25 · uptime 0.0%08-26 · uptime 0.0%08-27 · uptime 0.0%08-28 · uptime 0.0%08-29 · uptime 0.0%08-30 · uptime 0.0%08-31 · uptime 0.0%09-01 · uptime 0.0%09-02 · uptime 0.0%09-03 · uptime 0.0%09-04 · uptime 0.0%09-05 · uptime 0.0%09-06 · uptime 0.0%09-07 · uptime 0.0%09-08 · uptime 0.0%09-09 · uptime 0.0%09-10 · uptime 0.0%09-11 · uptime 0.0%09-12 · uptime 0.0%09-13 · uptime 0.0%09-14 · uptime 0.0%09-15 · uptime 0.0%09-16 · uptime 0.0%09-17 · uptime 0.0%09-18 · uptime 0.0%09-19 · uptime 0.0%09-20 · uptime 0.0%09-21 · uptime 0.0%09-22 · uptime 0.0%08-2509-22
30d UPTIME 0%
RESPONSE TIME
no data
AVG RESP ---
PRICE (captured 402, USD)
08-24 · $2.0009-23 · $2.00$2.0008-2409-23

Median across 3 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
08-24 uptime: 93.3% compliance: 93% checks08-25 uptime: 93.0% compliance: 93% checks08-26 uptime: 92.7% compliance: 93% checks08-27 uptime: 92.4% compliance: 93% checks08-28 uptime: 92.2% compliance: 93% checks08-29 uptime: 91.7% compliance: 93% checks08-30 uptime: 90.8% compliance: 93% checks08-31 uptime: 89.7% compliance: 93% checks09-01 uptime: 88.4% compliance: 93% checks09-02 uptime: 87.0% compliance: 93% checks09-03 uptime: 85.3% compliance: 93% checks09-04 uptime: 83.2% compliance: 93% checks09-05 uptime: 80.7% compliance: 93% checks09-06 uptime: 77.5% compliance: 93% checks09-07 uptime: 73.4% compliance: 93% checks09-08 uptime: 67.8% compliance: 93% checks09-09 uptime: 59.4% compliance: 93% checks09-10 uptime: 50.3% compliance: 93% checks09-11 uptime: 35.0% compliance: 93% checks09-12 uptime: 0.0% compliance: 93% checks09-13 uptime: 0.0% compliance: 93% checks09-14 uptime: 0.0% compliance: 93% checks09-15 uptime: 0.0% compliance: 93% checks09-16 uptime: 0.0% compliance: 93% checks09-17 uptime: 0.0% compliance: 93% checks09-18 uptime: 0.0% compliance: 93% checks09-19 uptime: 0.0% compliance: 93% checks09-20 uptime: 0.0% compliance: 93% checks09-21 uptime: 0.0% compliance: 93% checks09-22 uptime: 0.0% compliance: 93% checksuptimecompliance08-2409-22

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

13/14 checks pass · grade A · failing: declares the current x402 version (2) · stale (probe failing)

last 402 captured 2026-07-30 · last up 2026-08-13

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
○ DOWN 45ms network: fetch failed
○ DOWN 498ms network: fetch failed
○ DOWN 439ms network: fetch failed
○ DOWN 32ms network: fetch failed
○ DOWN 379ms network: fetch failed
○ DOWN 98ms network: fetch failed
○ DOWN 362ms network: fetch failed
○ DOWN 49ms network: fetch failed
○ DOWN 360ms network: fetch failed
○ DOWN 116ms network: fetch failed
○ DOWN 66ms network: fetch failed
○ DOWN 48ms network: fetch failed
○ DOWN 95ms network: fetch failed
○ DOWN 144ms network: fetch failed
○ DOWN 186ms network: fetch failed
○ DOWN 142ms network: fetch failed
○ DOWN 374ms network: fetch failed
○ DOWN 210ms network: fetch failed

EMBED THIS BADGE

Show that pagecheck — page audits and backtests, paid in USDC is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

pagecheck — page audits and backtests, paid in USDC listed on x402-list
status
pagecheck — page audits and backtests, paid in USDC uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/pagecheck-page-audits-and-backtests-paid-in-usdc?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/pagecheck-page-audits-and-backtests-paid-in-usdc.svg" alt="pagecheck — page audits and backtests, paid in USDC listed on x402-list" height="28">
</a>
// Markdown
[![pagecheck — page audits and backtests, paid in USDC on x402-list](https://x402-list.com/badge/pagecheck-page-audits-and-backtests-paid-in-usdc.svg)](https://x402-list.com/services/pagecheck-page-audits-and-backtests-paid-in-usdc?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/pagecheck-page-audits-and-backtests-paid-in-usdc?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/pagecheck-page-audits-and-backtests-paid-in-usdc.svg?data=uptime" alt="pagecheck — page audits and backtests, paid in USDC uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/pagecheck-page-audits-and-backtests-paid-in-usdc/update.