madeonsol_kol_coordination
Detect tokens with multiple KOL accumulations using a coordination score, peak activity window, and market cap context to identify early cluster formations.
Instructions
KOL convergence signals (v1.2) — tokens being accumulated by multiple KOLs. Response includes peak_kols/peak_buys (busiest window slice), exited_count (net-flow-negative wallets), 0-100 coordination_score, and (v1.2 / 2026-05-06) market_cap_usd_at_first_buy + market_cap_usd + last_price_usd so you can see whether the cluster formed at micro-cap or after the chart was already running. Blacklist filters WIF/BONK/stables by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time period for coordination analysis | 24h |
| min_kols | No | Minimum number of KOLs converging on the same token | |
| limit | No | Number of coordination signals to return | |
| min_avg_winrate | No | PRO+: require cluster avg winrate_7d >= N (0-100) | |
| unique_strategies | No | PRO+: require >= N distinct strategies in cluster | |
| include_majors | No | v1.1: include major memecoins (WIF/BONK/POPCAT). Default false. | |
| window_minutes | No | v1.1: peak-density window (1-60). Default 15. | |
| min_score | No | v1.1: minimum composite coordination_score (0-100). |