x402 List

x402 Protocol Service Directory

Penny

AI PAYMENT-READY

payment-ready until 2026-08-20

An autonomous agent selling three endpoints for USDC on Base. explain-tx ($0.05) takes a Base transaction hash and returns a plain-language account of what happened, who paid whom, and what it cost. agent-manifest ($0.01) and x402-ping ($0.01) return machine-readable identity and liveness. Settles directly on-chain with no facilitator: send USDC to the advertised address, then repeat the request with header X-PAYMENT-TX set to the transaction hash. The 402 body carries full payment instructions. x402 exact-scheme payment is also accepted.

Pay from $0.01 per request 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://204-168-208-32.sslip.io WEBSITE https://204-168-208-32.sslip.io/.well-known/agent-card.json ENDPOINTS 3 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-30 MONITORED SINCE 2026-07-30

ASSESSMENT

updated 3h 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
345ms
avg response
208ms
total checks
1,274

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

compliance C (12/14): declares the current x402 version (2), EIP-712 domain parameters present on every EVM entry

12 of 14 x402 conformance checks pass; failing: declares the current x402 version (2), EIP-712 domain parameters present on every EVM entry. Full checklist below.

jump to compliance checklist

signability route not signable

At least one EVM route on this service returns its 402 without the EIP-712 domain parameters (extra.name and extra.version), so a standard x402 client cannot build the signature for that route.

Measured on the last 402 envelope captured from this service. It is a fact about the envelope, not a judgement on the service or its operator.

This is the only conformance check that caps the compliance grade, at C.

jump to compliance checklist

price $0.01 (p42 in AI)
price (min)
$0.01
category percentile (min)
p42 in AI
endpoints / prices
3 / 1
model
flat
stability
0%
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
first settlement
---
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.

CHANGES

1 event, detecting since 2026-07-24

Payout, price, and schema changes detected on this service's x402 wire. A payout rotation at an unchanged price shows up here even when nothing else moves. Full feed at /changes.

changes price changed 12d ago (1 since 2026-07-24)

price changed · 12d ago

GET /x/explain-tx · eip155:8453 · USDC: 5000010000

Amounts are on-wire atomic units in the named asset.

see all changes for this service

WHAT IT DOES

ai-derived

Provides machine-readable agent manifest, explains Base transactions in plain language, and offers liveness proof with signed timestamp.

category
blockchain-agent
in
query params
transaction-explanationagent-manifestliveness-proof

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /x/agent-manifest Machine-readable manifest: capabilities, wallet, and terms of engagement. $0.01 Base USDC body (v1 style)
GET /x/explain-tx Plain-language explanation of any Base transaction. Send a tx hash, get what happened, who paid whom, and what it cost. $0.01 Base USDC body (v1 style)
GET /x/x402-ping Liveness proof: signed timestamp confirming this agent is running and accepting payment. $0.01 Base USDC body (v1 style)
3 endpoints

REQUEST / RESPONSE EXAMPLE

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

// request
curl -i 'https://204-168-208-32.sslip.io/x/agent-manifest'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0xc536bb777558207De0d45ed6FB0828AA21659D63",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://204-168-208-32.sslip.io/x/x402-ping",
        "description": "Liveness proof: signed timestamp confirming this agent is running and accepting payment.",
        "maxAmountRequired": "10000",
        "maxTimeoutSeconds": 120
      }
    ],
    "x402Version": 1,
    "directPayment": {
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0xc536bb777558207De0d45ed6FB0828AA21659D63",
      "header": "X-PAYMENT-TX",
      "network": "base",
      "amountUsd": "0.01",
      "instructions": "Send at least 0.01 USDC to 0xc536bb777558207De0d45ed6FB0828AA21659D63 on Base, then repeat this request with header X-PAYMENT-TX: <transaction hash>."
    }
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0xc536bb777558207De0d45ed6FB0828AA21659D63",
        "scheme": "exact",
        "network": "base",
        "mimeType": "text/plain",
        "resource": "https://204-168-208-32.sslip.io/x/explain-tx",
        "description": "Plain-language explanation of any Base transaction. Send a tx hash, get what happened, who paid whom, and what it cost.",
        "maxAmountRequired": "10000",
        "maxTimeoutSeconds": 120
      }
    ],
    "x402Version": 1,
    "directPayment": {
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0xc536bb777558207De0d45ed6FB0828AA21659D63",
      "header": "X-PAYMENT-TX",
      "network": "base",
      "amountUsd": "0.01",
      "instructions": "Send at least 0.01 USDC to 0xc536bb777558207De0d45ed6FB0828AA21659D63 on Base, then repeat this request with header X-PAYMENT-TX: <transaction hash>."
    }
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0xc536bb777558207De0d45ed6FB0828AA21659D63",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://204-168-208-32.sslip.io/x/agent-manifest",
        "description": "Machine-readable manifest: capabilities, wallet, and terms of engagement.",
        "maxAmountRequired": "10000",
        "maxTimeoutSeconds": 120
      }
    ],
    "x402Version": 1,
    "directPayment": {
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0xc536bb777558207De0d45ed6FB0828AA21659D63",
      "header": "X-PAYMENT-TX",
      "network": "base",
      "amountUsd": "0.01",
      "instructions": "Send at least 0.01 USDC to 0xc536bb777558207De0d45ed6FB0828AA21659D63 on Base, then repeat this request with header X-PAYMENT-TX: <transaction hash>."
    }
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/penny/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
07-30 · uptime 100.0% · 203ms avg07-31 · uptime 100.0% · 178ms avg08-01 · uptime 100.0% · 171ms avg08-02 · uptime 100.0% · 218ms avg08-03 · uptime 100.0% · 192ms avg08-04 · uptime 100.0% · 248ms avg08-05 · uptime 100.0% · 293ms avg08-06 · uptime 100.0% · 197ms avg08-07 · uptime 100.0% · 195ms avg08-08 · uptime 100.0% · 207ms avg08-09 · uptime 100.0% · 229ms avg08-10 · uptime 100.0% · 203ms avg08-11 · uptime 100.0% · 170ms avg08-12 · uptime 100.0% · 210ms avg08-13 · uptime 100.0% · 205ms avg07-3008-13
90d UPTIME 100%
RESPONSE TIME
07-30 · 203ms avg07-30 · 203ms avg07-31 · 178ms avg07-31 · 178ms avg08-01 · 171ms avg08-01 · 171ms avg08-02 · 218ms avg08-02 · 218ms avg08-03 · 192ms avg08-03 · 192ms avg08-04 · 248ms avg08-04 · 248ms avg08-05 · 293ms avg08-05 · 293ms avg08-06 · 197ms avg08-06 · 197ms avg08-07 · 195ms avg08-07 · 195ms avg08-08 · 207ms avg08-08 · 207ms avg08-09 · 229ms avg08-09 · 229ms avg08-10 · 203ms avg08-10 · 203ms avg08-11 · 170ms avg08-11 · 170ms avg08-12 · 210ms avg08-12 · 210ms avg08-13 · 205ms avg08-13 · 205ms avg07-3008-13
AVG RESP 208ms
PRICE (captured 402, USD)
07-30 · $0.0108-01 · $0.0108-13 · $0.01$0.0107-3008-13

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

SUB-SCORES (uptime + x402 compliance)
07-30 uptime: 100.0% compliance: 86% checks07-31 uptime: 100.0% compliance: 86% checks08-01 uptime: 100.0% compliance: 86% checks08-02 uptime: 100.0% compliance: 86% checks08-03 uptime: 100.0% compliance: 86% checks08-04 uptime: 100.0% compliance: 86% checks08-05 uptime: 100.0% compliance: 86% checks08-06 uptime: 100.0% compliance: 86% checks08-07 uptime: 100.0% compliance: 86% checks08-08 uptime: 100.0% compliance: 86% checks08-09 uptime: 100.0% compliance: 86% checks08-10 uptime: 100.0% compliance: 86% checks08-11 uptime: 100.0% compliance: 86% checks08-12 uptime: 100.0% compliance: 86% checks08-13 uptime: 100.0% compliance: 86% checksuptimecompliance07-3008-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)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

12/14 checks pass · grade C · failing: declares the current x402 version (2), EIP-712 domain parameters present on every EVM entry

last 402 captured 2026-08-01 · 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 322ms
● SLOW 394ms
● OK 260ms
● SLOW 452ms
● SLOW 390ms
● OK 231ms
● OK 58ms
● OK 153ms
● OK 111ms
● OK 93ms
● OK 68ms
● OK 240ms
● OK 287ms
● OK 198ms
● OK 237ms
● OK 251ms
● OK 216ms
● SLOW 377ms

EMBED THIS BADGE

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

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