Academic Evidence Pack
Verify a bibliography. For every reference: exists, resolves, retracted/corrected/flagged, title/author/year match against the registered record, and a rule-derived fabrication risk — as a signed (Ed25519, RFC 8785 canonical JSON), byte-reproducible JSON report. Input: structured references or BibTeX. No LLM; every claim carries its source and retrieval time. Tier: standard, up to 50 references.
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.
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 1 USDC on Base to 0xf184…11e9d. The signed payment is good for 1 minute.
- Paid to
- 0xf184…11e9d
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 1000000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xf184B4ed26E0866417487C56ACda10DDB5411e9d",
"amount": "1000000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"options": {
"strict_authors": false,
"include_unpaywall": false
},
"references": [
{
"id": "wolfe2011",
"doi": "10.1126/science.1197258",
"year": 2011,
"title": "A Bacterium That Can Grow by Using Arsenic Instead of Phosphorus",
"authors": [
"Felisa Wolfe-Simon"
]
},
{
"id": "lee2022",
"year": 2022,
"title": "Generative adversarial networks for hyper-realistic avatar creation",
"venue": "CVPR",
"authors": [
"Min-Jun Lee",
"Soo-Young Kim"
]
}
]
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"stats": {
"cache": "miss",
"latency_ms": 1800,
"upstream_calls": {
"crossref": 2,
"openalex": 2,
"unpaywall": 0
}
},
"report": {
"tier": "standard",
"issuer": {
"kid": "…",
"name": "Academic Evidence Pack — Citation Integrity Report"
},
"version": "1",
"issued_at": "2026-09-02T12:00:00.000Z",
"price_usd": "1.00",
"input_hash": "sha256:…",
"reference_count": 2,
"ruleset_version": "2026-09-02.5"
},
"summary": {
"verified": 1,
"not_found": 1,
"unresolvable": 0,
"fabrication_risk": {
"low": 1,
"n_a": 0,
"high": 1,
"medium": 0
},
"integrity_flagged": 1,
"verified_with_discrepancies": 0
},
"warnings": [
"fabrication_risk is a rule-derived label (see report.ruleset_version), not a probability. …"
],
"signature": {
"alg": "EdDSA",
"jws": "eyJ…..…",
"kid": "…",
"payload_hash": "sha256:…",
"canonicalization": "RFC 8785 JCS"
},
"references": [
{
"id": "wolfe2011",
"input": {
"id": "wolfe2011",
"doi": "10.1126/science.1197258",
"year": 2011,
"title": "…",
"authors": [
"Felisa Wolfe-Simon"
]
},
"checks": {
"match": {
"method": "doi",
"year_delta": 0,
"title_similarity": 1000,
"venue_similarity": null,
"all_authors_match": null,
"author_list_prefix": true,
"first_author_match": true,
"candidates_considered": 0
},
"exists": "true",
"resolves": {
"result": "true",
"definition": "registered at Crossref or indexed by OpenAlex"
},
"integrity": {
"note": "Post-publication update record(s) found. Review before citing.",
"status": "known",
"updates": [
{
"doi": "10.1126/science.adu5488",
"date": "2025-07-24T00:00:00Z",
"type": "retraction",
"source": "crossref"
}
],
"sources_checked": [
"openalex",
"crossref"
]
},
"doi_syntax": "true"
},
"reasons": [],
"verdict": "verified",
"resolved": {
"doi": "10.1126/science.1197258",
"type": "article",
"year": 2011,
"title": "…",
"venue": "Science",
"authors": [
{
"name": "Felisa Wolfe-Simon",
"orcid": null
}
],
"openalex": "W2135819747",
"source_urls": [
"https://doi.org/10.1126/science.1197258",
"https://openalex.org/W2135819747"
]
},
"provenance": {
"title": {
"source": "openalex",
"retrieved_at": "…"
},
"integrity": {
"source": "crossref",
"retrieved_at": "…"
}
},
"fabrication_risk": "low",
"integrity_flagged": true
},
{
"id": "lee2022",
"input": {
"id": "lee2022",
"year": 2022,
"title": "…",
"venue": "CVPR",
"authors": [
"Min-Jun Lee",
"Soo-Young Kim"
]
},
"checks": {
"match": {
"method": null,
"year_delta": null,
"title_similarity": null,
"venue_similarity": null,
"all_authors_match": null,
"author_list_prefix": null,
"first_author_match": null,
"candidates_considered": 3
},
"exists": "n_a",
"resolves": {
"result": "n_a",
"definition": "registered at Crossref or indexed by OpenAlex"
},
"integrity": {
"note": "No registered record to check.",
"status": "n_a",
"updates": [],
"sources_checked": []
},
"doi_syntax": "n_a"
},
"reasons": [
"no_matching_record"
],
"verdict": "not_found",
"resolved": null,
"provenance": {},
"fabrication_risk": "high",
"integrity_flagged": false
}
],
"partial_failures": []
}
}
},
"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": {
"type": "object",
"properties": {
"bibtex": {
"type": "string",
"maxLength": 262144,
"description": "A BibTeX bibliography; parsed server-side (entry key → reference id)."
},
"options": {
"type": "object",
"properties": {
"strict_authors": {
"type": "boolean",
"default": false,
"description": "Require every listed author to match, not just the first."
},
"include_unpaywall": {
"type": "boolean",
"default": false,
"description": "Add open-access info per resolved reference."
}
},
"additionalProperties": false
},
"references": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"maxLength": 120
},
"doi": {
"type": "string",
"maxLength": 300
},
"raw": {
"type": "string",
"maxLength": 1000,
"description": "The citation as free text; used verbatim as a bibliographic query when no title is given."
},
"year": {
"type": "integer",
"maximum": 2100,
"minimum": 1500
},
"title": {
"type": "string",
"maxLength": 500
},
"venue": {
"type": "string",
"maxLength": 300
},
"authors": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 100
}
},
"additionalProperties": false
},
"maxItems": 200,
"minItems": 1
}
},
"description": "Exactly one of references or bibtex.",
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-04 04:28Z
- Last indexed by Roundhouse
- 2026-09-24 21:40Z
- Last enriched (probe, favicon, geo)
- 2026-09-12 14:15Z
- x402 version
- 2
- Max timeout
- 60s
- Liveness probe
- HTTP 404
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. 20 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 Academic Evidence Pack 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=Academic%20Evidence%20Pack' 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://aep-api.fly.dev/v1/citation-report, 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.