General
The committee is used to modify TRON dynamic network parameters, such as block generation rewards, transaction fees, etc. The committee consists of the 27 SRs in the current round. Each SR has the right to propose and vote on proposals. When a proposal receives 19 votes or more, it is approved and the new network parameters will be applied in the next maintenance period (3 days).
Dynamic Network Parameters
#0. MAINTENANCE_TIME_INTERVAL
Modify the maintenance interval time in ms. Known as the SR vote interval time per round.
#1. ACCOUNT_UPGRADE_COST
Modify the cost of applying for SR account.
#2. CREATE_ACCOUNT_FEE
Modify the account creation fee.
#3. TRANSACTION_FEE
Modify the amount of fee used to gain extra bandwidth.
#4. ASSET_ISSUE_FEE
Modify asset issuance fee.
#5. WITNESS_PAY_PER_BLOCK
Modify SR block generation reward. Known as unit block reward.
#6. WITNESS_STANDBY_ALLOWANCE
Modify the rewards given to the top 127 SR candidates. Known as total vote reward per round.
#7. CREATE_NEW_ACCOUNT_FEE_IN_SYSTEM_CONTRACT
Modify the cost of account creation.
#8. CREATE_NEW_ACCOUNT_BANDWIDTH_RATE
Modify the cost of account creation.
#9. ALLOW_CREATION_OF_CONTRACTS
To turn on Tron Virtual Machine (TVM).
#10. REMOVE_THE_POWER_OF_THE_GR
Remove the initial GR genesis votes
#11. ENERGY_FEE
Modify the fee of 1 energy.
#12. EXCHANGE_CREATE_FEE
Modify the cost of trading pair creation. Known as the cost of creating a trade order.
#13. MAX_CPU_TIME_OF_ONE_TX
Modify the maximum execution time of one transaction. Known as the timeout limit of
one transaction.
#14. ALLOW_UPDATE_ACCOUNT_NAME
Modify the option to let an account update their account name.
#15. ALLOW_SAME_TOKEN_NAME
Modify the validation of allowing different token have a duplicate name.
#16. ALLOW_DELEGATE_RESOURCE
Modify the validation of allowing to issue token with a duplicate name, so the
tokenID of the token, in long integer data type, would be the only atomic
identification of a token.
#18. ALLOW_TVM_TRANSFER_TRC10
Allow TRC-10 token transfer within smart contracts.
#19. TOTAL_ENERGY_LIMIT
Modify the whole network total energy limit.
#20. ALLOW_MULTI_SIGN
Modify the initiation of multi-signature.
#21. ALLOW_ADAPTIVE_ENERGY
Modify adaptive adjustment for total Energy.
#22. UPDATE_ACCOUNT_PERMISSION_FEE
Modify the fee for updating account permission.
#23. MULTI_SIGN_FEE
Modify the fee for multi-signature.
Create Proposal
Only the SR accounts have the rights to propose a change in dynamic network parameters.
Vote Proposal
Only committee members (SRs) can vote for a proposal and the member who does not vote in time will be considered as a disagree. The proposal is active for 3 days after it is created. The vote can be changed or retrieved during the 3-days voting window. Once the period ends, the proposal will either succeed (19+ votes) or fail (and end).
Cancel Proposal
The proposer can cancel the proposal before it becomes effective.