onyx_merchant_fact_check
Pre-checkout merchant fact oracle. Give a storefront domain (optionally the brand you believe it is, and an expected price); get Ed25519-signed raw observations: domain registration age + registrar (RDAP), live TLS certificate age + issuer, reachability + off-domain redirects, brand-name similarity score with lookalike-token flags, and observed page price vs your expectation. Facts only, method disclosed per field — Onyx never asserts 'legit' or 'scam'; the signature proves the observation is genuine and untampered. (price: $0.25 USDC, tier: premium)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Optional brand name you believe this storefront represents (e.g. 'Russell & Bromley'). Enables the brand-similarity observation. | |
| domain | Yes | Storefront domain or URL, e.g. brand-outlet-sale.com or https://shop.example.com/p/1 | |
| product_url | No | Optional specific product URL to extract the observed price from (defaults to the domain root). | |
| expected_price | No | Optional price you were quoted/expect. If the page shows a price, the deviation percentage is reported as a fact. |