# madeonsol KOL Wallet Comparator

> madeonsol KOL Wallet Comparator is a paid API for AI agents from madeonsol.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Compares 2–5 Solana KOL wallets side-by-side with full score profiles and their overlapping token holdings over the past 30 days

## Facts

- Endpoint: GET https://madeonsol.com/api/x402/kol/compare
- Price: $0.02/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-wallet-comparator-5045ea2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nx9AVm98f4mKQsizchh0y

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-wallet-comparator-5045ea2e
```

Example prompt: Compare these four Solana KOL wallets side-by-side and show me their score profiles plus any tokens they all overlap on in the last 30 days: 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgHkv, 9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM, DYw8jCTfwHNRJhhmFcbXvVDTqWMEVFBX6ZKUmG3YTLZX, 4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX3R.

## When to prefer this

Use this endpoint when you need to cross-reference multiple Solana KOL wallets simultaneously to find consensus token positions or compare their scoring profiles. Prefer this over individual wallet endpoints when the key question is 'what do these wallets agree on?' or 'how do these KOLs rank relative to each other?' Ideal for identifying high-conviction token signals backed by multiple influencers.

## Known failure modes

- Fewer than 2 or more than 5 wallet addresses provided — request rejected
- Invalid base58 wallet address format — parsing error returned
- Wallet address not recognized as a KOL — may return empty or partial score profile
- Network timeout if Solana RPC data is slow to resolve
- Payment not settled via x402 — 402 Payment Required response

## How this service works

Side-by-side comparison of 2-5 KOL wallets — full score profiles plus the tokens they overlap on (30d)

## Output

Returns a structured comparison of 2–5 KOL wallets including individual score profiles for each wallet and a list of tokens all wallets overlap on within the past 30 days, enabling identification of shared conviction positions among key opinion leaders.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "wallets": {
       "type": "string",
       "description": "2-5 comma-separated KOL wallet addresses (base58)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-kol-wallet-comparator-5045ea2e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from madeonsol.com](https://www.zero.xyz/host/madeonsol.com/llms.txt)
