The committee can modify the TRON network parameters, like transaction fees, block producing reward amount, etc. Committee is composed of the current 27 super representatives. Every super representative has the right to start a proposal. A proposal will be effective when receiving at least 18 votes and will become valid in the next maintenance period.
Proposal
Only SRs, Partners and Candidates can create a proposal.
The network parameters can be modified([min, max]).
{0,1}: 1 means 'allowed' or 'actived', 0 means no.
Command
Value
0
getMaintenanceTimeInterval
(To modify the maintenance interval of SR)
6 Hours
[3 27, 24 3600] s
1
getAccountUpgradeCost
(To modify the cost of applying for SR account)
9999 TRX
[0, 100000000000] TRX
2
getCreateAccountFee
(To modify the account creation fee)
0.1 TRX
[0, 100000000000] TRX
3
getTransactionFee
(To modify the amount of TRX used to gain extra bandwidth)
40 Sun/Byte
[0, 100000000000] TRX
4
getAssetIssueFee
(To modify asset issuance fee)
1024 TRX
[0, 100000000000] TRX
5
getWitnessPayPerBlock
(To modify SR block generation reward)
16 TRX
[0, 100000000000] TRX
6
getWitnessStandbyAllowance
(To modify the rewards given to the top 27 SRs and
the following 100 partners)
115200 TRX
[0, 100000000000] TRX
7
getCreateNewAccountFeeInSystemContract
(To modify the cost of account creation)
0 TRX
8
getCreateNewAccountBandwidthRate
(To modify the consumption of bandwith of account creation)
1 Bandwith/Byte
9
getAllowCreationOfContracts
(To activate the Virtual Machine (VM))
1
{0, 1}
10
getRemoveThePowerOfTheGr
(To remove the GR Genesis votes)
1
{0, 1}
11
getEnergyFee
(To modify the fee of 1 energy)
40 Sun
[0, 100000000000] TRX
12
getExchangeCreateFee
(To modify the cost of trading pair creation)
1024 TRX
[0, 100000000000] TRX
13
getMaxCpuTimeOfOneTx
(To modify the maximum execution time of one transaction)
80 ms
[0, 1000] ms
14
getAllowUpdateAccountName
(To allow to change the account name)
0
{0, 1}
15
getAllowSameTokenName
(To allow the same token name)
getAdaptiveResourceLimitMultiplier
(To modify the adaptive energy limit multiplier)
1000
[1, 10000]
30
getChangeDelegation
(Propose to support the decentralized vote dividend)
1
{0, 1}
31
getWitness127PayPerBlock
(Propose to modify the block voting rewards given to
the top 27 SRs and the following 100 partners)
160 TRX
[0, 100000000000] TRX
32
getAllowTvmSolidity059
(To allow TVM to support solidity compiler 0.5.9)
0
{0, 1}
33
getAdaptiveResourceLimitTargetRatio
(To modify the target energy limit)
10
[1, 1000]
Create a Proposal
Example (Using wallet-cli):
createproposal id value
id: the serial number (0 ~ 18)
value: the parameter value
📘
Note
In TRON network, 1 TRX = 1000_000 SUN
Vote for a Proposal
Proposal only support YES vote. Since the creation time of the proposal, the proposal is valid within 3 days. If the proposal does not receive enough YES votes within the period of validity, the proposal will be invalid beyond the period of validity. Yes vote can be cancelled.
Example (Using wallet-cli):
approveProposal id is_or_not_add_approval
id: proposal id
is_or_not_add_approval: YES vote or cancel YES vote
Cancel Proposal
Proposal creator can cancel the proposal before it is passed.
Example (Using wallet-cli):