Rug pull
When devs remove the liquidity from the pool, leaving holders with worthless tokens that can't be sold. The classic exit scam. Often telegraphed by the dev wallet still holding a large position. Use the Audit tool to check creator balance and LP lock status.
Honeypot
A token contract that lets you buy but blocks you from selling. The transaction looks normal until you try to exit and it just⦠reverts. SQUID is the famous example. Always test sellability before going in big.
Wash trading
Bots buying and selling the same coin between wallets to create fake volume. Goal: make a coin look "trending" so real buyers FOMO in. Tells: tiny average trade size ($20-30), thousands of trades on a small mcap, sustained 70%+ buy ratio that no organic market produces.
Bundled launch
One actor controls many wallets β funded from a single source β that all buy at launch to fake distributed ownership. Looks like 30 different "early buyers" but it's really one person holding 30 bags. They dump together when retail piles in.
Sniped
Buying in the very first block after a coin launches, before regular traders can react. Snipers often use bots and pay extra fees to be first. Heavy sniping at launch usually means the early supply is concentrated in bot wallets that will dump on the first pump.
Mint authority
A wallet with the power to create new tokens out of thin air, diluting everyone else. On Solana this is set on the mint account. If it's not renounced, the dev can mint trillions more whenever they want. Big red flag.
Renounced ownership
The creator gave up one or more control powers over the token contract. On Ethereum this can mean contract ownership is renounced, limiting the owner's ability to change taxes or admin settings. On Solana, check mint authority and freeze authority separately: mint authority controls new supply, freeze authority can freeze token accounts. "Renounced" is only meaningful if you know exactly which authority was removed.
Locked LP
The liquidity provider tokens are locked in a smart contract or burned, making it much harder for the creator to pull liquidity. Check how much LP is locked, for how long, and whether the lock contract is trusted.
Anti-whale
Contract feature that caps how many tokens a single wallet can hold or buy at once. Limits whale damage. Mild positive signal β but if anti-whale is "modifiable", the dev can turn it off whenever they want.
Buy / sell tax
A fee taken on every buy or sell, usually going to a marketing wallet or auto-LP. 0% is ideal. 5% per side eats your gains. Asymmetric tax (e.g. 1% buy, 10% sell) is a deliberate trap β the dev wants you to enter and have trouble exiting.
Modifiable tax / dynamic sell fee
The contract owner can change buy or sell fees after launch. A coin can start with 0% tax, then suddenly become a 50β99% sell-tax trap. This is one of the most common stealth-honeypot mechanisms on tax-token contracts.
Hidden owner
The contract uses an extra layer of indirection so the "real" owner isn't visible in the obvious place. Combined with mint or pause functions, this is a setup for owner-style exploits without obvious accountability.
Proxy contract
An upgradable contract β the logic can be replaced after deployment. For meme coins this is almost always negative: the rules can change after you've bought. Audit it before trusting it.
Freeze authority
A Solana token authority that can freeze token accounts. If freeze authority is still active, certain wallets may be blocked from moving or selling tokens. For meme coins, active freeze authority is a major red flag.
Update authority
On Solana metadata, this controls whether token metadata can be changed. Less dangerous than mint or freeze authority, but still relevant if the token image, name or metadata can be altered later.
Blacklist function
A contract feature that lets the owner block specific wallets from selling or transferring. Can be legitimate for compliance tokens, but for meme coins it is usually a honeypot warning.
Trading pause
A function that lets the owner pause transfers or trading. In serious protocols this can be a safety feature. In meme coins it can become an exit trap.
Max transaction / max wallet
Limits how much one wallet can buy, sell or hold. Sometimes marketed as anti-whale protection, but if the owner can change it, it can also be abused to block selling.
Dev allocation
Tokens kept by the creator or team. A small transparent allocation can be fine. A large hidden dev allocation is a loaded gun pointed at the chart.
Top holder concentration
How much supply is held by the largest wallets. If the top 10 wallets hold a huge share of supply, one coordinated dump can destroy the chart. Our Audit tool surfaces this percentage automatically.
Clustered wallets
Wallets that appear separate but are likely controlled by the same actor, often funded from the same source. This is how insiders fake "healthy distribution".
Same-source funding
When multiple wallets were funded by the same wallet or exchange deposit before buying the token. Often used to detect bundled launches and cabal activity. Our Audit tool's bundle detection looks for exactly this pattern.
Creator sold
When the creator or dev wallet sells its tokens. Not always fatal, but early creator selling is one of the strongest signs that the team is extracting value instead of building a community.
LP unlocked
Liquidity can be removed at any time. If the LP is unlocked and controlled by the dev, the coin can be rugged instantly.
Soft rug
A slow-motion rug where the team does not pull liquidity all at once, but slowly sells supply, stops communicating, misses promises, and lets the chart bleed to zero.
Slow rug
Similar to a soft rug, but usually more deliberate. The project keeps posting just enough updates to keep holders hopeful while insiders exit over time.
Farm coin
A coin launched mainly to extract fees, volume or creator rewards rather than build a lasting meme. Common in high-speed launchpad environments.