Network Parameters
The table is a guide to the network parameters of the Gitopia chains. The network parameters dictate the states of the various gitopia chains and are crucial in establishing the foundation and the rules of the Gitopia network.
Parameter | Notes | Unit | Mainnet |
---|---|---|---|
unbonding_time | Time it takes for tokens to complete unbonding | seconds | 1814400s (21 days) |
max_validators | Maximum number of active validators | count | 100 |
max_entries | Maximum amount of delegations between a particular pair of delegator / validator | count | 7 |
bonded_coin_denom | Denomination of the staking token | denom | ulore |
max_evidence_age | Time period indicator that a validator committed malicious behavior | seconds | 1814400s (21 days) |
historical_entries | The number of historical entries that can be stored on the network | count | 10000 |
signed_blocks_window | The window for signing blocks | blocks | 50000 |
min_signed_per_window | The fraction of signed blocks per window to be an active validator | share | 0.05 |
downtime_jail_duration | Time duration before unjail transaction available | seconds | 600s |
slash_fraction_double_sign | Slashing for double sign | share | 0.05 |
slash_fraction_downtime | Slashing for downtime | share | 0.0001 |
inflation | The initial annual inflation rate | share | 0.35 |
inflation_max | The maximum annual inflation rate | share | 0.45 |
inflation_min | The minimum annual inflation rate | share | 0.25 |
inflation_rate_change | Max yearly change in inflation | share | 0.20 |
goal_bonded | Percentage of the total supply that is targeted to be bonded. A point of inflation change sign. | share | 0.67 |
blocks_per_year | Estimation of the amount of blocks per year | 19466666 | |
community_tax | The tax percentage on inflation to the community pool | share | 0.05 |
base_proposer_reward | Percentage of inflation allocated to block proposer | share | 0.01 |
bonus_proposer_reward | Percentage of bonus for block proposer for precommits | share | 0.04 |
withdraw_addr_enabled | Changing reward withdrawal addresses | true | |
min_deposit | The minimum deposit to bring a proposal up for a vote | ulore | 1000000000 |
max_deposit_period | The maximum period after which it is not possible to deposit on the proposal anymore. | seconds | 172800s (2 days) |
voting_period | The duration at which a proposal can be voted upon | seconds | 172800s (2 days) |
quorum | Minimum percentage of bonded staking tokens that needs to vote for the result to be valid | share | 0.334 |
threshold | Minimum percentage of votes that need to be YES for the result to be valid | share | 0.500 |
veto | A minimum of voting stake for vetoing a proposal | share | 0.334 |