Groundcheck is verified enrichment for AI agents. Send a factual claim and it returns a machine verified verdict with a confidence score and cited sources, grounded against live web sources. Identity protocols verify who an agent is; Groundcheck verifies what it says. Single claim grounding is free. Batch document attestation costs 0.02 USDC per call over x402, v1 and v2 both accepted. No account and no API key.
Pay from $0.02 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
UPTIME 24H 100% │ 7D 100% │ 30D 100%
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /check | $0.02 | Base | USDC |
1 endpoints
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /check returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
// request
curl -i 'https://groundcheck.seiche.info/check'
// 402 response (captured by monitor) · 1 payload · click to expand
[
{
"error": "payment required (call with POST)",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5B4A78b7EFe482d1579E287dA6F0043f89cf0EA1",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://groundcheck.seiche.info/check",
"tags": [
"enrichment",
"grounding",
"citations",
"verified-data",
"agent-tools"
],
"iconUrl": "https://groundcheck.seiche.info/favicon.ico",
"mimeType": "application/json",
"description": "Claim grounding and citation attestation for AI agents: verified enrichment that adds a veracity field to text. Each factual claim is grounded against live web sources (Wikipedia + world news) and returned with a machine-verified verdict (supported/refuted/unverified), a confidence score, and cited sources. Refuses to guess on conflicting evidence. Built for research agents that must cite, citation-locked content, and compliance checks.",
"serviceName": "Groundcheck"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"text": "The Eiffel Tower was completed in 1889. It is 330 metres tall.",
"max_claims": 8
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"report": [
{
"claim": "The Eiffel Tower was completed in 1889.",
"verdict": "supported",
"rationale": "sources support and none refute",
"confidence": 0.83
}
],
"backend": "wikipedia+gdelt",
"checked": 2,
"classifier": "free-llm-router"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"minLength": 1,
"description": "Document whose factual claims to verify"
},
"max_claims": {
"type": "integer",
"maximum": 20,
"minimum": 1
}
}
},
"routeTemplate": "/check"
}
},
"x402Version": 2
}
] UPTIME
RESPONSE TIME
24h UPTIME 100%
UPTIME 24H 100%
AVG RESP 599ms
TOTAL CHECKS 13
RECENT CHECKS
TIME STATUS RESP
● OK 376ms
● SLOW 1017ms
● OK 807ms
● OK 697ms
● SLOW 1497ms
● OK 98ms
● OK 62ms
● OK 598ms
● OK 64ms
● OK 90ms
● SLOW 1150ms
● OK 68ms
● SLOW 1260ms
EMBED THIS BADGE
// HTML
<a href="https://x402-list.com/services/groundcheck?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/groundcheck.svg" alt="Groundcheck listed on x402-list" height="28"> </a>
// Markdown
[](https://x402-list.com/services/groundcheck?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/groundcheck?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/groundcheck.svg?data=uptime" alt="Groundcheck uptime on x402-list" height="28"> </a>