x402 List

x402 Protocol Service Directory

zlv402

AI PAYMENT-READY

payment-ready until 2026-08-20

Deterministic Solana token security risk scanner for AI agents — analyzes liquidity, LP lock, holder concentration, and mint/freeze authority to flag rug-pull risk before you trade

Pay from $0.002 per request in USDC on Solana, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-08-11 · $0.01 all-time · settled via coinbase

BASE URL https://zlv402.wreckbots.io WEBSITE https://zlv402.wreckbots.io ENDPOINTS 1 NETWORK Solana ASSET USDC MEMBER SINCE 2026-08-11 MONITORED SINCE 2026-08-11

ASSESSMENT

updated 29m ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
1610ms
avg response
873ms
total checks
186

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

compliance A (13/13)

13 of 13 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.002 (p17 in AI)
price (min)
$0.002
category percentile (min)
p17 in AI
endpoints / prices
1 / 1
model
flat
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.008 30d · 2 buyers
volume 30d
$0.008
buyers 30d
2
settlements 30d
4
first settlement
2026-08-11
last settlement
2026-08-12
top buyer share
75% of 30d volume
trend 7d vs 30d
4.29x the 30d daily rate
networks
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
volume all-time
$0.01
settlements all-time
4
median settlement 30d
$0.002
max settlement 30d
$0.002
settled via
coinbase ($0.008, 4 tx)

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
POST /api/v1/analyze-token $0.002 Solana USDC header
1 endpoints

REQUEST / RESPONSE EXAMPLE

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

// request
curl -i -X POST 'https://zlv402.wreckbots.io/api/v1/analyze-token'
// 402 response (captured by monitor) · 1 payload · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
        },
        "payTo": "8945KFYixp22w781f12Aif6THMmdukkLtMcmQeDUq7JC",
        "amount": "2000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://zlv402.wreckbots.io/api/v1/analyze-token",
      "tags": [
        "solana",
        "risk",
        "trading",
        "defi"
      ],
      "mimeType": "application/json",
      "description": "Solana token risk score + entry confidence signal (ENTER_NOW/WAIT/AVOID/EXIT) + Jupiter liquidity depth ($100/$1K/$10K price impact) + deployer wallet freshness check + brand impersonation detection + per-source latency breakdown.",
      "serviceName": "Automaton Risk Scanner"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "tokenAddress": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
              "includeExplanation": true
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "riskScore": 12,
              "entrySignal": {
                "timing": "WAIT",
                "entryConfidence": 54
              },
              "overallRisk": "MEDIUM",
              "deployerCheck": {
                "isFreshWallet": false,
                "walletAgeHours": 9881
              },
              "recommendation": "CAUTION",
              "impersonationCheck": {
                "isSuspicious": false
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "required": [
                    "tokenAddress"
                  ],
                  "properties": {
                    "tokenAddress": {
                      "type": "string",
                      "description": "Solana token mint address (base58)"
                    },
                    "includeExplanation": {
                      "type": "boolean",
                      "description": "Include human-readable explanation"
                    }
                  }
                },
                "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"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

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/zlv402/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-11 · uptime 100.0% · 648ms avg08-12 · uptime 100.0% · 822ms avg08-13 · uptime 100.0% · 1116ms avg08-1108-13
30d UPTIME 100%
RESPONSE TIME
08-11 · 648ms avg08-11 · 648ms avg08-12 · 822ms avg08-12 · 822ms avg08-13 · 1116ms avg08-13 · 1116ms avg08-1108-13
AVG RESP 878ms
PRICE (captured 402, USD)
08-11 · $0.00208-13 · $0.002$0.00208-1108-13
SUB-SCORES (uptime + x402 compliance)
08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance08-1108-13

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)
08-11 · $0.0008-12 · $0.01peak $0.0108-1108-12
DISTINCT BUYERS
08-11 · 1 buyer08-12 · 1 buyerpeak 1 buyer08-1108-12

COMPLIANCE

13/13 checks pass · grade A

last 402 captured 2026-08-11 · 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
● SLOW 1520ms
● OK 1066ms
● OK 1215ms
● OK 1226ms
● OK 687ms
● OK 439ms
● OK 618ms
● OK 508ms
● OK 1174ms
● OK 1124ms
● OK 489ms
● OK 871ms
● OK 570ms
● OK 1136ms
● OK 1238ms
● OK 1062ms
● OK 1138ms
● SLOW 1836ms

EMBED THIS BADGE

Show that zlv402 is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

zlv402 listed on x402-list
status
zlv402 uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/zlv402?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/zlv402.svg" alt="zlv402 listed on x402-list" height="28">
</a>
// Markdown
[![zlv402 on x402-list](https://x402-list.com/badge/zlv402.svg)](https://x402-list.com/services/zlv402?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/zlv402?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/zlv402.svg?data=uptime" alt="zlv402 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/zlv402/update.