waveguard_token_risk
Assess crypto token legitimacy risk. Send metrics from known-good tokens as training (price, volume, holders, liquidity, market_cap, age_days, etc.) and suspect tokens as test. Detects pump-and-dump patterns, fake metrics, and anomalous token profiles.
Example: Pull CoinGecko data for 20 established tokens → train. Test a new token → get risk score and which metrics are suspicious.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test | Yes | 1+ suspect token metric objects to evaluate. | |
| training | Yes | 3+ known-good token metric objects. Each should include fields like price, volume_24h, market_cap, holders, liquidity, age_days, etc. | |
| sensitivity | No | Risk sensitivity (default: 1.5). Higher = more flags. |