x402 List

x402 Protocol Service Directory

AgentLair

AI PAYMENT-READY

payment-ready until 2026-08-20

AgentLair is identity, trust, and infrastructure for AI agents. Anonymous x402-payable endpoints: pay 0.001 USDC for an A2A AgentCard trust audit, 0.005 USDC to resolve an agent handle to its DID + JWKS, 0.01 USDC to query a trust score, or 0.0001 USDC to submit behavioral events. No API key required — payment is authentication.

Pay from $0.0001 to $0.01 per request in USDC on Base, 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://agentlair.dev WEBSITE https://agentlair.dev ENDPOINTS 5 NETWORK Base ASSET USDC MEMBER SINCE 2026-06-06 MONITORED SINCE 2026-06-06

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
1006ms
avg response
277ms
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 (13/14): x402 v2 envelope delivered in the payment-required header

13 of 14 x402 conformance checks pass; failing: x402 v2 envelope delivered in the payment-required header. Full checklist below.

jump to compliance checklist

price $0.0001 to $0.01 (p2 in AI)
price (min)
$0.0001
price (max)
$0.01
category percentile (min)
p2 in AI
category percentile (max)
p21 in AI
endpoints / prices
5 / 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
164d
registrar
Porkbun LLC
hosting
custom
domain created
2026-02-27

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 AEO Audit API.

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

WHAT IT DOES

ai-derived

AgentLair provides identity infrastructure for AI agents, including agent discovery, trust scoring, and behavioral pattern verification.

category
ai-identity
in
query params
auth
api key
identitytrustai-agentsverificationdiscovery

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 /v1/agents/acc_demo/memory-trust AgentLair memory trust query — 0.01 USDC per lookup. Returns verified memory behavioral patterns for an agent. $0.01 Base USDC body (v1 style)
GET /v1/agents/lookup AgentLair agent discovery lookup — 0.005 USDC to resolve agent name to identity. $0.005 Base USDC body (v1 style)
POST /v1/events AgentLair behavioral event submission — 0.0001 USDC per batch (anonymous, no API key required). $0.0001 Base USDC body (v1 style)
GET /v1/trust/acc_demo AgentLair trust score query — 0.01 USDC per lookup. Payment authorizes all three trust-query routes: /v1/trust/{agentId}, /v1/trust/{agentId}/check, and /v1/trust/score (broader product resource = /v1/trust). $0.01 Base USDC body (v1 style)
GET /v1/trust/acc_demo/check AgentLair trust score query — 0.01 USDC per lookup. Payment authorizes all three trust-query routes: /v1/trust/{agentId}, /v1/trust/{agentId}/check, and /v1/trust/score (broader product resource = /v1/trust). $0.01 Base USDC body (v1 style)
5 endpoints

REQUEST / RESPONSE EXAMPLE

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

// request
curl -i 'https://agentlair.dev/v1/agents/acc_demo/memory-trust'
// 402 response (captured by monitor) · 5 payloads · click to expand
[
  {
    "error": "Payment required: 0.005 USDC on Base — AgentLair agent discovery lookup — 0.005 USDC to resolve agent name to identity.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USDC",
          "version": "2"
        },
        "payTo": "0x90EE1EbcCFA2021711C595E1410e22401570B4AC",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://agentlair.dev/v1/agents/lookup",
      "mimeType": "application/json",
      "description": "AgentLair agent discovery lookup — 0.005 USDC to resolve agent name to identity."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "queryParams": {
              "handle": "research-agent"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "id": "acc_abc123",
              "did": "did:web:agentlair.dev:agents:acc_abc123",
              "name": "research-agent",
              "email": "[email protected]",
              "jwks_url": "https://agentlair.dev/agents/acc_abc123/.well-known/jwks.json",
              "verified": true,
              "registered_at": "2026-03-15T10:00:00Z"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string",
                      "description": "Agent account ID (acc_...)"
                    },
                    "email": {
                      "type": "string",
                      "description": "Full @agentlair.dev email address"
                    },
                    "handle": {
                      "type": "string",
                      "description": "Agent handle (name part of @agentlair.dev email)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required: 0.01 USDC on Base — AgentLair memory trust query — 0.01 USDC per lookup. Returns verified memory behavioral patterns for an agent.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USDC",
          "version": "2"
        },
        "payTo": "0x90EE1EbcCFA2021711C595E1410e22401570B4AC",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://agentlair.dev/v1/agents/{id}/memory-trust",
      "mimeType": "application/json",
      "description": "AgentLair memory trust query — 0.01 USDC per lookup. Returns verified memory behavioral patterns for an agent."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "queryParams": {
              "agent_id": "acc_abc123"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "agent_id": "acc_abc123",
              "verified_by": "agentlair.dev",
              "memory_behavior": {
                "access_pattern": "read_heavy",
                "read_write_ratio": 0.809,
                "consistency_score": 0.87,
                "memory_read_count": 38,
                "memory_write_count": 9,
                "total_memory_tokens": 47
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "agent_id"
                  ],
                  "properties": {
                    "agent_id": {
                      "type": "string",
                      "description": "Agent ID to query memory behavior for (acc_...)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required: 0.000 USDC on Base — AgentLair behavioral event submission — 0.0001 USDC per batch (anonymous, no API key required).",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USDC",
          "version": "2"
        },
        "payTo": "0x90EE1EbcCFA2021711C595E1410e22401570B4AC",
        "amount": "100",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://agentlair.dev/v1/events",
      "mimeType": "application/json",
      "description": "AgentLair behavioral event submission — 0.0001 USDC per batch (anonymous, no API key required)."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "events": [
                {
                  "action": "tool.call",
                  "result": "success",
                  "category": "tool",
                  "event_id": "evt_001",
                  "timestamp": "2026-04-21T00:00:00Z"
                }
              ],
              "agent_id": "acc_abc123"
            },
            "type": "http",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "source": "anonymous",
              "accepted": 1,
              "rejected": 0
            }
          }
        },
        "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": [
                    "agent_id",
                    "events"
                  ],
                  "properties": {
                    "events": {
                      "type": "string",
                      "description": "Array of behavioral event objects"
                    },
                    "agent_id": {
                      "type": "string",
                      "required": true,
                      "description": "Agent account ID (acc_...) — required for anonymous submission"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "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
  },
  {
    "error": "Payment required: 0.01 USDC on Base — AgentLair trust score query — 0.01 USDC per lookup. Payment authorizes trust-query routes: /v1/trust/{agentId}, /v1/trust/{agentId}/check, /v1/trust/score, and /v1/trust/batch (broader product resource = /v1/trust).",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USDC",
          "version": "2"
        },
        "payTo": "0x90EE1EbcCFA2021711C595E1410e22401570B4AC",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://agentlair.dev/v1/trust",
      "mimeType": "application/json",
      "description": "AgentLair trust score query — 0.01 USDC per lookup. Payment authorizes trust-query routes: /v1/trust/{agentId}, /v1/trust/{agentId}/check, /v1/trust/score, and /v1/trust/batch (broader product resource = /v1/trust)."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "queryParams": {
              "agent_id": "acc_abc123"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "score": 78.4,
              "agent_id": "acc_abc123",
              "atf_level": "junior",
              "confidence": 0.82,
              "observations": 142
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "agent_id"
                  ],
                  "properties": {
                    "agent_id": {
                      "type": "string",
                      "description": "Agent ID to query trust score for (acc_...)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required: 0.01 USDC on Base — AgentLair trust score query — 0.01 USDC per lookup. Payment authorizes trust-query routes: /v1/trust/{agentId}, /v1/trust/{agentId}/check, /v1/trust/score, and /v1/trust/batch (broader product resource = /v1/trust).",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USDC",
          "version": "2"
        },
        "payTo": "0x90EE1EbcCFA2021711C595E1410e22401570B4AC",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://agentlair.dev/v1/trust",
      "mimeType": "application/json",
      "description": "AgentLair trust score query — 0.01 USDC per lookup. Payment authorizes trust-query routes: /v1/trust/{agentId}, /v1/trust/{agentId}/check, /v1/trust/score, and /v1/trust/batch (broader product resource = /v1/trust)."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "queryParams": {
              "agent_id": "acc_abc123"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "score": 78.4,
              "agent_id": "acc_abc123",
              "atf_level": "junior",
              "confidence": 0.82,
              "observations": 142
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "agent_id"
                  ],
                  "properties": {
                    "agent_id": {
                      "type": "string",
                      "description": "Agent ID to query trust score for (acc_...)"
                    }
                  }
                }
              },
              "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/agentlair/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% · 132ms avg07-16 · uptime 100.0% · 161ms avg07-17 · uptime 100.0% · 252ms avg07-18 · uptime 100.0% · 232ms avg07-19 · uptime 100.0% · 267ms avg07-20 · uptime 100.0% · 262ms avg07-21 · uptime 100.0% · 265ms avg07-22 · uptime 100.0% · 277ms avg07-23 · uptime 100.0% · 234ms avg07-24 · uptime 100.0% · 263ms avg07-25 · uptime 100.0% · 279ms avg07-26 · uptime 100.0% · 291ms avg07-27 · uptime 100.0% · 292ms avg07-28 · uptime 100.0% · 333ms avg07-29 · uptime 100.0% · 235ms avg07-30 · uptime 100.0% · 237ms avg07-31 · uptime 100.0% · 278ms avg08-01 · uptime 100.0% · 247ms avg08-02 · uptime 100.0% · 339ms avg08-03 · uptime 100.0% · 300ms avg08-04 · uptime 100.0% · 339ms avg08-05 · uptime 100.0% · 344ms avg08-06 · uptime 100.0% · 382ms avg08-07 · uptime 100.0% · 250ms avg08-08 · uptime 100.0% · 269ms avg08-09 · uptime 100.0% · 224ms avg08-10 · uptime 100.0% · 251ms avg08-11 · uptime 100.0% · 408ms avg08-12 · uptime 100.0% · 451ms avg08-13 · uptime 100.0% · 220ms avg07-1508-13
30d UPTIME 100%
RESPONSE TIME
07-15 · 132ms avg07-15 · 132ms avg07-16 · 161ms avg07-16 · 161ms avg07-17 · 252ms avg07-17 · 252ms avg07-18 · 232ms avg07-18 · 232ms avg07-19 · 267ms avg07-19 · 267ms avg07-20 · 262ms avg07-20 · 262ms avg07-21 · 265ms avg07-21 · 265ms avg07-22 · 277ms avg07-22 · 277ms avg07-23 · 234ms avg07-23 · 234ms avg07-24 · 263ms avg07-24 · 263ms avg07-25 · 279ms avg07-25 · 279ms avg07-26 · 291ms avg07-26 · 291ms avg07-27 · 292ms avg07-27 · 292ms avg07-28 · 333ms avg07-28 · 333ms avg07-29 · 235ms avg07-29 · 235ms avg07-30 · 237ms avg07-30 · 237ms avg07-31 · 278ms avg07-31 · 278ms avg08-01 · 247ms avg08-01 · 247ms avg08-02 · 339ms avg08-02 · 339ms avg08-03 · 300ms avg08-03 · 300ms avg08-04 · 339ms avg08-04 · 339ms avg08-05 · 344ms avg08-05 · 344ms avg08-06 · 382ms avg08-06 · 382ms avg08-07 · 250ms avg08-07 · 250ms avg08-08 · 269ms avg08-08 · 269ms avg08-09 · 224ms avg08-09 · 224ms avg08-10 · 251ms avg08-10 · 251ms avg08-11 · 408ms avg08-11 · 408ms avg08-12 · 451ms avg08-12 · 451ms avg08-13 · 220ms avg08-13 · 220ms avg07-1508-13
AVG RESP 277ms
PRICE (captured 402, USD)
07-14 · $0.0108-13 · $0.01$0.0107-1408-13

Median across 5 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: 93% checks07-29 uptime: 100.0% compliance: 93% checks07-30 uptime: 100.0% compliance: 93% checks07-31 uptime: 100.0% compliance: 93% checks08-01 uptime: 100.0% compliance: 93% checks08-02 uptime: 100.0% compliance: 93% checks08-03 uptime: 100.0% compliance: 93% checks08-04 uptime: 100.0% compliance: 93% checks08-05 uptime: 100.0% compliance: 93% checks08-06 uptime: 100.0% compliance: 93% checks08-07 uptime: 100.0% compliance: 93% checks08-08 uptime: 100.0% compliance: 93% checks08-09 uptime: 100.0% compliance: 93% checks08-10 uptime: 100.0% compliance: 93% checks08-11 uptime: 100.0% compliance: 93% checks08-12 uptime: 100.0% compliance: 93% checks08-13 uptime: 100.0% compliance: 93% 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-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.0107-1508-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
07-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 buyer07-1508-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

13/14 checks pass · grade A · failing: x402 v2 envelope delivered in the payment-required header

last 402 captured 2026-06-16 · 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 213ms
● OK 231ms
● OK 235ms
● OK 67ms
● OK 218ms
● OK 340ms
● OK 296ms
● OK 313ms
● OK 315ms
● OK 148ms
● OK 233ms
● OK 299ms
● OK 294ms
● OK 217ms
● OK 217ms
● OK 278ms
● OK 52ms
● OK 275ms

EMBED THIS BADGE

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

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