Impermanent Loss (IL) is the core pain point for Uniswap LPs. Academic research shows that approximately 49.5% of V3 LPs are in a loss state versus simple HODL, even after accounting for fee income. Solving this problem reduces LP attrition, maintains liquidity depth, and directly improves Uniswap trading volume.
In Uniswap V3, the complexity of LP position NFTs, range tracking, and swap event tracking made automated IL hedging virtually impossible. Uniswap V4's Hook system provides the infrastructure to directly detect all of these events on-chain. This protocol exists only because V4 Hooks make it possible.
LP hedging → liquidity retention → volume increase — a direct causal chain
Impermanent Loss (IL) is the value loss incurred when providing liquidity to an AMM, compared to simply holding (HODL) the same assets. The term "impermanent" implies the loss vanishes if prices revert to their original levels — but in practice, prices rarely revert, making the loss effectively permanent.
| Scenario | Position Value | IL |
|---|---|---|
| Simple HODL (ETH $1K + USDC $1K) | $3,000 | — |
| After Uniswap LP Provision | $2,828 | -$172 (-5.7%) |
Uniswap V3's concentrated liquidity improves fee efficiency, but when the price exits the range, the position earns zero fees and IL amplifies inversely with range width.
| Range Setting | V2 Base IL | V3 Amplification | Effective Annual IL |
|---|---|---|---|
| ±10% Narrow | 1.69% | ×1.88 | 3.17% |
| ±25% Medium | 2.10% | ×1.88 | 3.94% |
| ±50% Wide | 2.62% | ×1.88 | 4.92% |
* Effective IL including event spikes (COVID, LUNA, FTX)
| Item | Value | Notes |
|---|---|---|
| ETH/USDC Fee APY (Current Actual) | 22.4% | TVL $71.4M, daily volume $87.6M |
| ETH/USDC Fee APY (Bull Market) | ~28% | 2024 bull market actual |
| Annual IL Cost (Medium Range) | -3.94% | Including event spikes |
| LP Loss Ratio | 49.5% | Per academic research |
| Hedged LP Net Revenue (Current) | ~17.2% | 22.4% - 2.69% premium + 1.38% reimbursement |
| Solution | Approach | Limitation |
|---|---|---|
| Gamma / Arrakis | Auto-rebalancing | Cannot eliminate IL; management fees apply |
| Range expansion | Wide range LP | Fee efficiency drops sharply |
| Manual Hedge (Perps) | dYdX/GMX Short | Monitoring + rebalancing + funding management = trading desk level ops |
| Options Hedge (Opyn/Lyra) | Put option buying | Low liquidity, expensive premiums, complex expiry management |
| IL Hedge Protocol | V4 Hook Auto Hedge | Just add liquidity — no LP action needed, automatic settlement |
The protocol leverages Uniswap V4's Hook system to directly detect LP position creation, exit, and swap events on-chain, and automatically settles IL. LPs receive hedge benefits without any additional transactions.
| Hook Callback | Trigger | Action |
|---|---|---|
afterAddLiquidity | LP position creation | Position registered, underwriting verified, entry price snapshot stored |
afterSwap | Swap executed | Premium accumulated, IL epoch tracker updated |
afterRemoveLiquidity | Position exit | IL calculated, coverage ratio applied, settlement payout issued automatically |
beforeSwap | Pre-swap | Circuit breaker check, anomalous trade detection |
| Contract | Role |
|---|---|
BELTAHook.sol | V4 Hook main contract — IL calculation, settlement logic, Dynamic Fee (beforeSwap) |
UnderwriterPool.sol | ERC-4626 Vault — Underwriter Pool management, premium distribution, cooldown |
EpochSettlement.sol | 7-day epoch IL settlement — Keeper automation, daily payout cap enforcement |
PremiumOracle.sol | Dynamic margin rate calculation — Aave utilization curve (80% kink, max 3x) |
TreasuryModule.sol | Treasury buffer management + Aave Yield Stacking (Layer 2) |
VolatilityOracle.sol | EWMA volatility tracking — Dynamic Fee curve calculation (Layer 1) |
HedgeManager.sol | Perps Delta-Hedging — dYdX/GMX/Hyperliquid adapter (Layer 3, Phase 2+) |
BELTA IL Hedge Protocol is built on Uniswap V4 Hooks. The hedge contract must be deployed on the same chain as the LP position for real-time IL tracking and epoch settlement. Therefore, chain selection directly determines the protocol's effective TAM (Total Addressable Market).
| Chain | V4 TVL | ETH/USDC Representative Pool | Notes |
|---|---|---|---|
| Ethereum mainnet | ~$4.0B | ~$300~500M | Maximum liquidity, high gas |
| Base | ~$500M | ~$150~200M | V4 market share rapidly growing |
| Arbitrum | ~$336M | ~$100~150M | Low gas, institutional preference |
| Unichain | ~$530M+ | Handles 50% of V4 transactions | Uniswap's own L2 |
* Target 3 pools (ETH/USDC + BTC/USDC + SOL/USDC) multi-chain combined TAM: ~$1B+
| Phase | Deployment Chain | Rationale |
|---|---|---|
| Phase 1~2 Pilot · Growth |
Ethereum mainnet | Maximum liquidity and trust. Institutional LP concentration. Optimal for building early track record. |
| Phase 3 Open Market |
Ethereum + Arbitrum | Arbitrum added for low-gas environment. Accelerates retail LP inflow. TAM ~$700M |
| Phase 4 DEX Payment |
Ethereum + Arbitrum + Base | Covers V4's top 3 chains. Gains DEX partnership negotiation leverage. TAM ~$1B+ |
| Phase 5 Long-term Expansion |
+ New chains beyond Unichain | TVL $1B target. Additional chains expanding V4 transaction share. Cross-chain hedge settlement research. |
To address the structural limitations of simple insurance pool models (unstable UW returns), BELTA IL Hedge Protocol three layerscombines them to create a structure where underwriters can profit in every phase.
beforeSwapmeasures real-time volatility and auto-adjusts fees. During high-volatility periods when IL peaks, LP fee income rises simultaneously, naturally offsetting IL with fee revenue.
| Volatility Level | Fee Rate | Effect |
|---|---|---|
| Low (< 30% annualized) | 5 bps (0.05%) | Maximize volume attraction |
| Medium (30–60%) | 30 bps (0.3%) | Base level |
| High (> 60%) | 100 bps (1.0%) | 3–8x fees when IL occurs |
* 50–80% of LVR (Loss-Versus-Rebalancing) recoverable. Additional APY effect: +3–8%. V4 native — no external dependencies.
Idle Underwriter Pool funds (~70% of total TVL) are automatically deposited to Aave, generating baseline revenue at all times. A 30% liquidity reserve is maintained for immediate withdrawal in case of emergency IL claims.
| Item | Phase 3 ($10M Pool basis) |
|---|---|
| Aave Deposited Funds (70%) | $7M |
| Aave USDC APR (4~8%) | $280K – $560K/yr |
| Liquidity Reserve (30%) | $3M (immediately withdrawable) |
| Additional Pool APY Effect | +2.8 ~ 5.6% |
When the UW Pool must pay IL, this IL is partially offset via Perps short positions. Uses dYdX/GMX/Hyperliquid adapters to maintain ETH shorts worth 50% of hedged TVL, with Keeper periodically auto-adjusting delta.
| Scenario | No Hedge | Layer 3 Applied |
|---|---|---|
| IL Claim at ETH -20% ($10M Pool) | -$570K | -$170K (offset by $400K short profits) |
| Funding Cost (Annual) | — | -1~3% APY |
| IL Payout Burden Reduction | — | 50~70% |
* Phase 1: Design prep. Phase 2–3: Small-scale deployment. Phase 4+: Full operation.
| Item | Without Layers | With 3-Layer |
|---|---|---|
| LP Premium Income | $600K/yr | $600K/yr |
| Dynamic Fee Additional Income (Layer 1) | — | +$400K/yr |
| Aave Interest Income (Layer 2) | — | +$280K/yr |
| IL Claim Payouts | -$1,200K/yr | -$1,200K/yr |
| Perps Hedge Savings (Layer 3) | — | +$600K/yr |
| Pool Net Profit | -$600K | +$680K |
| Underwriter APY | -6.0% | +6.8% |
LPs pay a percentage of their fee income as premium and receive partial IL reimbursement. Since the premium is deducted from what LPs have already earned, it has higher psychological acceptance than TVL-based payment.
Based on real ETH prices (2020–2025, 269 weeks, including 33 panic epochs), LPs earn +3.7%/yr additional returns vs unhedged, even after paying 12% premium.
| Item | No Hedge | With Hedge | Difference |
|---|---|---|---|
| Fee Income | $11,536 | $11,536 | — |
| Premium Paid (12%) | — | -$1,384 | -$1,384 |
| IL Incurred (V3 ×2.5) | -$9,464 | -$9,464 | — |
| IL Reimbursement (35%) | — | +$3,312 | +$3,312 |
| 5.1yr Net P&L | $2,072 | $4,000 | +$1,928 |
| Annual Return | +4.0%/yr | +7.8%/yr | +3.7%/yr |
* Per $10,000 TVL LP, real ETH 269 epochs (2020.01–2025.03). LP pays $5.17/week → receives up to $216 per black swan epoch (COVID -38.5%). Insurance structure where payouts exceed premiums by +$1,928 net benefit.
| Pool | Fee Tier | TVL | Daily Volume | Fee APY | Notes |
|---|---|---|---|---|---|
| ETH/USDC | 0.05% | $71.4M | $87.6M | 22.4% | Bull ~28%, correction ~18% (2024) |
| WBTC/USDC | 0.30% | $70.4M | $6.9M | 10.7% | Bull ~14%, correction ~8% (2024) |
* Fee APY = daily volume × fee tier × 365 / TVL. May fluctuate ±30–40% depending on market conditions.
| Scenario | Fee APY | IL Cost | Premium (12%) | IL Reimbursement (35%) | Net Revenue |
|---|---|---|---|---|---|
| No Hedge (Bull) | 28% | -3.94% | — | — | 24.1% |
| Hedged (Bull) | 28% | -3.94% | -3.36% | +1.38% | 22.1% |
| No Hedge (Current) | 22.4% | -3.94% | — | — | 18.5% |
| Hedged (Current) | 22.4% | -3.94% | -2.69% | +1.38% | 17.2% |
| No Hedge (Bear) | 18% | -3.94% | — | — | 14.1% |
| Hedged (Bear) | 18% | -3.94% | -2.16% | +1.38% | 13.3% ▲ |
| Black Swan (ETH -50%) No Hedge | ~8% | -13.4% | — | — | -5.4% |
| Black Swan (ETH -50%) Hedged | ~8% | -13.4% | -0.96% | +4.69% | -1.67% (69% loss defense) |
LP premiums and DEX cash contributions are combined and flow into the Pool. BELTA Labs takes 15% off the top, operating IL payouts, Senior APY, and Treasury reserves with the remaining 85%.
| Phase | Item | Ratio/Amount (Mid fee) | Description |
|---|---|---|---|
| Inflow | LP Premium + DEX Cash (gross) | ~$5,625,600/yr | LP TVL $120M × 22.4% × 12% + TVL × 2% |
| Deduction | BELTA Labs 15% | -$601,920/yr | 15% first deduction from gross |
| net (85% → Pool Operations) | $3,410,880/yr | Pool Internal Distribution Below | |
| ① IL Payout | Coverage 35% (Epoch Settlement) | -$2,002,391/yr | Treasury first-loss → Senior order |
| ② Senior | Aave 5% + topup 2% | $800K + $320K | Senior $16M basis, compound accrual |
| ③ Treasury | Surplus accrued → target surplus distributed | ~$983,966/yr distributed | max(initial, Senior×20%) surplus → BELTA Labs |
Pool $20M · LP TVL $120M (Pool × CAP_MULT 6) · Including DEX cash TVL 2% · Annual comparison by fee scenario
| Item | Bear (18%) | Current (22.4%) | Bull (28%) | Category |
|---|---|---|---|---|
| LP Premium (fee × 12%) | $2.59M | $3.23M | $4.03M | ↻ Pool Inflow |
| DEX Cash Payment (TVL 2%) | $2.40M | $2.40M | $2.40M | ↻ Pool Inflow |
| Gross Total | $3.70M | $4.01M | $4.42M | |
| BELTA Labs 15% Deduction (First) | +$555K | +$601K | +$663K | ✚ Revenue |
| net 85% → Pool Operations | $3.15M | $3.41M | $3.76M | ↻ Internal Circulation |
| Aave Yield (Senior $16M × 5%) | $800K | $800K | $800K | ↻ Internal Circulation |
| IL Payout (Coverage 35%) | -$1.61M | -$2.00M | -$2.50M | ▼ Expenditure |
| Senior topup (7%−5% × $16M) | $320K | $320K | $320K | ↻ Senior Attributed |
| Pool Net Surplus (→ Treasury Reserve) | +$1.07M | +$0.95M | +$0.81M | ↻ Treasury Reserve |
| Treasury Surplus Distribution (Annual Avg) | +$984K | +$984K | +$984K | ✚ Revenue |
| 🏦 BELTA Labs Total Revenue | +$1,539K | +$1,585K | +$1,647K | ① 15% Deduction + ② Treasury Surplus |
* Annual basis. DEX Payment: cash TVL 2% → Pool inflow. ✚ Revenue = BELTA Labs cash inflow / ▼ Expenditure = protocol operating costs / ↻ Internal Circulation = Pool rotation. Treasury surplus is backtest 5.1yr average.
① 15% deduction basis.
After pilot LP retention data accumulates and a $20M Pool base is established, the goal is to transition to a structure where DEXs contribute a portion of fee revenue as premium, in collaboration with Uniswap Foundation.
| Revenue Source | Annual | Notes |
|---|---|---|
| 15% First Deduction (LP Premium + DEX Cash) | ~$602,000 | gross $4.01M × 15% |
| Treasury Surplus Distribution (Annual Avg) | ~$984,000 | Backtest actual average (5.1yr) |
| BELTA Labs Total Revenue | ~$1,586,000 | Cash basis |
* BELTA Labs revenue = ① 15% first deduction from gross + ② Treasury surplus distribution. DEX cash contribution partially attributed through 15% deduction after Pool inflow.
| Entity | Benefit |
|---|---|
| DEX (Uniswap etc.) | LP retention + volume maintenance + long-term hedge protocol partnership |
| BELTA Labs | Stable cash revenue (~$1.5M/yr) + revenue growth with protocol expansion |
| LP | Premium 12% unified all Phases, LP net benefit +3.7%/yr |
| Condition | Value |
|---|---|
| Minimum Pool Size | $20M (Phase 3 completion basis) |
| LP Retention Data | 12+ months of empirical data |
| Partner DEX negotiations begin | End of Phase 3 (24-month mark) |
| Target Pools | ETH/USDC + BTC/USDC + SOL/USDC (sharing $20M Pool) |
BELTA IL Hedge Protocol's capital structure operates in two configurations based on growth phase. Phase 1–2 uses a single Underwriter Poolto simplify the structure, Phase 3–4 transitions to Treasury / Senior dual poolto separate risk.
| Category | Phase 1~2 | Phase 3~4 |
|---|---|---|
| Pool Structure | Single Underwriter Pool | Treasury / Senior Dual Pool |
| Treasury Concept | None (entire Pool) | 20% of Senior (first-loss) |
| Senior APY Target | 5% (Phase 1) / 6% (Phase 2) | 7% (Phase 3~4) |
| LP Premium | 12% of fees | 12% (unified across all Phases) |
| Pool Size | — (P1 Testnet) / $100K (P2) | $10M (P3) / $20M (P4) |
In the pilot phase, a single Underwriter Pool operates without Treasury/Senior distinction. The entire Pool receives Aave/Morpho yield and LP premiums, and IL payouts are funded from the entire Pool.
| Item | Phase 1 | Phase 2 | Notes |
|---|---|---|---|
| Pool Size | —(Testnet) | $100K | Single Pool (Treasury/Senior undivided) |
| Aave/Morpho Operations | 5% APY | 5% APY | USDC-based stable operations |
| Target Pool CAGR | 5% | 6% | Aave + Premium combined |
| LP Premium Rate | 12% of fees | 12% of fees | IL moral hazard prevention |
| Coverage | 35% of IL | 35% of IL | Partial hedge ensures Pool stability |
If the entire Pool is deposited to Aave/Morpho, black swan events may trigger simultaneous IL payout demands and Aave liquidity shortages. Two mechanisms defend against this.
BELTA Labs takes 15% off the combined LP premium and DEX cash contribution. The remaining 85% (net) plus Aave yield funds IL payouts, Senior APY, and Treasury reserves in order. Senior operates as compound accrual— interest accrues daily to sb, with principal + interest together serving as IL buffer.
| Order | Item | Annual (Mid fee) | Description |
|---|---|---|---|
| Inflow | gross (LP Premium + DEX Cash) | $4,012,800 | LP TVL $120M basis |
| Aave Yield (Senior × 5%) | $800,000 | Daily accrual based on Senior compound balance | |
| Deduction | BELTA Labs 15% | -$601,920 | Gross first deduction → BELTA Labs |
| ① IL Payout | Coverage 35% (Epoch Settlement) | -$2,002,391 | Treasury first-loss → Senior order |
| ② Senior | topup (7%−Aave 5% = 2%) | -$320,000 | Priority funded from net, compound accrual to sb |
| ③ Treasury | Net surplus accrued | +$2,008,873 | Target surplus ~$984K → BELTA Labs, remainder retained |
* Senior compound accrual: Interest accumulates daily to sb, with principal + interest contributing to IL buffer. Treasury depleted first, then Senior balance used for IL payouts. BELTA Labs total cash revenue = $602K (deduction) + $984K (distribution) = ~$1,586K/yr.
| Pool | Allocation | Target Return | Characteristics |
|---|---|---|---|
| Treasury (BELTA Holders) | 20% | T-CAGR +10.2% (Including LUNA·FTX across all periods) | Black swan first-loss absorption then recovery. Surplus distributed to BELTA Labs |
| Senior (General Investors) | 80% | APY 7.0% | Compound accrual — Aave 5% + Premium 2% daily sb accrual |
* Treasury=CAGR (compound growth, recovery after first-loss absorption), Senior=APY (compound accrual, principal + interest grow together).
When the single pool accumulates $2M+ at end of Phase 2, it transitions to dual pool structure via forced split. Existing investors receive BELTA tokens as compensation for their Treasury conversion share.
After paying Senior 7% APY, remaining profits are automatically distributed based on Treasury buffer status.
treasury_target = max(initial_treasury, senior_pool_balance × 20%) if treasury > target → surplus: 80% to BELTA Labs + 20% reflected in xBELTA exchange rate if treasury ≤ target → 20% of net profit reflected in xBELTA rate + remainder fully accrued to Treasury* Treasury target buffer = max(initial_treasury, Senior Pool × 20%). Early TVL uses initial_treasury (fixed); auto-increases during rapid TVL growth. xBELTA rate component (20% of net profit) deducted from Treasury → accrued to xBELTA pool → ~12%/yr rate appreciation for BELTA holders.
When Pool balance decreases from initial levels, protocol fees are automatically adjusted to accelerate recovery.
| Pool Health | Protocol Fee | Status |
|---|---|---|
| ≥ 60% (Normal) | 15% | Normal operations |
| 30–60% (Caution) | 5% | Accelerated recovery |
| 10–30% (Warning) | 2% | Emergency recovery |
| < 10% (Critical) | 0% | Maximum recovery |
In backtest and protocol internals, LP TVL is calculated as token quantity × current price, not fixed dollar value. This method accurately reflects the true cause of TVL changes during market downturns.
Empirical data: During the 2022 FTX collapse, Uniswap V3 dollar TVL decreased ~12%, but most was automatic contraction from ETH price decline — actual LP exits were minimal. Without this approach, bear market TVL is underestimated, leading to understated premium revenue calculations.
BELTA is the protocol's governance token and Treasury revenue participation token. Its role expands by phase.
| Phase | Method | Role |
|---|---|---|
| Phase 1~3 | Type A — Treasury Revenue Participation Token | BELTA staking = acquire Treasury revenue distribution right. Returns via xBELTA rate appreciation; losses via rate decline. |
| Phase 4+ | Type C — Revenue Participation + Governance | Protocol revenue participation right + parameter voting power (coverage ratio, premium rate, etc.) |
| Category | Allocation | Quantity | Details |
|---|---|---|---|
| Treasury Participation Incentives | 40% | 40M | Staking rewards, long-term LP incentives |
| Team / Founder | 20% | 20M | 4-year lockup, 1-year cliff (DeFi standard) |
| Ecosystem / Partnerships | 20% | 20M | DEX negotiations, audit firms, strategic partners |
| Community / Airdrop | 10% | 10M | Early LP acquisition, protocol promotion |
| Reserve | 10% | 10M | Emergency Treasury replenishment, strategic reserves |
Treasury serves as first-loss buffer to protect Senior. Stable capital raising is key to protocol sustainability. The following 3-layer structure puts Treasury on a self-compounding trajectory.
* BELTA (40M) Treasury protocol growth bottleneck occurs — emission schedule design is a critical risk management variable.
xBELTA is a risk participation + revenue distribution token issued when BELTA is staked. As revenue accumulates, the BELTA redeemable per xBELTA increases via an exchange rate appreciation modelto distribute returns.
| Item | Details |
|---|---|
| Deposit | BELTA → xBELTA issued at current exchange rate (xBELTA qty = BELTA qty ÷ current rate) |
| Revenue Reflection | Treasury Net Revenue 20% xBELTA Pool(BELTA ) → automatic exchange rate appreciation |
| Loss Reflection | Treasury Incurred xBELTA Pool → exchange rate decline (first-loss sharing) |
| Unstaking | Burn xBELTA → current rate × xBELTA quantity = BELTA refunded (including principal + returns) |
| Additional Incentives | During Phase 3, 40M BELTA Treasury incentive provides additional BELTA to xBELTA stakers |
| Phase 2→3 Transition | Forced split 20% → BELTA token grant (Early Investor reward) |
* Exchange rate updated daily. xBELTA minting/burning processed automatically by smart contract. Unstaking cooldown: 30 days (panic run defense).
In black swan events, mass withdrawals may simultaneously deplete Treasury/Senior Pool. The following mechanisms structurally defend against panic runs.
| Category | Mechanism | Purpose |
|---|---|---|
| Treasury (xBELTA) | 30 Unstaking cooldown 2–5% early withdrawal fee 90-day minimum lockup | First-loss capital stability secured |
| Senior Pool | 7 Unstaking cooldown Daily TVL 10% withdrawal cap Withdrawal after epoch settlement | Mass exit prevention + liquidity protection |
* cooldown Period enforced by smart contract. Early withdrawal fees attributed to Treasury for buffer reinforcement.
Uniswap V3 concentrated liquidity range [Pa, Pb] IL V2 amplified.
IL_V2(r) = 2·√r / (1 + r) − 1 where r = P_exit / P_entry IL_V3 = IL_V2 × 1 / (1 − √(Pa/Pb))/ underestimates IL when price exits and re-enters the range. BELTA uses epoch-based cumulative method to accurately reflect IL across intermediate paths.
// afterAddLiquidity: position snapshot position.entryPrice = currentSqrtPriceX96 position.sqrtPa = TickMath.getSqrtRatioAtTick(tickLower) position.sqrtPb = TickMath.getSqrtRatioAtTick(tickUpper) position.liquidity = liquidityDelta position.epochStart = block.timestamp // afterRemoveLiquidity: IL calculation and settlement hodl_value = token0_entry × exitPrice + token1_entry actual_value = token0_exit × exitPrice + token1_exit il_amount = max(hodl_value − actual_value, 0) payout = il_amount × COVERAGE_RATIO // 0.35When price exits the position range, the LP position converts to a single token. This case is handled by updating position state on every swap in V4 Hook's afterSwap.
| Case | Handling |
|---|---|
| Price stays within range | Point comparison at exit (entry → exit) |
| Re-entry after range exit | Epoch : interim settlement on exit, then re-entry |
| No return after range exit | IL calculated at single-token value on exit |
| Partial exit | Proportional IL by liquidity ratio |
| Item | Setting |
|---|---|
| Period | 2020-01-06 to 2025-03-03 (270 weeks, 269 epochs) |
| Price Data | Real ETH/USD weekly close (Etherscan/CoinGecko cross-verified) |
| Weekly Return Range | -38.5% to +41.5% | Panic epochs (≤-10%): 33 |
| Premium Rate | 12% of fees (unified all Phases) |
| Coverage | 35% of IL |
| Protocol Fee | 15% of gross |
| Aave APY | 5% |
| IL Multiplier (BIS Weighted Avg) | ×2.50 (Institutional 80%×2.8 + Active 15%×1.5 + Passive 5%×0.7) |
| Layer 1 (Dynamic Fee) | Volatility ≥5%: ×1.5 / ≥10%: ×2.5 / ≥20%: ×4.0 |
| Layer 3 (Perps Hedging) | Effect 60% / hedge ratio 50% / funding 2%/yr |
| TVL Model | 100% (protocol structure verification) |
| Stress Test | Sliding window (4-week intervals, full range scan) |
| Phase | T-CAGR (median) | T-CAGR (worst) | T-CAGR (best) | T-MDD (median) | T-MDD (worst) | IL/Income | Profit Ratio | Senior |
|---|---|---|---|---|---|---|---|---|
| Phase 2 $100K · 6 months |
+0.3% | -25.6% | +10.7% | -2.0% | -13.1% | 0.98x | 75.0% | — |
| Phase 3 $10M · 2yr · No DEX |
-31.0% | -79.7% | -2.4% | -61.7% | -100% | 1.16x | 71.2% | +7.2%/yr |
| Phase 4 $20M · DEX 2% |
+9.3% | -51.7% | +35.8% | -44.2% | -100% | 0.89x | 76.9% | +7.2%/yr |
* Sliding window: 4 269 median/worst/best. Profit Ratio = income > IL epoch ratio. Senior across all Phases principal + interest prote.
| Item | Amount | Notes |
|---|---|---|
| Pool | $100,000 → $100,158 | T-CAGR +0.3% |
| Premium (net) | $7,887 | Income $10,207 |
| Aave yield | $2,320 | |
| IL Payout (post-L3) | -$10,050 | IL/Income 0.98x |
| BELTA Labs | $1,392 | $3,024/yr |
| Item | Amount | Notes |
|---|---|---|
| Treasury | $2,000,000 → $954,365 | T-CAGR -31.0% |
| Senior | $8,000,000 → $9,197,800 | +7.2%/yr ✓ |
| Total Pool | $10,000,000 → $10,152,165 | Pool-MDD -6.8% |
| Premium (net) | $4,180,245 | Total Income $4,310,811 |
| Aave yield | $130,566 | |
| IL Payout (post-L3) | -$5,014,217 | Raw IL $6.15M → L3 savings $2.33M (38%) |
| L3 Funding Cost | -$1,196,712 | Perps Short Maintenance Cost |
| Senior topup | -$342,229 | 7%-5%=2% gap borne by Treasury |
| BELTA Labs | $737,690 | $369,858/yr |
| Item | Amount | Notes |
|---|---|---|
| Treasury | $4,000,000 → $4,988,993 | T-CAGR +9.3% |
| Senior | $16,000,000 → $19,048,574 | +7.2%/yr ✓ |
| Total Pool | $20,000,000 → $24,037,567 | Pool-MDD -6.5% |
| Premium (net) | $16,312,220 | LP 12% + DEX 2% combined (after Proto Fee 15% deduction) |
| Aave yield | $398,821 | Total Income $16,711,041 |
| IL Payout (post-L3) | -$14,851,027 | Raw IL $18.46M → L3 savings $6.60M (36%) |
| L3 Funding Cost | -$2,991,781 | Perps Short Maintenance Cost |
| Senior topup | -$871,021 | 7%-5%=2% gap borne by Treasury |
| BELTA Labs | $2,878,627 | $1,154,614/yr |
Real-data P&L for a single $10,000 TVL LP enrolled in hedge for 5.1 years.
| Item | No Hedge | With Hedge |
|---|---|---|
| Fee Income (gross) | $11,536 | $11,536 |
| Premium Paid (12% of fees) | — | -$1,384 |
| Actual IL Incurred (V3 ×2.5) | -$9,464 | -$9,464 |
| IL Reimbursement (35%) | — | +$3,312 |
| 5.1yr Net P&L | +$2,072 | +$4,000 |
| Annual Return (vs TVL) | +4.0%/yr | +7.8%/yr |
| Hedge Effect | +$1,928 / 5.1yr (+3.7%/yr) | |
* ETH (2020~2025). Fee APY 22.4%, V3 IL multiplier ×2.50 (BIS ). LP $5.17(12% of fees) pays, and in black swan epochs receives 1 $216 (COVID -38.5% ) .
| Criteria | Condition | Rejection Reason |
|---|---|---|
| Range Width | Narrow ≤±10% rejected | Excessive IL amplification — actuarially unviable |
| Minimum Position Size | $10,000 or more | Gas cost inefficiency for small positions |
| Hold Period | 72 hold requirement | Prevents short-term speculative hedging |
| Position Age | 1 hour after creation | Prevents immediate hedge then exit |
Narrow LP TVL 20% IL costs are disproportionately high. Rejecting them structurally improves underwriter profitability.
| Applied Condition | Covered TVL | Annual IL | IL vs Premium |
|---|---|---|---|
| None ( ) | 100% | 3.94% | 90% |
| Narrow rejection applied | 80% | 3.50% | 80% |
* Premium in TVL terms 2.69% (fee 22.4% × 12%), Coverage 35% applied
real ETH price-based backtest v5.0.1 (2020–2025, 269 epochs, sliding window). Includes L1 Dynamic Fee + L3 Perps Hedging.
| Phase | T-MDD (median) | T-MDD (worst) | Pool-MDD (median) | Senior Impact |
|---|---|---|---|---|
| Phase 2 (Single Pool, $100K) | -2.0% | -13.1% | -2.0% | — |
| Phase 3 ( Pool, $10M, No DEX) | -61.7% | -100.0% | -6.8% | None (+7.2%/yr) |
| Phase 4 (Dual Pool, $20M, DEX 2%) | -44.2% | -100.0% | -6.5% | None (+7.2%/yr) |
| Phase | IL/Income | Profit Ratio | Panic Epochs | T-CAGR (median) |
|---|---|---|---|---|
| Phase 2 | 0.98x | 75.0% | 1 | +0.3% |
| Phase 3 | 1.16x | 71.2% | 15 | -31.0% |
| Phase 4 | 0.89x | 76.9% | 20 | +9.3% |
* IL/Income > 1.0x = IL exceeds income (deficit). Phase 3's 1.16x is a structural limitation without DEX revenue.
| Phase | Period | Pool Size | Key Milestones |
|---|---|---|---|
| Phase 0 Development | Current | — | Smart contract design and implementation (Foundry + Solidity) |
| Phase 1 Testnet | Month 1–3 (3 months) | — | Sepolia/Unichain testnet deployment. 12+ epoch executions. 2–3 black swan fork tests. Month 4: 1st security audit. Month 4–5: grant application. |
| Phase 2 Mainnet Pilot | Month 5–10 (6 months) | Pool $100K (Hedged TVL ~$500K) | Self-anchor $15–20K + community ~$80K. 24 epochs real settlement data. VC pitching after 2nd audit. Additional $100K deployed after Phase 3 VC closing. |
| Phase 3 Open Market | Month 11+ (~24 months) | Pool $10M (Hedged TVL ~$60M) | Seed VC $1~3M . Treasury/Senior Pool . BELTA + xBELTA . BTC/USDC . |
| Phase 4 DEX Payment Transition | Month 36+ | Pool $20M+ (Hedged TVL ~$120M) | Pool $10M+ Uniswap Foundation → DEX TVL 2% , ETH/BTC/SOL 3Pool |
| Phase 5 🏆 Global Standard | Month 60+ | Pool ~$170M (Hedged TVL $1B) | Full multi-chain expansion. TVL $1B achieved. DeFi LP hedge global infrastructure standardization. Full governance decentralization |
| Revenue Source | Annual | Calculation Basis |
|---|---|---|
| LP Premium (TVL $1B × fee 22.4% × 12%) | $26.88M | Mid fee Scenario |
| DEX Cash Payment (TVL $1B × 2%) | $20.00M | Total Hedged TVL basis |
| Gross Total (Pool Inflow) | $33.44M | |
| BELTA Labs 15% First Deduction | +$4.01M | Gross × 15% |
| Treasury Surplus Distribution (Annual Avg) | +$8.20M | Phase 4 ratio applied (~24.5%) |
| 🏦 BELTA Labs Total Revenue | +$12.21M/yr | 15% deduction + Treasury surplus |
* Phase 5 values are simulation estimates. Actual timing and revenue may vary by market conditions. Assumes CAP_MULT 6x (Pool = Hedged TVL ÷ 6).
Phase 2 Pool $100K Purpose, 24 . $100K Phase 3 VC .
Phase 3 VC investment fundraising general investor Senior Pool fundraising . VC Treasury Senior a 2:8 ratio Pool .
| Round | Amount | Purpose | Structure |
|---|---|---|---|
| Grant Apply after 3 months testnet | $70~140K UFSF + Arbitrum + Audit subsidy | + 1 Purpose 3 months testnet data required | Uniswap Foundation + Arbitrum (grant) |
| Self-Capital (Founder) Phase 2 Anchor | $15~20K | $100K Pool anchor role (15–20%) · Purpose | JJ self-capital |
| Seed VC At Phase 3 entry | $1~3M | Pool $2M→$10M growth capital Treasury:Senior = 2:8 split injection | SAFE + BELTA token warrant Includes partial entity equity |
| General Investors (Senior Pool) After Phase 3 Seed | $8~16M | Senior Pool $8M (Pool $10M × 80%) Fixed 7% APY offered | Senior Pool participation (fundraising after VC closing confirmed) |
| Series A At Phase 4 entry | $5~10M | Pool $20M achieved + DEX negotiation leverage Treasury strengthened ($4M) + Senior expanded ($16M) | Entity equity + additional BELTA token allocation |
| Phase | Condition | Details |
|---|---|---|
| Phase 1~2 | No token issuance | Track record building. Trust built on backtest data only |
| Phase 3 | VC closing complete | BELTA + VC + xBELTA ( None) |
| Phase 3+ | TVL $20M+ achieved | Uniswap ETH/BELTA DEX Pool |
| Phase 4 | TVL $100M+ | Governance voting activated. DEX negotiations begin |
| Phase 5 🏆 | TVL $1B | Full multi-chain governance decentralization. BELTA token = DeFi LP hedging ecosystem foundational governance |
| Risk | Probability | Impact | Mitigation |
|---|---|---|---|
| Smart Contract Vulnerability | Low | High | 2, , Phase TVL |
| Pool Full Depletion | Very Low | High | Circuit breaker, daily payout cap, self-healing mechanism |
| Low LP Adoption | Medium | High | Build track record with Phase 2 self-operation before fundraising |
| Adverse Selection | Medium | High | On-chain underwriting rules, Narrow range auto-rejection |
| Aave/Morpho Risk | Very Low | Medium | USDC/USDT diversification, max deposit limit, 5yr+ verified protocol |
| IL Calculation Error | Low | High | Epoch-based cumulative calculation, thorough testnet verification |
| Regulatory Risk | Medium | Medium | Singapore Pte. Ltd. entity, legal counsel maintained |
DeFi insurance historically has a high failure rate. The first question grant reviewers and investors ask is: "Nexus Mutual, InsurAce, and Cover Protocol all failed — why are you different?"
| Protocol | Failure Cause | Structural Issue |
|---|---|---|
| Cover Protocol | 2020 infinite minting exploit | Coverage target is smart contract hacking — irregular demand, impossible to price |
| InsurAce | Massive claims during LUNA collapse → token value crash | Pool ( ) |
| Nexus Mutual | Centralized claims processing, KYC requirements conflict with DeFi philosophy | Coverage scope too broad — smart contracts, protocols, exchanges, etc. |
| Failure Pattern | Description |
|---|---|
| ① Unclear Coverage Scope | , , Pool → |
| ② No Adverse Selection Defense | → → Pool |
| ③ Pool = | Token crashes during major events → payout capacity destroyed simultaneously |
| Category | Existing DeFi Insurance | IL Hedge Protocol |
|---|---|---|
| Covered Event | Vaguely defined (hacks, depegs, etc.) | IL — mathematically precise, calculable |
| Claim Standard | , Incurred | — None |
| Adverse Selection | None | On-chain underwriting rules (Narrow rejection, 72h, etc.) |
| Pool | Linked to token value | Stablecoin-based Aave/Morpho — independent |
| Demand Forecast | Irregular, unpredictable | IL = backtestable probabilistic event |
| Coverage | Full coverage attempt → insolvency | Partial coverage 35% — actuarial stability ensured |
| Education | Kyungpook National University, Computer Science — Software Major |
| Military Career | Cryptologic Operator — Republic of Korea (9 months) UNIFIL, UN Peacekeeping Force Lebanon (~1 year) |
| Entrepreneurial Experience | Received · — ₩50M+, 3 All phases — planning, development, operations — executed solo |
| Expertise | DeFi protocol design · Quantitative backtesting (Python) · Smart contract architecture |
Cryptologic Operator UNIFIL . Received solo . — , , — .
| Position | Hiring Timeline | Key Role |
|---|---|---|
| Solidity Developer (V4 Hook Specialist) | Immediately after grant | ILHedgeHook.sol, ILCalculator.sol development |
| Security Audit Partner | After Phase 1 completion | 2 professional security audits |
| Grant Source | Amount | Condition |
|---|---|---|
| UFSF (Uniswap Foundation) | $50~100K | V4 Hook, on-chain IL settlement logs, audit report |
| Arbitrum Foundation | $20~40K | Arbitrum First , |
| UFSF Audit Subsidies | $30~60K | Direct audit cost coverage (development separate) |
| Estimated Total | $70~140K+ | Audit costs can be self-covered via audit subsidies |
| Item | Details |
|---|---|
| Per-epoch IL settlement logs | On-chain records (Sepolia/Unichain) |
| Scenario | 2–3 LUNA-level crash fork tests |
| Audit Report | Apply after at least 1st audit completion |
| GitHub Open Source Code | Open source (MIT or BUSL) |
| Period | 3+ months testnet |
| Milestone | Period | Deliverable |
|---|---|---|
| M1 — Hook MVP + Testnet Deploy | Month 1–3 | BELTAHook.sol testnet deploy, 12+ epoch executions, IL calculation accuracy report |
| M2 — 1st Audit Complete + Grant Application | Month 4–5 | Security audit report, vulnerability fixes, UFSF/Arbitrum application submitted |
| M3 — Mainnet Pilot Launch | Month 5+ | Pool $100K live operation, 24 epoch IL/premium real data, VC pitching begins |
① LP Retention — Directly solves Uniswap's core challenge. V3 LP 49.5% HODL ( ). IL LP 1 , TVL → → . BELTA LP Net Revenue +4.0%/yr → +7.8%/yr 2 .
② V4 Hook Native — Zero governance changes. This protocol is implemented entirely through V4 Hooks, requiring zero core protocol modifications. The most practical DeFi insurance use case for V4 Hooks, directly aligned with the Foundation's core mission of V4 ecosystem expansion.
③ Real-data validation complete. Sliding window stress tests completed using 5.1 years of real ETH prices (2020–2025, including COVID/LUNA/FTX/Aug2024). Phase 4: T-CAGR +9.3%, IL/Income 0.89x, Senior +7.2%/yr protected. A protocol based on real data, not theory.
Purpose . DeFi , , .
© 2025 BELTA Labs Pte. Ltd. All rights reserved.