- Rug pull
- A type of cryptocurrency exit scam in which a project's creators abandon it and run off with investor funds — often by withdrawing all liquidity from a trading pool. The term comes from the phrase "pulling the rug out from under" investors. Rug pulls can be immediate (a single wallet drains everything in minutes) or slow (gradual sell-offs over weeks).
- Mint authority
- The ability to create new tokens and add them to the total supply. On Solana, this is a permission that can be permanently revoked. When revoked, the supply is provably fixed forever — no one, including the original creators, can ever mint additional tokens. This is verifiable on any block explorer by checking the token's metadata.
- Freeze authority
- The ability to freeze specific token accounts, preventing the holder from transferring or selling their tokens. This is a standard Solana SPL token permission that should be revoked by any project serious about holder autonomy. Like mint authority, revocation is permanent and publicly verifiable on-chain.
- Liquidity pool (LP)
- A smart contract holding a pair of tokens (e.g. TAIL/SOL) that allows trading without a traditional order book. Anyone can add liquidity and receive LP tokens representing their share. In a rug pull, founders who added the initial liquidity withdraw it all at once, leaving other traders with tokens they cannot sell at any meaningful price.
- LP token lock
- A mechanism where LP tokens are deposited into a time-lock contract — they cannot be withdrawn until a set future date. This prevents the liquidity provider from immediately rugging the pool. Burned LP tokens go further: they are sent to a dead wallet and can never be retrieved by anyone.
- Smart contract audit
- A structured review of a smart contract's code by an independent security firm. Auditors look for vulnerabilities, backdoors, logic errors, and exploitable functions. Audit reports should be publicly hosted on the auditing firm's own website. A self-published "audit" without a named firm carries little weight.
- DYOR (Do Your Own Research)
- A widely used phrase in crypto communities reminding participants that no external source — not influencers, not communities, not checklists — can substitute for your own due diligence. Research the team, the code, the tokenomics, the on-chain data, and the broader market context before making any decision.
- Holder concentration
- A measure of how the total token supply is distributed across wallets. High concentration means a small number of wallets hold a disproportionate share. This creates risk because co-ordinated selling by those wallets can severely impact the market. Block explorers like Solscan show the full holder distribution for any token.