03Last 6 decisions
Every 4 hours,
one number.
Decision one follows the launch
04Formula
How the rate is set
- 01base = 50
- 02price: down more than 10% → +25, down 3 to 10% → +15, flat (−3 to +3) → 0, up 3 to 10% → −15, up more than 10% → −25
- 03volume: above 4h rolling average → +10, below → −5
- 04holders: up → +5, down → −5
- 05rate = clamp(base + sum, 0, 100), rounded to nearest 5
Vote
Vote: 60%+ for cut, rate = max(rate, previous + 25). 60%+ for hike, rate = min(rate, previous − 25). 60%+ hold, rate = previous. Otherwise the formula stands.
Label: rate > previous = CUT, < previous = HIKE, equal = HOLD. |change| ≥ 50 = EMERGENCY CUT or EMERGENCY HIKE.



