trongrid-token-scanner

Deep analysis of any specific TRC-20 or TRC-10 token on TRON including supply, price, holder distribution, contract details, activity metrics, and safety assessment. Use when a user asks about a specific token, wants to check token legitimacy, analyze holder concentration, verify token safety, or perform token due diligence.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "trongrid-token-scanner" with this command: npx skills add greason/trongrid-token-scanner

Token Scanner

In-depth analysis of any specific TRC-20 or TRC-10 token — supply, market data, holder distribution, contract details, transaction activity, and safety scoring.

MCP Server

Instructions

Step 1: Identify the Token

  • TRC-20: Identified by contract address (e.g., TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t for USDT)
  • TRC-10: Identified by numeric token ID or name

Step 2: Fetch Token Metadata

TRC-20 (run in parallel):

  1. getTrc20Info — Name, symbol, decimals, standard, total supply
  2. getContractInfo — Deployer, energy settings, creation time
  3. getContract — ABI (for standard compliance check), bytecode

TRC-10:

  1. getAssetByIdentifier or getAssetByName — Name, abbreviation, total supply, precision, issuer, issue time, URL, frozen supply

Step 3: Analyze Holder Distribution

For TRC-20, call getTrc20TokenHolders:

  • Top holders and balances
  • Concentration: what % do top 10/50/100 holders control
  • Identify if whale addresses are exchanges or known entities

Step 4: Examine Activity

  1. getContractTransactions — Recent contract interactions, transaction patterns
  2. getEventsByContractAddress — Transfer events, approvals, etc.
  3. Analyze: daily volume, active addresses, organic vs. bot patterns

Step 5: Fetch Market Data

Web search for off-chain data:

  • Price (USD, BTC), 24h volume, market cap, FDV
  • Exchange listings, price trends

Step 6: Safety Assessment

Evaluate across dimensions:

DimensionCheckTool
Contract verifiedABI available?getContract
Holder concentrationTop 10 hold >80%?getTrc20TokenHolders
LiquidityVolume vs. market cap ratioWeb search
Permissionsmint/pause/blacklist functions?ABI analysis
ActivityOrganic or artificial patterns?getContractTransactions

Step 7: Compile Token Report

## Token Report: [Name] ([Symbol])

### Basic Info
- Contract/ID: [address or ID]
- Standard: TRC-20 / TRC-10
- Decimals: [X]
- Issuer: [address]
- Issue Date: [date]

### Supply & Market
- Total Supply: [amount]
- Price: $[X.XXXX]
- Market Cap: $[X.XX M/B]
- 24h Volume: $[X.XX M]

### Holders
- Total: [count]
- Top 10 Concentration: [X.X%]
- Largest Holder: [address] ([X.X%])

### Activity
- Daily Transactions: ~[count]
- 7-day Trend: [increasing/stable/decreasing]

### Safety Score: [Low/Medium/High Risk]
- Contract Verified: [Yes/No]
- Holder Concentration: [Low/Medium/High]
- Liquidity: [Good/Fair/Poor]
- Red Flags: [list if any]

Error Handling

ErrorCauseResolution
Token not foundInvalid contract address or token IDAsk user to verify; suggest searching by name with getAssetByName
No holders dataNew token or API limitationNote "Holder data unavailable", continue with other metrics
ABI unavailableUnverified contractFlag as risk factor, proceed with transaction-based analysis
TRC-10 name collisionMultiple TRC-10 tokens share same nameUse getAssetByIdentifier with numeric ID instead
No market dataUnlisted tokenReport on-chain data only, note "Not listed on price aggregators"

Examples

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

dependency-manager

You are a task dependency analysis and management specialist implementing DAG-based execution patterns from workflow orchestration systems. Use when: depende...

Registry SourceRecently Updated
Research

debugger

Expert debugger specializing in complex issue diagnosis, root cause analysis, and systematic problem-solving. Masters debugging tools, techniques, and method...

Registry SourceRecently Updated
Research

Autism Spectrum Disorder Behavior Analysis Tool | 孤独症谱系障碍行为分析工具

Performs special video analysis on behavioral characteristics of children with autism, identifies core symptom features, provides structured analysis reports...

Registry SourceRecently Updated
Research

Outdoor Sports Event Risk Analysis Tool | 户外体育赛事风险分析工具

Conducts video safety risk analysis for participants in outdoor sports competitions, long-distance running, marathons, etc.; identifies sports injuries and s...

Registry SourceRecently Updated
1040Profile unavailable