Skip to content

🛡️ Security & RugCheck Commands

Protect your community from malicious smart contracts, scam tokens, and honeypots.


/scan

Scan and audit a smart contract token address using GoPlus Security and RugCheck APIs.

  • Usage: /scan address:<contract_address> [network:<chain>]
  • Supported Networks:
    • Ethereum (ethereum)
    • BNB Smart Chain (bsc)
    • Solana (solana)
    • Polygon (polygon)
    • Base (base)
    • Arbitrum (arbitrum)

🔍 Checks Performed:

  1. 🍯 Honeypot Detection: Verifies whether tokens can be sold on DEXs.
  2. 💸 Buy & Sell Taxes: Flags hidden fees, excessive slippage taxes (>15%).
  3. 📜 Open-Source Verification: Checks whether the contract source code is verified on explorers.
  4. 🖨️ Mint Authority: Detects if the contract creator can endlessly mint new tokens.
  5. 👑 Ownership Status: Checks if ownership is renounced or if the owner can reclaim control.
  6. 📊 Trust Score Bar: Generates a safety score from 0 to 100 with visual progress indicators.
markdown
Example Output:
Trust Score: [██████████] 90/100
Honeypot: ✅ NO (Safe to sell)
Buy Tax: 0.0% | Sell Tax: 0.0%
Source Code: ✅ Verified