harb/HARBERG.md

17 lines
977 B
Markdown
Raw Permalink Normal View History

# Harberger (Stage 1)
2025-09-22 14:48:58 +02:00
The foundation layer of the KRAIKEN protocol. A staking market balanced by the Harberger tax.
2025-09-22 15:11:00 +02:00
## Status: Complete
2025-09-22 15:11:00 +02:00
Stage 1 established the core mechanisms now used by Stage 2 (KRAIKEN):
2025-09-22 15:11:00 +02: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
## Evolution
2025-09-22 14:48:58 +02: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.