2026-02-13 19:22:34 +00:00
# Harberger (Stage 1)
2025-09-22 14:48:58 +02:00
2026-02-13 19:22:34 +00:00
The foundation layer of the KRAIKEN protocol. A staking market balanced by the Harberger tax.
2025-09-22 15:11:00 +02:00
2026-02-13 19:22:34 +00:00
## Status: Complete
2025-09-22 15:11:00 +02:00
2026-02-13 19:22:34 +00:00
Stage 1 established the core mechanisms now used by Stage 2 (KRAIKEN):
2025-09-22 15:11:00 +02:00
2026-02-13 19:22:34 +00:00
- **Token**: KRAIKEN (KRK) — minted on buys from the LiquidityManager's Uniswap V3 positions, burned on sells
- **Staking**: Users stake tokens and declare a self-assessed tax rate. Stakers maintain percentage ownership of total supply as it grows.
- **Snatching**: Any position can be taken by someone willing to pay a higher tax rate, creating a competitive prediction market for token value
- **Tax collection**: Automated by the transaction bot (`services/txnBot/` )
2025-09-22 14:48:58 +02:00
2026-02-13 19:22:34 +00:00
## Evolution
2025-09-22 14:48:58 +02:00
2026-02-13 19:22:34 +00:00
Stage 1's static liquidity strategy evolved into Stage 2's three-position dynamic strategy with OptimizerV3. The Harberger staking mechanism now serves as the sentiment oracle driving optimizer parameter selection. See [TECHNICAL_APPENDIX.md ](TECHNICAL_APPENDIX.md ) for details.