github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/cosmos-sdk/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" | 12 | baseproposerreward | string (dec) | "0.010000000000000000" | 13 | bonusproposerreward | string (dec) | "0.040000000000000000" | 14 | withdrawaddrenabled | bool | true |