You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**What**: UID trimming allows subnet owners to reduce the number of neuron UIDs registered on their subnet, compressing the remaining UIDs to maintain consecutive indexing.
26
+
-**Key Features**:
27
+
- Now allows subnet owners to increase maximum UID count after previous trimming.
28
+
- Removes the lowest-performing neurons based on emission scores.
29
+
- Both temporally immune UIDs and owner-owned UIDs are protected from trimming.
30
+
- After trimming, remaining UIDs are compressed to the left to maintain consecutive indexing
31
+
32
+
For detailed information, see: [UID trimming](../subnets/uid-trimming.md).
8
33
9
34
## Multiple Incentive Mechanisms Within Subnets
10
35
11
-
**Status**: In development
36
+
**Status**: Implemented (Merged)
37
+
12
38
-**What**: Multiple incentive mechanisms allow subnet owners to apportion emissions across different evaluation criteria, each running Yuma Consensus independently with separate bond pools
13
39
-**Key Features**:
14
40
- Enables up to 2 incentive mechanisms (IDs 0,1) within each subnet for multi-task validation.
@@ -23,7 +49,9 @@ This page tracks recent and upcoming changes to the Bittensor protocol and other
23
49
For detailed information, see: [Multiple Incentive Mechanisms Within Subnets](../subnets/understanding-multiple-mech-subnets)
24
50
25
51
## Hyperparameter Rate Limiting
52
+
26
53
**Status**: WIP
54
+
27
55
-**What**: Prevents subnet owners from changing hyperparameters too frequently
28
56
-**Rules**: Cannot change hyperparameters in last 10 blocks of a tempo
29
57
-**Purpose**: Prevent exploitation where subnet owners kick off root validators to take full incentives
@@ -33,10 +61,11 @@ See [Rate Limits in Bittensor](../learn/chain-rate-limits.md).
33
61
34
62
## Child Key Fee
35
63
36
-
A percentage fee will be deducted from emissions bound to validator hotkeys through a *child hotkey* relationship. This is designed to more highly incentivize validators who perform validation work, over child-key-only validators. It is being gradually rolled out to reduce surprise for the community and allow validators to adjust.
64
+
A percentage fee will be deducted from emissions bound to validator hotkeys through a _child hotkey_ relationship. This is designed to more highly incentivize validators who perform validation work, over child-key-only validators. It is being gradually rolled out to reduce surprise for the community and allow validators to adjust.
37
65
38
66
**Status**: Implemented (Merged)
39
-
-**Plan**:
67
+
68
+
-**Plan**:
40
69
- Start at 1% (September 10)
41
70
- 30-day delay
42
71
- Increase by 1% per day for 17 days
@@ -45,19 +74,23 @@ A percentage fee will be deducted from emissions bound to validator hotkeys thro
45
74
## Changes to the Subnet Registration/Deregistration Process
46
75
47
76
**Status**: Ready for deployment on September 16, 2025
77
+
48
78
-**Key Changes**:
79
+
49
80
- Subnet limit remains at 128 initially with no new registrations available immediately
50
81
- Immunity period reduced from 6 months to 4 months from registration block
51
82
- Network rate limit increased to 4 days between registrations
52
83
- Initial lock cost set at 1,000 TAO with standard linear decay mechanism
53
84
- First deregistrations available approximately September 23 (one week after deployment)
0 commit comments