audit_cluster
Given a set of wallets, find who funded each one and collapse them into clusters of common control.
Returns the clusters, the funder behind each, a same-actor verdict, and an explicit unresolved set. Addresses sharing a funding source are not independent. Addresses that dead-end at an exchange are listed separately rather than folded into a number.
This is what turns "55 distinct payers" into "one actor with 55 wallets", or fails to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | No | optional — credential from the /pay socket. With it the call is served off your line and carries no payment. Without it, put x402 payment in params._meta. | |
| token | No | optional string — the asset to follow, 0x form. Defaults to the chain's main stablecoin. | |
| to_block | No | optional int — where to stop. Defaults to the head. | |
| addresses | Yes | array — the wallets to test for common control, 0x form. Two to a few hundred. | |
| from_block | No | optional int — where to start. Defaults to the token's deployment if known, else 0. |