token_graph
Reveals how a token's holders are connected, with relationship strength, cluster roles, and wash-trading wallets. Shows whether a distributed-looking holder set is actually one person.
Instructions
[$0.04] The wallet relationship graph behind a token: edges with strength and confidence, cluster membership and role, wash-trading wallets. token_wallets names the holders; this shows how they are CONNECTED and whether a distributed-looking set is one person. Not a first look.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Solana token mint, base58. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | No | Solana token mint address (base58). | |
| says | No | The finding in one plain sentence, safe to quote. | |
| _meta | No | ||
| edges | No | wallet_a/wallet_b ties with strength and confidence. | |
| members | No | Which wallet sits in which cluster, and its role. | |
| edges_total | No | True edge count; compare against the returned array to detect truncation. | |
| wash_wallets | No | ||
| members_total | No |