# MadeOnSol KOL Coordination Signal

> MadeOnSol KOL Coordination Signal is a paid API for AI agents from api.relai.fi, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Detects tokens being simultaneously traded by multiple Key Opinion Leaders (KOLs) within a time window, returning convergence signals with peak buy cluster metadata.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/kol/coordination
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/madeonsol-kol-coordination-signal-c0683eac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iZD21-EEnE0u9lrz-6Kpl

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability madeonsol-kol-coordination-signal-c0683eac
```

Example prompt: Show me which Solana tokens at least 3 KOLs are buying together right now, including major memecoins like WIF and BONK — I want to see the peak buy cluster details too.

## When to prefer this

Use this endpoint when you need a leading on-chain signal specifically derived from KOL wallet coordination on Solana, particularly for discovering emerging or coordinated memecoin activity before it becomes widely known. Prefer this over generic token screeners when you specifically want influencer/KOL convergence as the signal source, and over single-wallet trackers when you need multi-wallet consensus.

## Known failure modes

- No convergence detected — returns empty list if no tokens meet the 3+ KOL threshold in the window
- Invalid parameter values for include_majors — returns 400 bad request
- Payment not provided or insufficient — returns 402 Payment Required
- Rate limit exceeded — returns 429
- Upstream data lag may cause stale signals during high-traffic periods

## How this service works

Detect tokens being traded by multiple KOLs within a window. 3+ convergent KOLs is often a leading signal. Stablecoins / wSOL / LSTs are always filtered; established memecoins (WIF, BONK, POPCAT) are filtered by default — pass `include_majors=true` to see them. `peak_*` fields describe the densest buy cluster inside the period.

## Output

A list of tokens with 3+ KOL buyers converging within the time window, each with KOL count, token mint address, filtered status, and peak_* fields describing the densest buy cluster (timestamp, KOL count, buy volume) within the period. Stablecoins, wSOL, and LSTs are always excluded.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-kol-coordination-signal-c0683eac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.relai.fi](https://www.zero.xyz/host/api.relai.fi/llms.txt)
