🛡️ 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)
- Ethereum (
🔍 Checks Performed:
- 🍯 Honeypot Detection: Verifies whether tokens can be sold on DEXs.
- 💸 Buy & Sell Taxes: Flags hidden fees, excessive slippage taxes (>15%).
- 📜 Open-Source Verification: Checks whether the contract source code is verified on explorers.
- 🖨️ Mint Authority: Detects if the contract creator can endlessly mint new tokens.
- 👑 Ownership Status: Checks if ownership is renounced or if the owner can reclaim control.
- 📊 Trust Score Bar: Generates a safety score from
0to100with 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