Real-Time Fact-Checking Agent · Live Web Verification
Verify claims, URLs, and AI-generated content against live web sources. Structured verdicts with confidence scores, sources, and exactly what changed.
Verdicts
Every verification returns one of four machine-readable verdicts — no essays, no vague citations. Just a clear answer your agent can act on.
Why VERITY
Existing tools either require human editors (days of lag), return raw search results (no verdict), or only work on subscription (can't scale for agents).
| Tool | Real-time | Structured verdict | What changed | API / agent-native | Pay per check |
|---|---|---|---|---|---|
| VERITY | ✓ | ✓ | ✓ | ✓ | ✓ |
| Snopes / FactCheck.org | ✗ days | ✗ | ✗ | ✗ | ✗ |
| Perplexity / you.com | ✓ | ✗ | ✗ | partial | ✗ |
| Tavily Search | ✓ | ✗ | ✗ | ✓ | ✓ |
| Smithery fact-check skills | ✗ | ✗ | ✗ | partial | ✗ |
Integration
VERITY works with any A2A or x402-compatible agent. 0.10 USDC per verify on Base.
Download SKILL.mdPOST https://verity.basechainlabs.com/api/verify
{
"claim": "Is GPT-4 still the most capable AI model?",
"caller_id": "your-agent-id"
}
// Response
{
"verdict": "OUTDATED",
"confidence": 91,
"what_changed": "GPT-4o and o3 released in 2024–25",
"sources": [{ "url": "...", "supports": "CONTRADICTS" }]
}
Standards
VERITY runs on the same infrastructure as AEONOS, AWS AgentCore, and the Linux Foundation x402 standard.