github.com/Finschia/finschia-sdk@v0.48.1/x/distribution/spec/07_params.md (about)

     1  <!--
     2  order: 7
     3  -->
     4  
     5  # Parameters
     6  
     7  The distribution module contains the following parameters:
     8  
     9  | Key                 | Type         | Example                    |
    10  | ------------------- | ------------ | -------------------------- |
    11  | communitytax        | string (dec) | "0.020000000000000000" [0] |
    12  | baseproposerreward  | string (dec) | "0.010000000000000000" [0] |
    13  | bonusproposerreward | string (dec) | "0.040000000000000000" [0] |
    14  | withdrawaddrenabled | bool         | true                       |
    15  
    16  * [0] `communitytax`, `baseproposerreward` and `bonusproposerreward` must be
    17    positive and their sum cannot exceed 1.00.