Independent verification of agent work products — citation-support checks and data/schema validation returning wallet-signed attestations (EIP-191) — plus cited coding research that ships pre-verified with a signed attestation over its citations. USDC on Base mainnet via CDP facilitator. Free per-wallet quotas, free receipt verification, machine-readable policy, llms.txt + OpenAPI.
Pay from $0.005 to $0.25 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 4h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- -
- uptime 7d
- -
- uptime 30d
- -
- uptime 90d
- -
- response p95
- 342ms
- avg response
- 342ms
- total checks
- 1
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.10 to $0.25 (p79 in AI)
- price (min)
- $0.10
- price (max)
- $0.25
- category percentile (min)
- p79 in AI
- category percentile (max)
- p67 in AI
- endpoints / prices
- 2 / 2
- 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.
traction $0 30d · 0 buyers
- volume 30d
- $0
- buyers 30d
- 0
- settlements 30d
- 0
- last settlement
- ---
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- eip155:8453
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-derivedProvides verification and code research services through an oracle API
- category
- verification-oracle
- in
- body
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| POST | /code-research | $0.10 | Base | USDC | |
| GET | /judge | $0.10 | Base | USDC | |
| GET | /spend-check | $0.005 | Base | USDC | |
| POST | /verify | $0.25 | Base | USDC | |
| GET | /watchtower/report | $0.05 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /judge returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://attester.dev/judge'
// 402 response (captured by monitor) · 5 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x57407D691F755cAa107647718F3582a8A87467dD",
"amount": "250000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://attester.dev/verify",
"tags": [
"verification",
"attestation",
"agents",
"trust",
"audit"
],
"mimeType": "application/json",
"description": "Verification Oracle: independent checks on another agent's work (citation support, data/schema validation) returning a wallet-signed attestation. $0.25 USDC per verification.",
"serviceName": "Verification Oracle"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"job": {
"type": "citation",
"claim": "Python was created by Guido van Rossum",
"sources": [
"https://en.wikipedia.org/wiki/Python_(programming_language)"
]
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"verdict": "pass",
"signature": "0x…",
"confidence": 0.83,
"attestation": {
"service_version": "0.2.0",
"verifier_address": "0x31520f9c14360470040807fAba64938ebcfF9C8f"
}
}
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"job"
],
"properties": {
"job": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"enum": [
"citation",
"code",
"data"
],
"type": "string"
},
"claim": {
"type": "string"
},
"sources": {
"type": "array",
"items": {
"type": "string"
}
}
},
"description": "Verification job: citation support check, data/schema validation"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"example"
],
"properties": {
"example": {
"type": "object"
}
}
}
}
},
"category": "ai",
"discoverable": true
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x57407D691F755cAa107647718F3582a8A87467dD",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://attester.dev/code-research",
"tags": [
"research",
"coding",
"citations",
"docs",
"agents"
],
"mimeType": "application/json",
"description": "Cited coding research for agents: library/API usage answers, error diagnosis and best-practice lookups with real citations. $0.10 USDC per call.",
"serviceName": "Cited Coding Research"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"query": "How do I stream responses with the OpenAI Python SDK?",
"context": null
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"answer": "Use stream=True ...",
"citations": [
{
"url": "https://platform.openai.com/docs",
"title": "OpenAI docs",
"snippet": "..."
}
]
}
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Coding question to research"
},
"context": {
"type": [
"string",
"null"
],
"description": "Optional extra context"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"example"
],
"properties": {
"example": {
"type": "object"
}
}
}
}
},
"category": "ai",
"discoverable": true
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x57407D691F755cAa107647718F3582a8A87467dD",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://attester.dev/judge",
"mimeType": "application/json",
"description": "QA Judge (use POST; full Bazaar metadata on POST)."
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x57407D691F755cAa107647718F3582a8A87467dD",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://attester.dev/watchtower/report",
"mimeType": "application/json",
"description": "SLA Watchtower report (use POST; full Bazaar metadata on POST)."
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x57407D691F755cAa107647718F3582a8A87467dD",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://attester.dev/spend-check",
"mimeType": "application/json",
"description": "Spend Check (use POST; full Bazaar metadata on POST)."
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/attester-verification-oracle-verified-research/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.
Median across 5 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 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
EMBED THIS BADGE
<a href="https://x402-list.com/services/attester-verification-oracle-verified-research?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/attester-verification-oracle-verified-research.svg" alt="Attester — Verification Oracle & Verified Research listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/attester-verification-oracle-verified-research?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/attester-verification-oracle-verified-research?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/attester-verification-oracle-verified-research.svg?data=uptime" alt="Attester — Verification Oracle & Verified Research uptime on x402-list" height="28"> </a>