Technical Whitepaper
Rebalancer ($REBEL) — a fixed-supply ERC-20 whose canonical Uniswap v4 pool permanently destroys supply on every trade.
Abstract
Rebalancer is a fair-launch token with a hard cap of 137,000 REBEL. There is no team mint after deployment, no inflation schedule, and no admin path that can reverse burns. A Uniswap v4 hook — RebalancerHook — skims fees from the canonical pool and routes them into permanent supply destruction.
Contract Architecture
Token · REBEL
Hook · RebalancerHook
The token exposes a one-shot setHook. After the hook is linked, only that address may call burn.
Canonical Pool
| Field | Value |
|---|---|
| currency0 | native ETH (address(0)) |
| currency1 | REBEL |
| fee | 0 |
| tickSpacing | 60 |
| hooks | RebalancerHook |
Buy Path
On ETH → REBEL swaps, the hook withholds 1% of the REBEL output, takes it from the PoolManager, and burns it immediately. The trader receives 99% of what the pool would otherwise pay.
Sell Path
On REBEL → ETH swaps, the hook withholds 5% of the ETH output and spends it on a nested ETH → REBEL buyback in the same pool. The REBEL acquired is burned. Exits destroy more supply than entries.
Hook Permissions & Immutability
RebalancerHook is deployed via CREATE2 so its address encodes Uniswap v4 permission flags
(beforeInitialize, beforeSwap, afterSwap, afterSwapReturnDelta → 0x20c4).
Once linked, there is no owner, upgrade, or second hook.
Supply Cap
Launch supply is exactly 137,000 × 1018 units, minted once to the deployer. Thereafter supply only decreases through hook burns.
Tokenomics Summary
| Parameter | Value |
|---|---|
| Name / ticker | Rebalancer / REBEL |
| Initial supply | 137,000 |
| Buy fee | 1% burn |
| Sell fee | 5% buyback-and-burn |
| Burn authority | RebalancerHook only |
| Admin / mint / pause | none |
Risk Disclosures
- Smart contract risk remains; verify source on Etherscan before interacting.
- Liquidity depth, price impact, and MEV can affect realized fills.
- This document is not financial advice. Tokens can lose all value.
REBALANCER