trongrid-token-list

Browse and rank TRC-20 and TRC-10 tokens on TRON with price, volume, market cap, holder count, and category filters. Use when a user wants to discover tokens, see token rankings, find trending tokens, compare tokens by market cap, or explore categories like stablecoins and DeFi tokens on TRON.

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-list" with this command: npx skills add greason/trongrid-token-list

Token List

List and profile TRC-20 and TRC-10 tokens on TRON using TronGrid MCP tools.

MCP Server

Scope note: TronGrid has no "list all TRC-20" endpoint. TRC-20 queries require known contract addresses — either provided by the user or drawn from the built-in reference list below. TRC-10 assets can be listed in full via listAllAssets.

Built-in TRC-20 Reference Addresses

Use these when the user asks for general token rankings without specifying addresses:

TokenSymbolContract AddressCategory
TetherUSDTTR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6tStablecoin
USDDUSDDTXDk8mbtRbXeYuMNS83CfKPaYYT8XWv9HzStablecoin
SUNSUNTSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3SDeFi
JUSTJSTTCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9DeFi
WINkLinkWINTLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7Oracle
USDJUSDJTMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGTStablecoin
BitTorrentBTTTAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4Utility

Instructions

Step 1: Resolve Token Addresses

  • If the user provides contract addresses → use them directly
  • If the user asks for general rankings or categories → use the built-in reference list above, filtered by the requested category

Step 2: Fetch TRC-20 Token Data

For each contract address, call in parallel:

  1. getTrc20Info — Name, symbol, decimals, total supply
  2. getTrc20TokenHolders (limit=5) — Top holders and total holder count estimate
  3. getContractInfo — Contract settings, energy limit, origin address
  4. getContractTransactions (limit=20) — Recent transaction activity

Step 3: Fetch TRC-10 Asset List

For TRC-10 tokens (when requested):

  1. getPaginatedAssetIssueList (limit=20-50) — Paginated TRC-10 list with supply, issuer, precision
  2. getAssetIssueByName or getAssetIssueById — For specific TRC-10 lookups

Step 4: Rank and Categorize

Since TronGrid returns no market price data, rank by available on-chain signals:

  • By holder count (from getTrc20TokenHolders)
  • By recent activity (transaction count from getContractTransactions)
  • By total supply (from getTrc20Info)

By Category:

  • Stablecoins: USDT, USDD, USDJ
  • DeFi: SUN, JST, WIN
  • Infrastructure / Utility: BTT

Step 5: Compile Token List

## TRON Token Overview

### TRC-20 Tokens
| Token | Symbol | Total Supply | Holders (est.) | Recent Txs | Category |
|-------|--------|-------------|----------------|-----------|----------|

### TRC-10 Tokens (Top by Supply)
| Token | ID | Total Supply | Precision | Issuer |
|-------|----|-------------|-----------|--------|

> Note: Price and market cap data are not available via TronGrid. For market data, consult an external source.

Quality Signals

When evaluating tokens, flag these patterns:

  • Low holder count + high supply = potential wash trading or abandoned token
  • Growing recent transaction count = active adoption
  • Unverified contract (no ABI) + mint/pause functions = caution
  • For "best" or "quality" queries, weigh holder count and tx activity heavily

Error Handling

ErrorCauseResolution
getTrc20Info returns emptyInvalid or non-TRC-20 contract addressSkip token, note "Not a valid TRC-20 contract"
getTrc20TokenHolders returns emptyContract has no holders or very new tokenNote "No holder data available"
User asks for token not in reference listUnknown tokenAsk user for the contract address
TRC-10 list very largeThousands of TRC-10 assets existUse getPaginatedAssetIssueList with limit=20-50

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.

General

Wangdongjie Cfo Skill

基于王东杰26年实战经验,提供A+H双市场IPO操盘、资本杠杆设计、业财融合和AI数字化风控咨询。

Registry SourceRecently Updated
General

Hk Stock Morning Report

Generate HK stock market morning report (股市晨報) for Chinese bank trading desk. Use when user asks "生成晨报", "股市晨报", "今日股市", "港股晨報", or any similar HK stock mark...

Registry SourceRecently Updated
General

Nansen Mpp Payment

Pay-per-call access to the Nansen API via MPP (Tempo). Use when a user wants anonymous Nansen access without an API key and without managing their own Base/S...

Registry SourceRecently Updated
General

Etsy Autolist

Auto-create and manage digital product listings on Etsy. Creates listings from existing digital product files (PDFs, templates, spreadsheets) using Etsy Open...

Registry SourceRecently Updated