x711_hallucination_pill
Pre-flight reality check for on-chain AI agents. Verifies token addresses, prices, chain IDs, and contract existence before your agent acts. Catches hallucinated addresses that would cause irreversible losses. FREE: 5/day per IP, unlimited with API key.
Returns: { verified: bool, hallucination_risk: 'none'|'low'|'medium'|'high'|'critical', correct_value, correction, source, confidence }
Supports batch mode (up to 10 claims). Always run before any on-chain tx.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Blockchain context: base, ethereum, arbitrum, optimism, polygon, bnb. Defaults to 'base'. | base |
| claim | No | A single claim to verify. Example: 'USDC on Base is at 0x4Fabb145d64652a948d72533023f6E7A623C7C53' | |
| claims | No | Batch mode: up to 10 claims to verify at once. |