Install
openclaw skills install tronscan-sr-governanceQuery TRON Super Representatives (SRs), witnesses, candidates, voting info, chain parameters, and governance proposals. Use when user asks "SR list", "super representatives", "witness ranking", "my votes", "chain parameters", "energy/bandwidth price", "governance proposals", or "TRON voting". Do NOT use for: account asset profiling (tronscan-account-profiler). For "who voted for SR X" use getVoteList (Account API).
openclaw skills install tronscan-sr-governance| Tool | Function | Use Case |
|---|---|---|
| getWitnessList | Witness/SR list | SRs, partners, candidates by type |
| getAccountVotes | Account vote record | Which SRs an address voted for and amounts |
| getChainParameters | Chain parameters | Tx fees, energy/bandwidth price, config |
| getProposals | Governance proposals | Proposal content, votes, participants |
| getWitnessVoteInfo | SR vote metrics | Vote count, ranking history for a witness |
| getWitnessGeneralInfo | Network aggregate | Total votes, block stats, witness count |
User: "Who are the top SRs? What are the chain parameters?"
getWitnessList → SR/partner/candidate list; optionally filter by type.getWitnessGeneralInfo → total votes, block stats, witness count.getChainParameters.User: "Which SRs did this address vote for?"
getAccountVotes with address → vote targets and amounts.User: "What is the vote/ranking history of SR X?"
getWitnessVoteInfo with witness address → vote metrics and history.User: "Who voted for SR X?" or "List voters of SR X"
getVoteList (Account API) with SR address → voter list.getWitnessList — Get Super Representative listgetAccountVotes — Get account vote recordgetChainParameters — Get current TRON blockchain configuration parametersgetProposals — Get governance proposal listgetWitnessVoteInfo — Get vote metrics and history for a specific witnessgetWitnessGeneralInfo — Get witness aggregate statisticsEnsure the address is a valid TRON base58 format (starts with T). For voter list of an SR, use getVoteList (Account API) with the SR address.