Skip to content

Commit d7250e0

Browse files
authored
docs(cip-44): auto migrate max commission to 60% (#379)
1 parent 541eb45 commit d7250e0

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

cips/cip-044.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
| cip | 44 |
2-
| - | - |
3-
| title | Adjust Validator Commission Bounds |
4-
| description | Increase maximum validator commission to 60% and minimum commission to 20% |
5-
| author | Callum Waters ([@cmwaters](https://github.com/cmwaters)) |
1+
| cip | 44 |
2+
|----------------|----------------------------------------------------------------------------|
3+
| title | Adjust Validator Commission Bounds |
4+
| description | Increase maximum validator commission to 60% and minimum commission to 20% |
5+
| author | Callum Waters ([@cmwaters](https://github.com/cmwaters)) |
66
| discussions-to | <https://forum.celestia.org/t/cip-adjust-validator-commission-bounds/2217> |
7-
| status | Draft |
8-
| type | Standards Track |
9-
| category | Core |
10-
| created | 2026-01-14 |
11-
| requires | [CIP-31](./cip-031.md), [CIP-41](./cip-041.md) |
7+
| status | Draft |
8+
| type | Standards Track |
9+
| category | Core |
10+
| created | 2026-01-14 |
11+
| requires | [CIP-31](./cip-031.md), [CIP-41](./cip-041.md) |
1212

1313
## Abstract
1414

@@ -24,17 +24,19 @@ Increasing these bounds provides validators with greater flexibility to price th
2424

2525
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 and RFC 8174.
2626

27-
1. **Increase Maximum Commission Rate**: Raise the maximum validator commission from 25% to 60%.
28-
2. **Increase Minimum Commission Rate**: Raise the minimum validator commission from 10% to 20%.
29-
3. **Automatic Migration**: Validators with commission rates below 20% MUST be automatically adjusted to 20% during the upgrade.
27+
1. **Increase Minimum Commission Rate**: Raise the minimum validator commission from 10% to 20%.
28+
2. **Increase Maximum Commission Rate**: Raise the maximum validator commission from 25% to 60%.
29+
3. **Automatic Migration**:
30+
- Validators with commission below 20% MUST be automatically adjusted to 20% during the upgrade.
31+
- Validators with max commission rates below 60% MUST be automatically adjusted to 60% during the upgrade.
3032
4. **Commission Change Rules**: Existing commission change rate limits remain in effect.
3133

3234
## Parameters
3335

34-
| Parameter | Current value | Proposed value | Description | Changeable via Governance |
35-
|-----------|---------------|----------------|-------------|---------------------------|
36-
| `staking.MinCommissionRate` | 0.10 (10%) | 0.20 (20%) | The minimum commission rate validators can set | No |
37-
| `staking.MaxCommissionRate` | 0.25 (25%) | 0.60 (60%) | The maximum commission rate validators can set | No |
36+
| Parameter | Current value | Proposed value | Description | Changeable via Governance |
37+
|-----------------------------|---------------|----------------|------------------------------------------------|---------------------------|
38+
| `staking.MinCommissionRate` | 0.10 (10%) | 0.20 (20%) | The minimum commission rate validators can set | No |
39+
| `staking.MaxCommissionRate` | 0.25 (25%) | 0.60 (60%) | The maximum commission rate validators can set | No |
3840

3941
## Rationale
4042

0 commit comments

Comments
 (0)