Change log
- 2026-07-13 Created initial post
Summary
This proposal aims to reduce the Cosmos Hub active validator set from 180 to 100 by updating the on-chain max_provider_consensus_validators parameter (provider module), and to reduce the bonded validator cap from 200 to 100 by updating max_validators (staking module), aligning both at 100.
The creation of new consumer chains has been disabled at the protocol level since the gaia v27 upgrade. The two active consumer chains, comdex-1 and elys-1, are secured almost entirely by validators within the top 100 by stake, so reducing the bonded cap to 100 has minimal impact on them (see Background). Aligning both parameters also keeps the active set at 100 if the provider module is later removed, at which point the active set would revert to being governed by max_validators.
The objective is to improve the long-term health, sustainability and operational quality of the validator set while maintaining a high level of security.
A validator set where operators can sustainably run professional infrastructure is expected to be healthier than a large validator set containing economically unsustainable operators.
A leaner validator set may also provide a stronger foundation for future infrastructure improvements and protocol upgrades, including potential future requirements such as Dual VM and EVM-related workloads.
This proposal is focused solely on validator set size. No other protocol parameters are modified.
Background: active set vs bonded set
The Cosmos Hub uses two separate parameters for validator counts. max_validators (staking module, currently 200) is the bonded cap. max_provider_consensus_validators (provider module, currently 180) determines how many of those bonded validators actually enter consensus, sign blocks and earn rewards. The 20 bonded validators outside the active set do not sign Hub blocks and earn no Hub rewards; they remain bonded and can be opted in to secure Partial Set Security (PSS) consumer chains.
The Hub currently secures two active consumer chains, comdex-1 and elys-1, and the creation of new consumer chains has been disabled at the protocol level since the gaia v27 upgrade. As of 13 July 2026, every validator securing comdex-1 is within the top 100 by stake, and every validator securing elys-1 is within the top 100 except for one validator ranked below 100 (holding about 2,000 ATOM, with a moniker indicating it is shutting down). Reducing the bonded cap to 100 would therefore, among the validators currently securing these chains, unbond only that single low-ranked validator on elys-1. This proposal sets both parameters to 100 on that basis. Aligning both values also ensures the active set stays at 100 if the provider module is later removed, since the active set would then revert to being governed by max_validators alone.
Details
The Cosmos Hub currently operates one of the largest active validator sets in the Cosmos ecosystem.
While a large validator set increases decentralization in theory, the current stake distribution shows that the lowest-ranked validators contribute very little to the network’s effective economic security while increasing operational complexity.
Consensus in CometBFT is finalized once validators representing more than 66.67% of the bonded stake have signed a block. Today, approximately the top 16 validators already represent this threshold.
Validators ranked from 101 to 180 collectively represent only a small fraction of the bonded stake. Based on current distribution, these validators secure roughly 2% of bonded ATOM, meaning the measurable security impact of removing these slots is expected to be limited.
Reducing the validator set is therefore expected to improve the operational quality of the active validator set while preserving a high level of economic security.
Benefits include:
- healthier validator economics by concentrating rewards among sustainable operators;
- improved operational standards and infrastructure quality;
- lower probability of unreliable or poorly maintained validators remaining active;
- improved governance participation and upgrade coordination;
- stronger delegator protection by reducing exposure to inactive, underfunded or poorly maintained validators;
- more effective delegation programs, as support is concentrated among fewer sustainable operators instead of being diluted across a larger set;
- stronger support for future infrastructure requirements, including potential Dual VM and EVM-related workloads;
- consistency with validator set reductions already implemented by other Cosmos chains. Osmosis, for example, progressively reduced its validator set from 150 to 120, then 100 and eventually 70 without significant security or decentralization issues.
Potential drawbacks:
- reducing the validator set may raise concerns about decreased decentralization, as fewer validators participate directly in consensus;
- some smaller or newer validators may be excluded from the active set, potentially limiting opportunities for new entrants and reducing diversity among operators;
- there is also a risk that stake concentration could increase among top validators if delegators do not actively redistribute their stake;
- additionally, removing validators may impact community representation, as fewer operators participate in governance discussions and decision-making.
Implementation
If this proposal receives sufficient community support, the on-chain parameter change is intended to be submitted on 1 August 2026.
This transition period is intended to provide validators, delegators and infrastructure providers with adequate time to prepare before the change takes effect.
During this period:
- delegators staking with validators that may leave the active set will have sufficient time to review their validator choice, including considering validators eligible for the ICF delegation program, and redelegate if they wish, avoiding unnecessary interruptions to staking rewards;
- affected validators will have time to notify their delegators, communicate their plans and facilitate an orderly transition;
- wallets, explorers, staking providers and other ecosystem services will have time to verify compatibility and prepare for the updated validator set.
The objective is to ensure that the validator set reduction is implemented in a predictable and coordinated manner, minimizing disruption for all participants while allowing the ecosystem to prepare in advance.
The proposed implementation timeline is therefore:
- Forum discussion and community feedback.
- Final review of the proposal.
- Submission of the on-chain MsgUpdateParams proposal on 1 August 2026.
- Standard governance voting period.
Q&A
Q: Why discuss reducing the validator set?
A: The Cosmos Hub currently has one of the largest active validator sets in the Cosmos ecosystem. This proposal asks whether reducing that number to 100 validators would provide a healthier long-term balance between decentralization, security, operational quality and future scalability.
Q: Does reducing the validator set reduce security?
A: No. Consensus in CometBFT is finalized once more than 66.67% of the bonded voting power has signed a block. Today, roughly the top 16 validators already control this threshold. Validators near the bottom of the active set collectively secure only a small percentage of the network. Removing these validators is expected to have a limited impact on economic security while improving the overall quality of the validator set.
Q: Why can fewer validators improve validator quality?
A: Running a professional validator requires reliable infrastructure, monitoring systems, backups, security practices and operational expertise. Lower-ranked validators often operate with very limited economics. When validator operations become unprofitable, operators may be forced to reduce costs through cheaper infrastructure, limited monitoring or reduced redundancy. A smaller validator set where every operator can sustainably maintain professional infrastructure may provide better long-term network reliability than a large validator set containing economically unsustainable operators.
Q: Will remaining validators earn significantly more?
A: Only marginally. Validator rewards follow delegated stake, not the number of validator slots. Because the validators expected to leave collectively represent only about 6,800,000 ATOM out of roughly 331,000,000 bonded ATOM, around 2%, the additional rewards distributed among remaining validators would also be limited. The main goal of this proposal is therefore not revenue redistribution, but creating a healthier validator ecosystem.
Q: Does this proposal create centralization concerns?
A: Reducing the number of active validators naturally creates a perception of reduced decentralization. However, decentralization should be evaluated through effective voting power distribution, geographic diversity, operational quality and validator independence rather than only the number of active slots. The proposal aims to remove economically unsustainable validators while maintaining a strong and diverse validator ecosystem.
Q: Will this immediately make the Hub faster?
A: No. Reducing the validator set alone does not create 1-second blocks. The main benefit is reducing operational variability by removing slower potential proposers. Experiences from other Cosmos chains suggest validator set reductions provide improvements measured in milliseconds rather than seconds. The current block time is primarily influenced by consensus timing configuration. Any future block time reduction would require separate technical work and governance discussion.
Parameters and new values
This proposal submits two MsgUpdateParams messages. The provider module message sets max_provider_consensus_validators from 180 to 100. The staking module message sets max_validators from 200 to 100. All other parameters in both messages remain unchanged from their current on-chain values.
{
"messages": [
{
"@type": "/interchain_security.ccv.provider.v1.MsgUpdateParams",
"authority": "cosmos10d07y265gmmuvt4z0w9aw880jnsr700j6zn9kn",
"params": {
"template_client": {
"chain_id": "",
"trust_level": {
"numerator": "1",
"denominator": "3"
},
"trusting_period": "0s",
"unbonding_period": "0s",
"max_clock_drift": "10s",
"frozen_height": {
"revision_number": "0",
"revision_height": "0"
},
"latest_height": {
"revision_number": "0",
"revision_height": "0"
},
"proof_specs": [
{
"leaf_spec": {
"hash": "SHA256",
"prehash_key": "NO_HASH",
"prehash_value": "SHA256",
"length": "VAR_PROTO",
"prefix": "AA=="
},
"inner_spec": {
"child_order": [
0,
1
],
"child_size": 33,
"min_prefix_length": 4,
"max_prefix_length": 12,
"empty_child": null,
"hash": "SHA256"
},
"max_depth": 0,
"min_depth": 0,
"prehash_key_before_comparison": false
},
{
"leaf_spec": {
"hash": "SHA256",
"prehash_key": "NO_HASH",
"prehash_value": "SHA256",
"length": "VAR_PROTO",
"prefix": "AA=="
},
"inner_spec": {
"child_order": [
0,
1
],
"child_size": 32,
"min_prefix_length": 1,
"max_prefix_length": 1,
"empty_child": null,
"hash": "SHA256"
},
"max_depth": 0,
"min_depth": 0,
"prehash_key_before_comparison": false
}
],
"upgrade_path": [
"upgrade",
"upgradedIBCState"
],
"allow_update_after_expiry": true,
"allow_update_after_misbehaviour": true
},
"trusting_period_fraction": "0.66",
"ccv_timeout_period": "2419200s",
"slash_meter_replenish_period": "3600s",
"slash_meter_replenish_fraction": "0.05",
"consumer_reward_denom_registration_fee": {
"denom": "uatom",
"amount": "10000000"
},
"blocks_per_epoch": "600",
"number_of_epochs_to_start_receiving_rewards": "24",
"max_provider_consensus_validators": "100"
}
},
{
"@type": "/cosmos.staking.v1beta1.MsgUpdateParams",
"authority": "cosmos10d07y265gmmuvt4z0w9aw880jnsr700j6zn9kn",
"params": {
"unbonding_time": "1814400s",
"max_validators": 100,
"max_entries": 7,
"historical_entries": 10000,
"bond_denom": "uatom",
"min_commission_rate": "0.050000000000000000"
}
}
]
}
Governance votes
YES - You support reducing the Cosmos Hub active validator set from 180 to 100 validators.
NO - You do not support reducing the Cosmos Hub active validator set from 180 to 100 validators.
NO WITH VETO - A NoWithVeto vote indicates a proposal either (1) is deemed to be spam, i.e. irrelevant to Cosmos Hub, (2) disproportionately infringes on minority interests, or (3) violates or encourages violation of the rules of engagement as currently set out by Cosmos Hub governance. If the number of NoWithVeto votes is greater than one-third of total votes, the proposal is rejected and the deposits are burned.
ABSTAIN - You wish to contribute to quorum but formally decline to vote either for or against the proposal.