rugcheckAnalyze Solana tokens for rug pull risks using the RugCheck API (rugcheck.xyz). Use when asked to check a Solana token safety, risk score, liquidity, holder distribution, metadata mutability, or insider trading patterns. Also use for discovering trending, new, or recently verified Solana tokens. Triggers on token check, rug check, token safety, Solana token analysis, is this token safe, token risk score, LP locked, holder concentration.
Install via ClawdBot CLI:
clawdbot install PsychoTechV4/rugcheckAnalyze any Solana token by mint address using the free RugCheck API. No API key required for read endpoints.
# Get risk summary (score + flags)
bash scripts/rugcheck.sh summary <MINT_ADDRESS>
# Get full detailed report (holders, markets, metadata, LP)
bash scripts/rugcheck.sh report <MINT_ADDRESS>
Run bash scripts/rugcheck.sh help for all commands:
| Command | Description |
|---------|-------------|
| summary | Risk score (0-100 normalized), risk flags, LP lock % |
| report | Full report: metadata, holders, markets, creator info |
| insiders | Insider/connected wallet graph |
| lockers | LP vault/locker info (locked liquidity details) |
| votes | Community votes on the token |
| leaderboard | Top voters/analysts on the platform |
| domains | Registered Solana domains |
| trending | Most voted tokens in past 24h |
| new | Recently detected tokens |
| recent | Most viewed tokens in past 24h |
| verified | Recently verified tokens |
Key fields from /v1/tokens/{mint}/report/summary:
score_normalised ā Risk score 0-100. Higher = riskier. Below 1000 raw score ā "Good".risks[] ā Array of risk flags, each with:name: Risk type (e.g. "Mutable metadata", "Low Liquidity", "Single holder ownership")level: "warn" or "danger"value: Human-readable detail (e.g. "$102.55", "40.00%")description: Explanationscore: Raw risk contributionlpLockedPct ā Percentage of LP tokens locked (0 = none locked, very risky)tokenProgram ā SPL token program usedtokenType ā Token type classificationAdditional fields from /v1/tokens/{mint}/report:
tokenMeta ā Name, symbol, URI, mutable flag, updateAuthoritytoken ā Supply, decimals, mintAuthority, freezeAuthoritycreator / creatorBalance ā Token creator wallet and their current balancetopHolders[] ā Top holders with address, owner, pct (percentage), uiAmountmarkets[] ā DEX markets/pools with liquidity datainsiderNetworks ā Connected insider wallet clustersWhen analyzing a token, flag these risks to the user:
tokenMeta.mutable == true) ā Creator can change token name/image"Low Liquidity" or check market data) ā Easy to manipulate pricelpLockedPct == 0) ā Creator can pull liquidity anytimetoken.mintAuthority != null) ā Can mint infinite tokenstoken.freezeAuthority != null) ā Can freeze walletsFormat findings clearly for the user. Example:
š RugCheck Analysis: CLWDN (ClawdNation)
Mint: 3zvSRWfjPvcnt8wfTrKhgCtQVwVSrYfBY6g1jPwzfHJG
ā ļø Risk Score: 59/100 (Medium-High Risk)
š© Risk Flags:
š“ Low Liquidity ā $102.55
ā ļø Single holder ownership ā 40.00%
ā ļø High holder concentration ā Top 10 hold >50%
ā ļø Low amount of holders
ā ļø Low LP providers
ā ļø Mutable metadata
š LP Locked: 0% (NOT LOCKED)
š Top Holders:
1. 40.0% ā 3Y3g...p7rk
2. 15.0% ā 5bNH...4VGj
3. 15.0% ā 4dkX...Ncg6
4. 10.0% ā 8yY2...CKn8
5. 10.0% ā 2MT5...eB3h
Verdict: HIGH RISK ā Multiple red flags. No locked liquidity,
concentrated holdings, mutable metadata. Exercise extreme caution.
https://api.rugcheck.xyzhttps://rugcheck.xyz/tokens/ (link for users)These endpoints need a JWT from Solana wallet auth ā not available for most agents:
POST /v1/bulk/tokens/summary ā Check multiple tokens at oncePOST /v1/bulk/tokens/report ā Full reports for multiple tokensGenerated Mar 1, 2026
An individual investor wants to assess the safety of a new Solana token before purchasing. They use RugCheck to get a risk score, check for red flags like mutable metadata or unlocked liquidity, and review holder distribution to avoid scams.
A decentralized finance platform needs to list tokens securely. They integrate RugCheck to automatically analyze token risks, such as mint authority or low liquidity, ensuring only vetted tokens are available to users, reducing platform liability.
A social media group or forum moderators use RugCheck to verify token claims shared by members. They quickly generate reports to flag risky tokens in discussions, helping protect the community from rug pulls and misinformation.
A Solana token creator wants to build trust by demonstrating safety. They run RugCheck on their own token to identify and fix issues like high holder concentration or lack of LP locks before launching, enhancing credibility.
A day trader explores trending or new Solana tokens for opportunities. They use RugCheck to filter out high-risk tokens by checking risk scores and insider patterns, focusing on safer assets with growth potential.
Offer basic token analysis for free via public endpoints to attract users, then charge for premium features like bulk queries, advanced analytics, or higher rate limits. Revenue comes from subscription tiers or pay-per-use fees for heavy users.
Sell customized API packages to crypto exchanges, wallets, or auditing firms for embedding RugCheck into their platforms. Provide dedicated support, SLA guarantees, and tailored risk metrics to ensure compliance and user safety.
Generate revenue by partnering with DeFi platforms or analytics tools, earning commissions for referrals or token listings. Additionally, aggregate and anonymize token data to sell insights to market researchers or investors.
š¬ Integration Tip
Use the provided bash scripts for quick testing, and implement rate limiting with 2-3 second delays between API calls to avoid hitting limits during bulk operations.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.