On-chain Risk Assessment

Risks from On-Chain Audience Behavior

What: Aggregated smart-contract activity enriched with audience behavior patterns. Purpose: Understand real contract usage and assess behavioral-driven protocol risks.

Response Fields(AudienceCategories)

Returns user-only audience segmentation by behavioral on-chain category.

Field
Type
Description

chain

string

EVM blockchain where activity was measured.

target

string

Token ticker (if recognized) or target contract address.

category

string

User audience category (e.g., DeFi Maxi, Degen, Farmer).

audiencePercentage

float

Share of related addresses in this category relative to all related addresses.

totalInteractions

integer

Number of interactions from addresses in this category.

interactionPercentage

float

Share of total interactions contributed by this category.

count

integer

Number of unique related addresses in this category.

Response Fields(AudienceCategoriesFull)

Returns user + organization audience segmentation, including exchanges, dApps, token contracts, and custodial addresses.

Field
Type
Description

chain

string

EVM blockchain name.

target

string

Token ticker or contract address.

category

string

Audience category (includes users and organizations).

audiencePercentage

float

Share of related addresses within this category.

totalInteractions

integer

Number of interactions made by addresses in this category.

interactionPercentage

float

Proportion of total interactions contributed by this category.

count

integer

Number of unique addresses in the category.

Response Fields(AudienceWideCategories)

Returns aggregated audience segmentation across Enterprise, Speculative, and Organic macro-categories.

Field
Type
Description

chain

string

EVM blockchain name.

category

string

High-level category (Enterprise, Speculative, or Organic).

audiencePercentage

float

Share of unique wallets in this category.

totalInteractions

integer

Number of total interactions from this category.

interactionPercentage

float

Portion of total interactions contributed by this category.

combinedPercentage

float

Average of audiencePercentage and interactionPercentage.

count

integer

Number of unique wallets in this category.

Risks from Holders Distribution (coming soon)

What: Token holder distribution and activity patterns for any asset. Purpose: Detect concentration, behavioral anomalies, and other token-related risk signals.

Last updated