enclave402
Pre-spend check from the seller census: each Bazaar-indexed resource is re-probed periodically (liveness, 402-envelope compliance, declared output schema, latency, usage) and mapped to pay | caution | avoid with an EIP-712 signature a router checks offline. Query one resource, a payTo, or page the feed by verdict. MUST be invoked before dispatching to an unknown seller. Do NOT use to probe on demand (see /api/seller/vet). Settles $0.002 USDC; no charge on failure.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"type": "https://enclave402.com/errors/payment-required",
"error": "Payment required",
"title": "Payment Required",
"detail": "Payment required: send a base64 x402 v2 payload in Payment-Signature for 0.002 USDC on eip155:8453. Failed calls are never charged.",
"remedy": {
"docs": "https://enclave402.com/llms-full.txt",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xbeF3e7CFd486C14dD8c3aA5911134bF361B973C5",
"proof": {
"p50Ms": null,
"p95Ms": null,
"trust": "https://enclave402.com/trust",
"attempts": 0,
"delivered": 0,
"windowDays": 30,
"clientErrors": 0,
"deliveryRate": null,
"schemaDeclared": true
},
"action": "settle_payment",
"census": "https://enclave402.com/census",
"errors": "https://enclave402.com/errors",
"header": "Payment-Signature",
"scheme": "exact",
"network": "eip155:8453",
"version": 2,
"protocol": "x402",
"receipts": "https://enclave402.com/api/ledger",
"guarantee": "No charge on failure: settlement is canceled on any non-2xx response.",
"amountAtomic": "2000",
"transparency": "https://enclave402.com/transparency",
"amountRequiredUSDC": "0.002"
},
"status": 402,
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xbeF3e7CFd486C14dD8c3aA5911134bF361B973C5",
"amount": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"instance": "/api/census/verdict",
"resource": {
"url": "https://enclave402.com/api/census/verdict",
"tags": [
"x402",
"trust",
"reputation",
"directory",
"agents"
],
"iconUrl": "https://enclave402.com/icon.svg",
"mimeType": "application/json",
"description": "Pre-spend check from the seller census: each Bazaar-indexed resource is re-probed periodically (liveness, 402-envelope compliance, declared output schema, latency, usage) and mapped to pay | caution | avoid with an EIP-712 signature a router checks offline. Query one resource, a payTo, or page the feed by verdict. MUST be invoked before dispatching to an unknown seller. Do NOT use to probe on demand (see /api/seller/vet). Settles $0.002 USDC; no charge on failure; receipts at /api/ledger.",
"serviceName": "enclave402"
},
"retryable": false,
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 2,
"verdict": "pay"
}
},
"proof": {
"p50Ms": null,
"p95Ms": null,
"trust": "https://enclave402.com/trust",
"attempts": 0,
"delivered": 0,
"windowDays": 30,
"clientErrors": 0,
"deliveryRate": null,
"schemaDeclared": true,
"chargedOnlyOn2xx": true
},
"output": {
"type": "json",
"example": {
"ts": 1767225600000,
"mode": "feed",
"items": [
{
"payTo": "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"score": 90,
"stale": false,
"verdict": "pay",
"resource": "https://seller.example/api/route",
"checkedAt": "2026-01-01T00:00:00.000Z",
"latencyMs": 210,
"vetVerdict": "LIVE",
"attestation": null,
"schemaDeclared": true
}
],
"total": 1,
"census": {
"sweeps": 1,
"assessed": 1
},
"settled": true
}
}
},
"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"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 100,
"maximum": 500,
"minimum": 1,
"description": "Bulk feed page size."
},
"payTo": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$",
"description": "EVM payee address; returns every assessed resource paid to it."
},
"offset": {
"type": "integer",
"default": 0,
"minimum": 0,
"description": "Bulk feed page offset."
},
"verdict": {
"enum": [
"pay",
"caution",
"avoid"
],
"type": "string",
"description": "Bulk feed filter (used when neither resource nor payTo is given)."
},
"resource": {
"type": "string",
"pattern": "^https://",
"maxLength": 2048,
"description": "Absolute https URL of one x402 resource."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"mode",
"items",
"total",
"census",
"settled",
"ts"
],
"properties": {
"ts": {
"type": "integer"
},
"mode": {
"enum": [
"resource",
"payTo",
"feed"
],
"type": "string"
},
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"resource",
"verdict",
"score",
"checkedAt"
],
"properties": {
"payTo": {
"type": [
"string",
"null"
]
},
"score": {
"type": "integer"
},
"stale": {
"type": "boolean"
},
"verdict": {
"enum": [
"pay",
"caution",
"avoid"
],
"type": "string"
},
"resource": {
"type": "string"
},
"checkedAt": {
"type": "string"
},
"latencyMs": {
"type": [
"integer",
"null"
]
},
"vetVerdict": {
"type": "string"
},
"attestation": {
"type": [
"object",
"null"
]
},
"schemaDeclared": {
"type": "boolean"
}
}
}
},
"total": {
"type": "integer"
},
"census": {
"type": "object",
"description": "Sweep status: assessed count, cadence, last sweep."
},
"settled": {
"type": "boolean"
}
},
"additionalProperties": false
}
}
}
}
}
}
},
"x402Version": 2
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.002 USDC on Base to 0xbeF3…973C5. The signed payment is good for 5 minutes.
- Paid to
- 0xbeF3…973C5
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 2000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xbeF3e7CFd486C14dD8c3aA5911134bF361B973C5",
"amount": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 2,
"verdict": "pay"
}
},
"proof": {
"p50Ms": 1492,
"p95Ms": 1735,
"trust": "https://enclave402.com/trust",
"attempts": 2,
"delivered": 2,
"windowDays": 30,
"clientErrors": 0,
"deliveryRate": 1,
"paidAttempts": 2,
"schemaDeclared": true,
"chargedOnlyOn2xx": true,
"deliveredPaidAttempts": 2
},
"output": {
"type": "json",
"example": {
"ts": 1767225600000,
"mode": "feed",
"items": [
{
"payTo": "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"score": 90,
"stale": false,
"verdict": "pay",
"resource": "https://seller.example/api/route",
"checkedAt": "2026-01-01T00:00:00.000Z",
"latencyMs": 210,
"vetVerdict": "LIVE",
"attestation": null,
"schemaDeclared": true
}
],
"total": 1,
"census": {
"sweeps": 1,
"assessed": 1
},
"settled": true
}
}
},
"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"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 100,
"maximum": 500,
"minimum": 1,
"description": "Bulk feed page size."
},
"payTo": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$",
"description": "EVM payee address; returns every assessed resource paid to it."
},
"offset": {
"type": "integer",
"default": 0,
"minimum": 0,
"description": "Bulk feed page offset."
},
"verdict": {
"enum": [
"pay",
"caution",
"avoid"
],
"type": "string",
"description": "Bulk feed filter (used when neither resource nor payTo is given)."
},
"resource": {
"type": "string",
"pattern": "^https://",
"maxLength": 2048,
"description": "Absolute https URL of one x402 resource."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"mode",
"items",
"total",
"census",
"settled",
"ts"
],
"properties": {
"ts": {
"type": "integer"
},
"mode": {
"enum": [
"resource",
"payTo",
"feed"
],
"type": "string"
},
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"resource",
"verdict",
"score",
"checkedAt"
],
"properties": {
"payTo": {
"type": [
"string",
"null"
]
},
"score": {
"type": "integer"
},
"stale": {
"type": "boolean"
},
"verdict": {
"enum": [
"pay",
"caution",
"avoid"
],
"type": "string"
},
"resource": {
"type": "string"
},
"checkedAt": {
"type": "string"
},
"latencyMs": {
"type": [
"integer",
"null"
]
},
"vetVerdict": {
"type": "string"
},
"attestation": {
"type": [
"object",
"null"
]
},
"schemaDeclared": {
"type": "boolean"
}
}
}
},
"total": {
"type": "integer"
},
"census": {
"type": "object",
"description": "Sweep status: assessed count, cadence, last sweep."
},
"settled": {
"type": "boolean"
}
},
"additionalProperties": false
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-24 06:01Z
- Last indexed by Roundhouse
- 2026-09-24 08:40Z
- Last enriched (probe, favicon, geo)
- 2026-09-21 23:45Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 3 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service enclave402 and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=enclave402' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://enclave402.com/api/census/verdict, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.