Super Representatives

How TRON elects 27 Super Representatives via DPoS, what SR Partners and SR Candidates do, and how to apply, configure, and operate an SR node.

📘

Prerequisites

TRON's block producers, called Super Representatives (SRs), are elected by stakers' votes. The top 27 candidates by votes produce blocks, share block rewards with their voters, and govern the network through on-chain proposals. This page summarizes the roles and points to the operational and governance guides in this chapter.

At a glance

ItemValueSource
Active SRs (block producers)27MAX_ACTIVE_WITNESS_NUM
Total ranked candidates earning voter rewardsTop 127WITNESS_STANDBY_LENGTH
Application fee9,999 TRX (burned, not staked)ACCOUNT_UPGRADE_COST
Block production reward8 TRX per blockChain parameter #5
Voter reward (shared by top 127)128 TRX per blockChain parameter #31
Default brokerage20% (SR keeps 20%, voters share 80%)DEFAULT_BROKERAGE
Maintenance Period6 hoursMAINTENANCE_TIME_INTERVAL

Block rewards and other parameters can be changed by on-chain proposals. Always query wallet/getchainparameters for current values.

Roles

RoleVote rankBlock productionSubmit proposalsVote on proposalsVoter rewards
Active SRTop 27YesYesYes (counted)Yes
SR Partner (SRP)28 – 127NoYesApprovals recorded but not countedYes
SR Candidate (SRC)128 +NoYesApprovals recorded but not countedNo

Any account can become an SR Candidate by submitting a WitnessCreateContract transaction and paying the 9,999 TRX fee. At each Maintenance Period boundary the network re-ranks candidates by votes and promotes the new top 27 into the active set.

To vote, an account must first stake TRX to obtain TRON Power. See Voting for SRs for how voting and reward claims work.

In this section

Operating an SR

Governance

  • Committee & proposals — How the 27 active SRs form the governance committee and how proposals are submitted, voted on, and applied.
  • Network parameters — Full reference of dynamic parameters the committee can modify, with current values.

Related resources