# Election

TRON Power (TP) is needed to vote, and the amount of TP depends on the voter’s frozen assets(TRX).

TP is calculated in the following way: 1 TP for one frozen TRX.

Every account in the TRON network has the right to vote for SRs candidates.

After the release(unfreeze), you don't have any frozen assets and lose all TP accordingly. As a result, all votes become invalid for the ongoing and future voting round unless to freeze again to vote.

Note that the TRON network only records your most recent vote, which means that every new vote will negate all previous votes. The ranking is based on the candidates' votes. The top 27 are called super representatives, 28-127 are super partners, and 128 or less are super representative candidates. The votes are counted every 6 hours, so super representatives and super partners may also change every 6 hours. TRON network burns 9999 TRX from the account that applies to become a super representative candidate to prevent vicious attacks.

# Rewards

  1. **Candidate Reward(Vote Reward):** 127 individuals updated once every 6 hours will share 1,152,000 TRX. The reward will be split by the votes each candidate receives. The total reward for candidates will be 1,681,920,000 TRX each year.

  2. **Super Representative Reward(Block Reward):** The TRON Protocol network will generate one block every 3 seconds, with each block awarding 16 TRX to Super Representatives. A total of 168,192,000 TRX will be awarded annually to 27 Super Representatives.

  3. There will be no inflation on the TRON network before January 1, 2021, and the TRON Foundation will award all block rewards and candidate rewards before that date.

Each time a Super Representative finishes block production, rewards are sent to the sub-account in the superledger. Super Representatives can check, but not directly make use of this asset. A withdrawal can be made once every 24 hours, transferring the reward from the sub-account to the Super Representative’s account.

## Rewards Calculation

**Total Rewards = Vote Reward _x_ brokerage ratio+ Block Reward _x_ brokerage ratio**

_**Super representative brokerage**_

The default ratio is 20%, which can be modified by the super representative, that is, the super representative will get 20% of the reward, and the other 80% will be awarded to the voters. If the brokerage ratio is set to 100%, the rewards are all obtained by the super representative; if set to 0, the rewards are all sent to the voters.

_**Vote Rewards**_

  • Vote rewards are 160 TRX every block, with a block generated every 3 seconds<sup>1</sup>, and 20 blocks per minute.

  • Voting statistics counted every 6 hours, with SRs changing based on vote results.

  • For all 127 SR individuals, the vote rewards per day are calculated as follows: 160 (TRX/block) _x_ 7200 (blocks/election) _x_ 4 (elections/day) = 4,608,000 (TRX/day)<sup>2</sup>.

  • For each candidate, the daily Vote Rewards = 4,608,000 _x_ (# votes / # total votes) _x_ 20%

<sup>1</sup>_It may take slightly longer than 3 seconds due to machine speed and network jitter._ <sup>2</sup>_Reward may be less than the theoretical number due to missed blocks._

_**Block Rewards**_

  • Block rewards are 16 TRX every block, and SRs create blocks one by one.

  • Block rewards per day: 16 (TRX/block) _x_7200 (blocks/election) _x_ 4 (elections/day) = 460,800 (TRX/Day) For each super representative, the daily Block Rewards = 460,800/27 _x_ 20%

_**Voter Rewards**_

  • Calculated by default super representative or super partner brokerage ratio means that 80% of the rewards are distributed to his voters, and each vote corresponds to a reward of 6 hours = 80% x 7200 (block/election) x 160 /total votes + 80% x 7200 (blocks/election) x 16 / 27 / sr votes). 'Total votes' is the total number of votes for the entire network, and 'SR votes' is the number of votes the super partner receives. Therefore, each voter needs to know the super representative or super partner brokerage ratio, total votes and sr votes to calculate the reward, and this data will also be open to everyone.

_**Take one of the top 27 super representatives as an example:**_

1174


Vote Rewards: 4,608,000 _x_ 2.19% x 20% = 20,183 TRX Block Rewards: 460,800 / 27 _x_ 20% = 34,13 TRX Total Rewards: 20183 + 3413 = 23596 TRX This SR receives about 23596 TRX total rewards per day. Voter Rewards: votes _x_ 80% _x_ 28800(blocks/day) _x_( 160/ total votes + 16 / 27 _x_(votes / sr votes))

_**Take one of the super representative candidate from 28 to 127 as an example**_

1178


Vote Rewards: 4,608,000 x 1.09% x 20%= 10045 TRX Block Rewards: 0TRX Total Rewards: 10045 + 0 = 10045 TRX This SR receives about 10045 TRX total rewards per day. Voter Rewards: votes _x_ 80% _x_ 28800(blocks/day) _x_160/ total votes

For estimating SR voting reward and SR rank by specific votes amount, please use **<a href="https://tronstation.io/votereward" target="_blank">Tron Station</a>** voting reward tool to calculate.

Users can use the blockchain explorer https://tronscan.org to get SR information. SR information is as follows :

  • Delegate's account address

  • Total votes the delegate received

  • Delegate's website url

  • Total number of blocks produced by the delegate

  • The total missed blocks of delegate

# API

<a href="https://developers.tron.network/reference#update-brokerage" target="_blank">UpdateBrokerage</a>

<a href="https://developers.tron.network/reference#query-sr-brokerage-ratio" target="_blank">Query SR Brokerage Ratio</a>

<a href="https://developers.tron.network/reference#get-user-voting-rewards" target="_blank">User Query Reward</a>

<a href="https://developers.tron.network/reference#walletwithdrawbalance-1" target="_blank">Withdraw Balance</a>