compare_tokens
Detect shared wallets across two to four Solana mints to identify whether the same people operated multiple tokens. Roles are weighted more than shared wallet counts.
Instructions
[$0.025] Were these tokens run by the same people? Give 2-4 mints and get the wallets appearing in more than one, each with the role it played in each. Weigh the roles rather than the count: shared holders are common, a wallet that was an insider in one and a sniper in the next is not. Mints outside our index come back named in not_covered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mints | Yes | Two to four mints to compare. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| says | No | The finding in one plain sentence, safe to quote. | |
| _meta | No | ||
| count | No | ||
| in_all | No | ||
| shared | No | wallet, in_tokens, mints, roles (holder / insider / early / sniper). | |
| compared | No | ||
| not_covered | No | mints we do not hold; the rest is still answered, as coverage 'partial'. |