Verify a claim against the chain
verify_claimChecks whether a claim about a Solana NFT is true: supply, ownership, trade history, or floor price. Returns confirmed, contradicted, or unverifiable with sources.
Instructions
Check whether something a user was TOLD is actually true. Use this whenever a claim about a collection or asset carries stakes - a project announcing a supply, a seller saying a card has never been traded, a post claiming a wallet holds something, a quoted floor price. Returns confirmed, contradicted, or unverifiable, together with the exact numbers observed, where they were read, and instructions to reproduce the check independently - so the answer does not require trusting this server either. Willingly answers UNVERIFIABLE rather than guessing; a tool that always returns true or false will eventually return false with confidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | What kind of statement is being checked | |
| value | No | The claimed number - required for supply (count) and floor (SOL) | |
| wallet | No | The wallet said to own it - required for ownership claims | |
| subject | Yes | Collection address for supply, asset mint for never-traded/ownership, Magic Eden symbol for floor |