wash_check
Determine if an ENS sale is a wash trade. Use tx_hash for a pre-computed check or provide label, buyer, seller, price_eth for live analysis. Outputs a confidence score and detected signals.
Instructions
Check if an ENS sale is a wash trade. Provide either a tx_hash to look up a pre-computed score, or provide label + buyer + seller + price_eth for live on-demand analysis. Returns a wash confidence score (0-1), a label (clean/suspicious/likely_wash), detected signals, and a human-readable summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buyer | No | Buyer wallet address for live analysis | |
| label | No | ENS label (e.g. "defirm") for live analysis | |
| seller | No | Seller wallet address for live analysis | |
| tx_hash | No | Transaction hash to look up pre-computed wash score | |
| price_eth | No | Sale price in ETH for live analysis |