Deterministic operator identity, fingerprinting, and risk analysis powering the next generation of Solana protocols.
Deterministic operator intelligence pipeline — from raw wallet data to explainable risk score in 42ms.
A strict linear pipeline — wallet data becomes operator identity, identity becomes a behavioral fingerprint, and the fingerprint drives risk scoring. No black boxes, no shortcuts.
NexusVeritas maintains 17 validated operator clusters — persistent behavioral groups that reveal connections invisible to token-level scanners.
Every operator is encoded into a 25-dimensional behavioral vector across five feature groups — normalized, decay-adjusted, and validated at 90.3% archetype accuracy.
NexusVeritas protocol operates through a deterministic identity layer, a behavioral fingerprint model, and a delta-based risk engine.
Deterministic multi-wallet identity with temporal lifecycle and funder lineage.
25-dimensional operator fingerprint (VEC_v2 Fingerprint Model v1) with group-based normalization.
Delta-based deterministic risk scoring (RE_v1) with explainable reasons and hard-refuse rules.
GET /api/v2/scan/solana/{token_address}
Authorization: Bearer <API_KEY>
{
"score": 72,
"risk_class": "HIGH",
"operator_risk": 43.2,
"token_risk": 28.8,
"cluster_id": "CL-003",
"archetype": "ROTATION_OPERATOR",
"reasons": [
{ "text": "rotation operator", "delta": 35 },
{ "text": "whale concentration", "delta": 25 }
],
"is_hard_refuse": false
}