Multi-pool price sanity gate
price_corroborationVerify a token's quoted price by deriving USD value from multiple deep pools. Receive a consensus price only when two or more pools agree; otherwise identify single-source or manipulated quotes.
Instructions
ONE signal: is the quoted price real. Derives the token's USD price independently from each deep pool and checks they agree. Returns a consensus price ONLY when >=2 pools with genuine depth concur; otherwise flags it single-source or manipulated and lists the dissenting pools. Use as a price sanity gate before quoting, valuing a position, or trusting an oracle reading. Does NOT measure how much you can trade (use token_depth) or sellability (use honeypot_check); all three at once = token_report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | base | |
| address | Yes | 0x-prefixed 20-byte token contract address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | false when no hub pool / not resolvable | |
| data | No | analysis result; shape depends on the endpoint | |
| meta | No | ||
| chain | No | ||
| error | No | ||
| reason | No | ||
| address | No | ||
| endpoint | Yes | ||
| retryable | No |