trongrid-token-scanner

v1.0.2

Deep analysis of any specific TRC-20 or TRC-10 token on TRON including supply, price, holder distribution, contract details, activity metrics, and safety ass...

0· 280· 3 versions· 0 current· 0 all-time· Updated 10h ago· MIT-0

Install

openclaw skills install 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

Version tags

latestvk977499y10r7rnxtsarewy8j0d837yyj