Skip to main content

TypeScript shape

type PotentialScamReason =
  | 'MinimumLiquidity'
  | 'LiquidityRugPull'
  | 'SuspiciousWalletActivity'
  | 'AbnormalBuyerRatio';
LOW_LIQUIDITY
enum
Pool liquidity is below the minimum safety threshold.
LIQUIDITY_REMOVED
enum
A large share of pool liquidity has been removed.
SUSPICIOUS_HOLDERS
enum
Holder or trader activity matches known scam patterns (e.g. snipers, insiders, bundlers).
ABNORMAL_BUY_SELL_RATIO
enum
Buy/sell ratio is statistically abnormal versus comparable tokens.