x402 List

x402 Protocol Service Directory

AEO Audit API

AI PAYMENT-READY

payment-ready until 2026-08-20

Answer Engine Optimization audit — scores any website visibility in AI assistants (ChatGPT, Claude, Perplexity, Gemini). Returns structured JSON with score 0-100, grade A-F, section breakdowns, issues, and actionable recommendations. Checks structured data, llms.txt, FAQ schema, semantic coverage, and agent-readability.

Pay from $0.25 per request in USDC on Base / Base Sepolia, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-03-10 · $0.53 all-time · last settled 2026-08-13

BASE URL https://aeo.agentlair.dev WEBSITE https://synligdigital.no ENDPOINTS 1 NETWORK Base / Base Sepolia ASSET USDC MEMBER SINCE 2026-07-01 MONITORED SINCE 2026-07-01

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
4472ms
avg response
803ms
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.25 (p79 in AI)
price (min)
$0.25
category percentile (min)
p79 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.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
first settlement
2026-03-10
last settlement
2026-08-13
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0.53
settlements all-time
223
median settlement 30d
-
max settlement 30d
-
settled via
-

Attributed pro-quota: this payout address is shared, so volume is the operator-level figure divided by the services sharing it, while buyer and transaction counts stay whole. A declared convention, not an individually observed measure, and still a conservative undercount.

Currently sharing this payout address with AgentLair.

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

WHAT IT DOES

ai-derived
unknown

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 /audit $0.25 Base/Base Sepolia USDC header
1 endpoints

REQUEST / RESPONSE EXAMPLE

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

// request
curl -i 'https://aeo.agentlair.dev/audit'
// 402 response (captured by monitor) · 1 payload · click to expand
[
  {
    "error": "Payment required: 0.25 USDC on Base mainnet to run AEO audit.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x90EE1EbcCFA2021711C595E1410e22401570B4AC",
        "amount": "250000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxAmountRequired": "250000",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
        "extra": {
          "name": "USDC",
          "version": "2"
        },
        "payTo": "0x90EE1EbcCFA2021711C595E1410e22401570B4AC",
        "amount": "250000",
        "scheme": "exact",
        "network": "base-sepolia",
        "maxAmountRequired": "250000",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://aeo.agentlair.dev/audit",
      "tags": [
        "aeo",
        "seo",
        "ai-visibility",
        "audit",
        "geo",
        "answer-engine-optimization",
        "llms-txt",
        "structured-data"
      ],
      "iconUrl": "https://synligdigital.no/favicon.ico",
      "mimeType": "application/json",
      "description": "AEO (Answer Engine Optimization) audit — scores any website's AI visibility across ChatGPT, Claude, Perplexity, Gemini. Returns structured JSON with score 0-100, grade A-F, section breakdowns (schema markup, meta tags, content quality, technical signals, llms.txt), specific issues found, and prioritized recommendations. Useful for SEO agencies, web developers, and AI agents evaluating website AI-readiness. 0.25 USDC per audit.",
      "serviceName": "AEO Audit API"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "url": "https://example.com"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "url": "https://example.com",
              "grade": "C",
              "score": 67,
              "sections": {
                "meta": {
                  "max": 15,
                  "score": 12,
                  "issues": [],
                  "recommendations": [
                    "Add og:description"
                  ]
                },
                "schema": {
                  "max": 25,
                  "score": 15,
                  "issues": [
                    "Missing FAQPage schema"
                  ],
                  "recommendations": [
                    "Add FAQPage JSON-LD markup"
                  ]
                },
                "content": {
                  "max": 25,
                  "score": 20,
                  "issues": [
                    "Low word count"
                  ],
                  "recommendations": [
                    "Expand main content to 800+ words"
                  ]
                },
                "llms_txt": {
                  "max": 20,
                  "score": 10,
                  "issues": [
                    "No llms.txt found"
                  ],
                  "recommendations": [
                    "Create /llms.txt with service descriptions"
                  ]
                },
                "technical": {
                  "max": 15,
                  "score": 10,
                  "issues": [
                    "No robots.txt AI directives"
                  ],
                  "recommendations": [
                    "Add AI crawler allow rules"
                  ]
                }
              },
              "topRecommendations": [
                "Add FAQPage schema",
                "Create llms.txt",
                "Expand content"
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "queryParams"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "description": "Full URL or domain to audit for AI visibility (e.g. https://example.com)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "url": {
                      "type": "string"
                    },
                    "grade": {
                      "type": "string",
                      "description": "Letter grade A-F"
                    },
                    "score": {
                      "type": "number",
                      "description": "Overall AEO score 0-100"
                    },
                    "sections": {
                      "type": "object",
                      "description": "Per-category scores and recommendations"
                    },
                    "topRecommendations": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

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/aeo-audit-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-01 · uptime 100.0% · 290ms avg07-02 · uptime 100.0% · 320ms avg07-03 · uptime 100.0% · 308ms avg07-04 · uptime 100.0% · 266ms avg07-05 · uptime 100.0% · 290ms avg07-06 · uptime 100.0% · 284ms avg07-07 · uptime 100.0% · 349ms avg07-08 · uptime 100.0% · 418ms avg07-09 · uptime 100.0% · 358ms avg07-10 · uptime 100.0% · 366ms avg07-11 · uptime 100.0% · 400ms avg07-12 · uptime 100.0% · 407ms avg07-13 · uptime 100.0% · 441ms avg07-14 · uptime 100.0% · 327ms avg07-15 · uptime 100.0% · 947ms avg07-16 · uptime 100.0% · 815ms avg07-17 · uptime 98.9% · 530ms avg07-18 · uptime 100.0% · 441ms avg07-19 · uptime 100.0% · 389ms avg07-20 · uptime 100.0% · 533ms avg07-21 · uptime 100.0% · 542ms avg07-22 · uptime 100.0% · 522ms avg07-23 · uptime 100.0% · 721ms avg07-24 · uptime 100.0% · 655ms avg07-25 · uptime 100.0% · 648ms avg07-26 · uptime 100.0% · 851ms avg07-27 · uptime 100.0% · 434ms avg07-28 · uptime 100.0% · 411ms avg07-29 · uptime 100.0% · 1004ms avg07-30 · uptime 100.0% · 881ms avg07-31 · uptime 100.0% · 958ms avg08-01 · uptime 100.0% · 998ms avg08-02 · uptime 100.0% · 1117ms avg08-03 · uptime 100.0% · 970ms avg08-04 · uptime 100.0% · 962ms avg08-05 · uptime 100.0% · 1336ms avg08-06 · uptime 100.0% · 768ms avg08-07 · uptime 100.0% · 741ms avg08-08 · uptime 100.0% · 838ms avg08-09 · uptime 100.0% · 860ms avg08-10 · uptime 100.0% · 873ms avg08-11 · uptime 100.0% · 1683ms avg08-12 · uptime 100.0% · 1366ms avg08-13 · uptime 100.0% · 568ms avg07-0108-13
90d UPTIME 100%
RESPONSE TIME
07-01 · 290ms avg07-01 · 290ms avg07-02 · 320ms avg07-02 · 320ms avg07-03 · 308ms avg07-03 · 308ms avg07-04 · 266ms avg07-04 · 266ms avg07-05 · 290ms avg07-05 · 290ms avg07-06 · 284ms avg07-06 · 284ms avg07-07 · 349ms avg07-07 · 349ms avg07-08 · 418ms avg07-08 · 418ms avg07-09 · 358ms avg07-09 · 358ms avg07-10 · 366ms avg07-10 · 366ms avg07-11 · 400ms avg07-11 · 400ms avg07-12 · 407ms avg07-12 · 407ms avg07-13 · 441ms avg07-13 · 441ms avg07-14 · 327ms avg07-14 · 327ms avg07-15 · 947ms avg07-15 · 947ms avg07-16 · 815ms avg07-16 · 815ms avg07-17 · 530ms avg07-17 · 530ms avg07-18 · 441ms avg07-18 · 441ms avg07-19 · 389ms avg07-19 · 389ms avg07-20 · 533ms avg07-20 · 533ms avg07-21 · 542ms avg07-21 · 542ms avg07-22 · 522ms avg07-22 · 522ms avg07-23 · 721ms avg07-23 · 721ms avg07-24 · 655ms avg07-24 · 655ms avg07-25 · 648ms avg07-25 · 648ms avg07-26 · 851ms avg07-26 · 851ms avg07-27 · 434ms avg07-27 · 434ms avg07-28 · 411ms avg07-28 · 411ms avg07-29 · 1004ms avg07-29 · 1004ms avg07-30 · 881ms avg07-30 · 881ms avg07-31 · 958ms avg07-31 · 958ms avg08-01 · 998ms avg08-01 · 998ms avg08-02 · 1117ms avg08-02 · 1117ms avg08-03 · 970ms avg08-03 · 970ms avg08-04 · 962ms avg08-04 · 962ms avg08-05 · 1336ms avg08-05 · 1336ms avg08-06 · 768ms avg08-06 · 768ms avg08-07 · 741ms avg08-07 · 741ms avg08-08 · 838ms avg08-08 · 838ms avg08-09 · 860ms avg08-09 · 860ms avg08-10 · 873ms avg08-10 · 873ms avg08-11 · 1683ms avg08-11 · 1683ms avg08-12 · 1366ms avg08-12 · 1366ms avg08-13 · 568ms avg08-13 · 568ms avg07-0108-13
AVG RESP 801ms
PRICE (captured 402, USD)
07-01 · $0.2508-13 · $0.25$0.2507-0108-13
SUB-SCORES (uptime + x402 compliance)
07-13 uptime: 100.0% compliance: 92% checks07-14 uptime: 100.0% compliance: 92% checks07-15 uptime: 100.0% compliance: 92% checks07-16 uptime: 100.0% compliance: 92% checks07-17 uptime: 99.9% compliance: 100% checks07-18 uptime: 99.9% compliance: 100% checks07-19 uptime: 99.9% compliance: 100% checks07-20 uptime: 99.9% compliance: 100% checks07-21 uptime: 99.9% compliance: 100% checks07-22 uptime: 99.9% compliance: 100% checks07-23 uptime: 99.9% 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-1308-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)
05-16 · $0.0005-17 · $0.0105-20 · $0.0005-25 · $0.0005-27 · $0.0905-28 · $0.0105-29 · $0.0105-30 · $0.0006-01 · $0.0006-02 · $0.0006-03 · $0.0106-04 · $0.0106-05 · $0.0106-06 · $0.0006-07 · $0.0006-09 · $0.0006-10 · $0.0106-11 · $0.0006-12 · $0.0006-13 · $0.0006-14 · $0.0006-15 · $0.0006-16 · $0.0006-17 · $0.0006-18 · $0.0006-19 · $0.0006-20 · $0.0006-21 · $0.0006-22 · $0.0006-24 · $0.0006-25 · $0.0006-26 · $0.0006-27 · $0.0006-28 · $0.0006-29 · $0.0006-30 · $0.0007-01 · $0.0007-02 · $0.0007-03 · $0.0007-04 · $0.0007-05 · $0.0007-06 · $0.0007-07 · $0.0007-08 · $0.0007-09 · $0.0007-10 · $0.0007-11 · $0.0007-12 · $0.0007-13 · $0.0007-14 · $0.0007-15 · $0.0007-16 · $0.0007-17 · $0.0007-18 · $0.0007-19 · $0.0007-20 · $0.0007-21 · $0.0007-22 · $0.0007-23 · $0.0007-24 · $0.0007-25 · $0.0007-26 · $0.0007-27 · $0.0007-28 · $0.0007-29 · $0.0107-30 · $0.0007-31 · $0.0008-01 · $0.0008-02 · $0.0008-03 · $0.0008-04 · $0.0008-05 · $0.0008-06 · $0.0008-07 · $0.0008-08 · $0.0008-09 · $0.0008-12 · $0.0008-13 · $0.00peak $0.0905-1608-13

Shared payout address (1 other service). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 2 services sharing it: a declared convention, not an individually observed measure.

DISTINCT BUYERS
05-16 · 1 buyer05-17 · 1 buyer05-20 · 1 buyer05-25 · 1 buyer05-27 · 1 buyer05-28 · 1 buyer05-29 · 1 buyer05-30 · 1 buyer06-01 · 1 buyer06-02 · 1 buyer06-03 · 1 buyer06-04 · 1 buyer06-05 · 1 buyer06-06 · 1 buyer06-07 · 1 buyer06-09 · 1 buyer06-10 · 1 buyer06-11 · 1 buyer06-12 · 1 buyer06-13 · 1 buyer06-14 · 1 buyer06-15 · 1 buyer06-16 · 1 buyer06-17 · 1 buyer06-18 · 1 buyer06-19 · 1 buyer06-20 · 1 buyer06-21 · 1 buyer06-22 · 1 buyer06-24 · 1 buyer06-25 · 1 buyer06-26 · 1 buyer06-27 · 1 buyer06-28 · 1 buyer06-29 · 1 buyer06-30 · 1 buyer07-01 · 1 buyer07-02 · 1 buyer07-03 · 1 buyer07-04 · 1 buyer07-05 · 1 buyer07-06 · 1 buyer07-07 · 1 buyer07-08 · 1 buyer07-09 · 1 buyer07-10 · 1 buyer07-11 · 1 buyer07-12 · 1 buyer07-13 · 1 buyer07-14 · 1 buyer07-15 · 1 buyer07-16 · 1 buyer07-17 · 1 buyer07-18 · 1 buyer07-19 · 1 buyer07-20 · 1 buyer07-21 · 1 buyer07-22 · 1 buyer07-23 · 1 buyer07-24 · 1 buyer07-25 · 1 buyer07-26 · 1 buyer07-27 · 1 buyer07-28 · 1 buyer07-29 · 1 buyer07-30 · 1 buyer07-31 · 1 buyer08-01 · 1 buyer08-02 · 1 buyer08-03 · 1 buyer08-04 · 1 buyer08-05 · 1 buyer08-06 · 1 buyer08-07 · 1 buyer08-08 · 1 buyer08-09 · 1 buyer08-12 · 1 buyer08-13 · 1 buyerpeak 1 buyer05-1608-13

Shared payout address (1 other service). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Per-service buyer and transaction counts are shown whole (integers), not divided; only volume is attributed pro-quota. A declared convention, not an individually observed measure.

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 667ms
● OK 343ms
● OK 727ms
● OK 730ms
● OK 694ms
● OK 381ms
● OK 582ms
● OK 596ms
● OK 750ms
● OK 541ms
● OK 431ms
● OK 462ms
● OK 602ms
● OK 524ms
● OK 869ms
● OK 302ms
● OK 314ms
● OK 402ms

EMBED THIS BADGE

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

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