Skip to main content

x/distribution

Module parameters

Below are all the network parameters for the distribution module:

  • community_tax - The rate of community tax
  • base_proposer_reward - Base bonus on transaction fees collected in a valid block;
  • bonus_proposer_reward - Maximum bonus on transaction fees collected in a valid block;
  • withdraw_addr_enabled - Whether delegators can set a different address to withdraw their rewards.
KeyTypeExample
community_taxstring (dec)"0.020000000000000000"
base_proposer_rewardstring (dec)"0.010000000000000000"
bonus_proposer_rewardstring (dec)"0.040000000000000000"
withdraw_addr_enabledstring (dec)true
info
  • community_tax, base_proposer_reward and bonus_proposer_reward must be positive and their sum cannot exceed 1.00.