x402 List

x402 Protocol Service Directory

The Nervous System (agent governance x402 API)

AI PAYMENT-READY

payment-ready until 2026-08-20

External governance layer for agent systems by Levels Of Self. Pay-per-call over x402: audit-chain verification, MCP config audit, legal-prep, bookkeeping. USDC on Base, no signup.

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

first settlement 2026-07-11 · $0.04 all-time · settled via coinbase

BASE URL https://api.100levelup.com WEBSITE https://www.levelsofself.com ENDPOINTS 4 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-12 MONITORED SINCE 2026-07-12

ASSESSMENT

updated 4h 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
504ms
avg response
357ms
total checks
2,737

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

compliance A (14/14)

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

jump to compliance checklist

price $0.005 to $49.00 (p29 in AI)
price (min)
$0.005
price (max)
$49.00
category percentile (min)
p29 in AI
category percentile (max)
p97 in AI
endpoints / prices
4 / 4
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.01 30d · 2 buyers
volume 30d
$0.01
buyers 30d
2
settlements 30d
2
first settlement
2026-07-11
last settlement
2026-07-18
top buyer share
50% of 30d volume
trend 7d vs 30d
0.00x the 30d daily rate
networks
eip155:8453
volume all-time
$0.04
settlements all-time
4
median settlement 30d
$0.005
max settlement 30d
$0.005
settled via
coinbase ($0.01, 2 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

Provides governance and bookkeeping services for AI agent systems

category
ai-agent-governance
in
query params
auth
none
ai-governanceauditbookkeepinglegalverification

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 /x402/audit-mcp $0.05 Base USDC header
GET /x402/bookkeeping $49.00 Base USDC header
GET /x402/legal-prep $0.25 Base USDC header
GET /x402/verify-audit $0.005 Base USDC header
4 endpoints

REQUEST / RESPONSE EXAMPLE

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

// request
curl -i 'https://api.100levelup.com/x402/audit-mcp'
// 402 response (captured by monitor) · 4 payloads · click to expand
[
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x00916a5282D67A7CB309B40ab4071bBB7B8bd998",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.100levelup.com/x402/audit-mcp",
      "mimeType": "application/json",
      "description": "MCP config security & governance lint: catches inline secrets, unpinned supply-chain packages, broad filesystem scope, and plaintext transports. Deterministic findings + 0-100 score. Sample: https://api.100levelup.com/x402/sample-audit.json Submitted configs are not stored. Full agent-stack governance pilots: levelsofself.com"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "POST"
          },
          "output": {
            "type": "json",
            "example": {
              "score": 85,
              "findings": []
            }
          }
        },
        "schema": {
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "body": {
                  "type": "object",
                  "description": "MCP server config JSON: {mcpServers:{...}} or a single server object."
                }
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "score": 85,
                  "findings": []
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x00916a5282D67A7CB309B40ab4071bBB7B8bd998",
        "amount": "250000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.100levelup.com/x402/legal-prep",
      "mimeType": "application/json",
      "description": "Legal-prep by a certified agent (LOS-CA-0002): explain a clause, review a document you paste, draft or revise wording, or prep questions for a licensed pro. Assistance only, never advice; every answer ends with a disclaimer and points you to a licensed professional. Submitted text is not stored. Full agent-stack governance pilots: levelsofself.com"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "POST"
          },
          "output": {
            "type": "json",
            "example": {
              "mode": "explain",
              "result": "...\nThis is AI-generated assistance, not advice from a licensed attorney. Consult a licensed professional for advice."
            }
          }
        },
        "schema": {
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "body": {
                  "type": "object",
                  "description": "JSON: {mode:\"explain|doc_review|draft|questions\", text:string (<=20000 chars)}"
                }
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "mode": "explain",
                  "result": "...\nThis is AI-generated assistance, not advice from a licensed attorney. Consult a licensed professional for advice."
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x00916a5282D67A7CB309B40ab4071bBB7B8bd998",
        "amount": "49000000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.100levelup.com/x402/bookkeeping",
      "mimeType": "application/json",
      "description": "Bookkeeping by Harry (AI accountant): paste a transactions CSV, get a categorized ledger, monthly totals, a P&L summary, and flagged anomalies with a sha256 verification hash. Assistance only, not a CPA, not tax or legal advice. Submitted data is processed in memory and never stored. Full agent-stack governance pilots: levelsofself.com"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "POST"
          },
          "output": {
            "type": "json",
            "example": {
              "row_count": 5,
              "disclaimer": "Bookkeeping assistance. Not a CPA. Not tax or legal advice.",
              "pnl_summary": {
                "income": 3000,
                "expenses": 2000,
                "net_profit": 1000
              }
            }
          }
        },
        "schema": {
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "body": {
                  "type": "object",
                  "description": "JSON: {csv_text:string (<=2MB), business_name?:string, year?:number}"
                }
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "row_count": 5,
                  "disclaimer": "Bookkeeping assistance. Not a CPA. Not tax or legal advice.",
                  "pnl_summary": {
                    "income": 3000,
                    "expenses": 2000,
                    "net_profit": 1000
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x00916a5282D67A7CB309B40ab4071bBB7B8bd998",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.100levelup.com/x402/verify-audit",
      "mimeType": "application/json",
      "description": "Half-cent x402 test call: prove your payment stack end-to-end, get a signed receipt + live verification response. Full agent-stack governance pilots: levelsofself.com"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "valid": true
            }
          }
        },
        "schema": {
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "queryParams": {}
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "valid": true
                }
              }
            }
          }
        }
      }
    },
    "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/the-nervous-system-agent-governance-x402-api/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-15 · uptime 100.0% · 277ms avg07-16 · uptime 100.0% · 341ms avg07-17 · uptime 100.0% · 304ms avg07-18 · uptime 100.0% · 310ms avg07-19 · uptime 100.0% · 319ms avg07-20 · uptime 100.0% · 281ms avg07-21 · uptime 100.0% · 317ms avg07-22 · uptime 100.0% · 307ms avg07-23 · uptime 100.0% · 324ms avg07-24 · uptime 100.0% · 326ms avg07-25 · uptime 100.0% · 307ms avg07-26 · uptime 100.0% · 387ms avg07-27 · uptime 100.0% · 395ms avg07-28 · uptime 100.0% · 430ms avg07-29 · uptime 100.0% · 409ms avg07-30 · uptime 100.0% · 402ms avg07-31 · uptime 100.0% · 463ms avg08-01 · uptime 100.0% · 455ms avg08-02 · uptime 100.0% · 438ms avg08-03 · uptime 100.0% · 456ms avg08-04 · uptime 100.0% · 421ms avg08-05 · uptime 100.0% · 448ms avg08-06 · uptime 100.0% · 334ms avg08-07 · uptime 100.0% · 317ms avg08-08 · uptime 100.0% · 321ms avg08-09 · uptime 100.0% · 338ms avg08-10 · uptime 100.0% · 337ms avg08-11 · uptime 100.0% · 310ms avg08-12 · uptime 100.0% · 373ms avg08-13 · uptime 100.0% · 326ms avg07-1508-13
30d UPTIME 100%
RESPONSE TIME
07-15 · 277ms avg07-15 · 277ms avg07-16 · 341ms avg07-16 · 341ms avg07-17 · 304ms avg07-17 · 304ms avg07-18 · 310ms avg07-18 · 310ms avg07-19 · 319ms avg07-19 · 319ms avg07-20 · 281ms avg07-20 · 281ms avg07-21 · 317ms avg07-21 · 317ms avg07-22 · 307ms avg07-22 · 307ms avg07-23 · 324ms avg07-23 · 324ms avg07-24 · 326ms avg07-24 · 326ms avg07-25 · 307ms avg07-25 · 307ms avg07-26 · 387ms avg07-26 · 387ms avg07-27 · 395ms avg07-27 · 395ms avg07-28 · 430ms avg07-28 · 430ms avg07-29 · 409ms avg07-29 · 409ms avg07-30 · 402ms avg07-30 · 402ms avg07-31 · 463ms avg07-31 · 463ms avg08-01 · 455ms avg08-01 · 455ms avg08-02 · 438ms avg08-02 · 438ms avg08-03 · 456ms avg08-03 · 456ms avg08-04 · 421ms avg08-04 · 421ms avg08-05 · 448ms avg08-05 · 448ms avg08-06 · 334ms avg08-06 · 334ms avg08-07 · 317ms avg08-07 · 317ms avg08-08 · 321ms avg08-08 · 321ms avg08-09 · 338ms avg08-09 · 338ms avg08-10 · 337ms avg08-10 · 337ms avg08-11 · 310ms avg08-11 · 310ms avg08-12 · 373ms avg08-12 · 373ms avg08-13 · 326ms avg08-13 · 326ms avg07-1508-13
AVG RESP 356ms
PRICE (captured 402, USD)
07-14 · $0.1508-13 · $0.15$0.1507-1408-13

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

SUB-SCORES (uptime + x402 compliance)
07-15 uptime: 100.0% compliance: 92% checks07-16 uptime: 100.0% compliance: 92% checks07-17 uptime: 100.0% compliance: 100% checks07-18 uptime: 100.0% compliance: 100% checks07-19 uptime: 100.0% compliance: 100% checks07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checks07-22 uptime: 100.0% compliance: 100% checks07-23 uptime: 100.0% compliance: 100% checks07-24 uptime: 100.0% compliance: 100% checks07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance07-1508-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)
07-17 · $0.0107-18 · $0.01peak $0.0107-1707-18
DISTINCT BUYERS
07-17 · 1 buyer07-18 · 1 buyerpeak 1 buyer07-1707-18

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-13 · 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
● OK 202ms
● OK 176ms
● OK 167ms
● OK 313ms
● OK 316ms
● OK 336ms
● OK 325ms
● OK 278ms
● SLOW 547ms
● OK 207ms
● OK 421ms
● OK 204ms
● OK 293ms
● OK 314ms
● OK 234ms
● OK 509ms
● OK 335ms
● OK 313ms

EMBED THIS BADGE

Show that The Nervous System (agent governance x402 API) is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

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