Wallet scam scores often derive from structural contract patterns that restrict or control wallet behavior, such as whitelist-only exits, blacklist functions, or active freeze authorities. These mechanisms typically manifest as mappings or require() checks within transfer functions that conditionally allow or block transactions based on wallet status. For example, a blacklist function can prevent certain addresses from transferring tokens, effectively freezing their holdings. Similarly, freeze authorities on SPL tokens can pause transfers for targeted wallets. These controls are embedded at the contract level and do not require external market data to identify, making them foundational to wallet risk scoring frameworks.
This pattern becomes risk-relevant primarily when the controlling permissions remain with a single owner or a small group, especially if those permissions are adjustable post-launch without transparent governance or timelocks. For instance, a blacklist function that can be updated arbitrarily enables the owner to selectively block sellers, potentially trapping holders. Conversely, these patterns can be benign if used for regulatory compliance, fraud prevention, or community protection, particularly when managed by decentralized governance or with clear, immutable rules. The presence of a freeze authority or blacklist alone does not imply malicious intent but signals a capability that could be abused.
Additional signals that would shift the risk assessment include the presence of multisig wallets or timelocks guarding these sensitive functions, which generally reduce risk by limiting unilateral control. Observing a renounced mint authority or revoked freeze authority would also lower concern, as these indicate a reduction in centralized power. Conversely, if the contract is upgradeable via a proxy without governance constraints, or if the owner has demonstrated prior use of blacklist or freeze functions in a way that harmed holders, the scam score would justifiably increase. Transparent communication from the project about the operational necessity and governance of these controls can also mitigate perceived risk.
When these wallet control mechanisms combine with other conditions—such as thin liquidity pools, concentrated token holdings, or cliff unlocks of large token allocations—the potential outcomes often worsen. For example, a blacklist function paired with a sudden large token unlock can prevent holders from selling into a shallow market, exacerbating price declines over an extended period rather than a single drop. Similarly, active freeze authority during volatile market conditions can trap funds, leading to loss of confidence and sell pressure once restrictions lift. While these patterns do not guarantee negative outcomes, their interaction with market dynamics and tokenomics frequently correlates with sustained downward price pressure and impaired exit options for investors.