Install
openclaw skills install trongrid-trx-infoQuery TRX token fundamentals including price, supply, burn rate, market cap, staking yield, and network economics. Use when a user asks about TRX price, mark...
openclaw skills install trongrid-trx-infoComprehensive TRX token analysis — real-time price, supply dynamics, burn rate, market cap, staking yield, and long-term value drivers.
Run in parallel:
getBurnTrx — Total TRX burned (essential for deflationary analysis)getChainParameters — Network parameters affecting TRX economics (fees, resource pricing)getEnergyPrices — Historical energy pricing (impacts TRX demand)getBandwidthPrices — Historical bandwidth pricinggetBlock (no params) — Latest block for current network activity contextWeb search for off-chain data (CoinGecko, CoinMarketCap, TronScan):
getPaginatedNowWitnessList — Current SR list, vote counts, block productiongetBrokerage — Top SRs' reward distribution ratios## TRX Overview
### Price & Market
- Price: $X.XX
- Market Cap: $X.XX B
- 24h Volume: $X.XX M
- 24h Change: +/-X.XX%
### Supply Dynamics
- Total Supply: XX,XXX,XXX,XXX TRX
- Burned: X,XXX,XXX,XXX TRX
- Circulating: XX,XXX,XXX,XXX TRX
- Daily Burn Rate: ~X,XXX,XXX TRX
### Network Economics
- Energy Price: X sun
- Bandwidth Price: X sun
- SR Block Reward: 16 TRX/block
- Est. Staking Yield: ~X.X%
### Value Assessment
- Supply Trend: [Deflationary/Inflationary]
- Key Drivers: [list]
- Network Activity: [analysis]
| Error | Cause | Resolution |
|---|---|---|
| No price data from web | Search fails or rate-limited | Report on-chain data only, note "Market data temporarily unavailable" |
getBurnTrx returns sun value | All values are in sun (1 TRX = 1,000,000 sun) | Always divide by 1,000,000 for display |
| Energy price string format | Returns comma-separated timestamp:price pairs | Parse last entry for current price |
| Staking yield estimate varies | Depends on total votes and SR brokerage | Note as approximate, explain calculation assumptions |