A token scam score typically aggregates structural contract patterns that indicate elevated risk of malicious or deceptive behavior. Central to this concept are permissioned functions such as owner-controlled adjustable sell taxes, whitelist-only exit mechanisms, or active mint and freeze authorities. Mechanically, these patterns enable the contract owner or privileged accounts to restrict or manipulate token transfers, inflate supply, or selectively block sales. For example, a whitelist-only exit condition enforces a require() check that reverts sell transactions for non-whitelisted addresses, effectively trapping buyers. These contract-level controls are detectable through static code analysis without requiring on-chain trading data, making them foundational components of a token scam score.
The risk relevance of these patterns depends heavily on contextual factors such as owner intent, transparency, and operational necessity. Adjustable sell taxes that can be raised post-launch often signal soft honeypot risks, as they enable sudden liquidity extraction or exit blocking. However, in some regulated or compliance-focused projects, whitelist-only transfers or active freeze authorities may be implemented to meet legal requirements or prevent illicit activity, which can be benign if clearly disclosed and not arbitrarily modifiable. Similarly, active mint authority is not inherently malicious if the project has a stated reason for ongoing token issuance, such as rewards or governance mechanisms. The presence of these patterns alone does not confirm scam risk but indicates structural capabilities that could be exploited.
Additional signals that would shift the scam score assessment include the presence or absence of multisig or timelock controls on owner functions, on-chain evidence of blacklist or pause function usage, and the liquidity pool depth relative to token supply. For instance, proxy upgradeability without a timelock can amplify risk by enabling sudden logic changes that affect token behavior. Conversely, a well-audited contract with immutable ownership or renounced mint authority would reduce risk. Observing large cliff unlocks of token supply absorbed into thin liquidity pools can also exacerbate downside risk, as these conditions historically correlate with prolonged price declines. Combining these signals with structural pattern detection refines the token scam score’s predictive value.
When these patterns combine with other common conditions, the realistic outcomes range from benign operational controls to severe exit scams or liquidity traps. For example, a contract with whitelist-only exit and adjustable sell tax, paired with shallow liquidity pools and centralized ownership, can effectively prevent selling for most holders while allowing the owner to liquidate, causing price collapse. Alternatively, active freeze authority combined with blacklist functions can selectively immobilize targeted wallets, which may be used either for security or censorship. The interplay of these features with market factors like pool depth and supply unlock schedules determines the severity and duration of negative price impacts. Thus, the token scam score reflects a probabilistic risk spectrum rather than a binary classification.