Technical Whitepaper
IL Hedge
Protocol
Automated Impermanent Loss Hedging Infrastructure for Uniswap V4 Hook LPs
Version
v5.6.0
Date
2026.03
Status
Grant Proposal
Target
Uniswap Foundation
Contents

Table of Contents

01
Executive Summary
02
Problem Definition — LP Impermanent Loss
03
Protocol Design — V4 Hook Infrastructure + 3-Layer Hedging
04
Economic Model — LP Opt-in Hedge
05
Capital Structure — Underwriter Pool
06
Mathematical Framework — IL Calculation
07
Backtest Results — Real ETH Prices + 3-Layer (v5.0.1)
08
Underwriting Standards — Adverse Selection Defense
09
Risk Disclosure — Underwriter Loss Potential
10
Roadmap — Phase-by-Phase Growth Strategy
11
Risk Assessment and Mitigation
12
DeFi Insurance Precedent Analysis — Why We Are Different
13
Team — Founder
14
Grant Request — Budget and Milestones
Section 01

Executive Summary

In one sentence: BELTA IL Hedge Protocol is implemented entirely through Uniswap V4 Hooks — passive IL hedging infrastructure for LPs that requires zero governance changes.

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.

Target Grant
$70~140K
Minimum viable: $60K
Backtest Period
5.1 Years
2020.01 — 2025.03 Real ETH Data
Senior APY (Phase 3+)
7%
Aave 5% + Premium 2%
Hook Dependencies
Zero
No governance change
LP Net Benefit
+3.7%/yr
Additional return for hedged LP vs unhedged
LP Return (Hedged)
+7.8%/yr
vs unhedged +4.0%/yr (5.1yr real data)
Phase 4 T-CAGR
+9.3%
Treasury growth after DEX 2% contribution
Real Panic Epochs
33
Weekly drops ≤-10% over 5.1 years

Why Now — What V4 Hooks Make Possible

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.

Uniswap Ecosystem Impact

IL Hedge
LP Retention ↑
Liquidity Depth ↑
Slippage ↓
Volume ↑

LP hedging → liquidity retention → volume increase — a direct causal chain

Three-Party Value Proposition — LP · DEX · Grant

FOR LP
+3.7%/yr
Just add liquidity to a V4 Hook pool — automatic hedge with no signup required. Net benefit +3.7%/yr (pays 12% of fees → receives 35% IL reimbursement). Without hedge +4.0%/yr → with hedge +7.8%/yr.
FOR DEX (Uniswap)
LP Retention
TVL 2% contribution directly improves LP retention. With 49.5% of LPs in a loss state, hedge infrastructure is direct leverage for deeper liquidity → lower slippage → higher volume.
FOR UNISWAP FOUNDATION
V4 Hook Ecosystem
Implemented entirely with V4 Hooks — zero governance changes required. Directly solves LP retention, Uniswap's core challenge. The most practical DeFi insurance use case for V4.
Section 02

Problem Definition — LP Impermanent Loss

2.1 What Is Impermanent Loss

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.

Intuitive Example — ETH/USDC Pool, ETH Price Doubles

ScenarioPosition ValueIL
Simple HODL (ETH $1K + USDC $1K)$3,000
After Uniswap LP Provision$2,828-$172 (-5.7%)

2.2 Why IL Is Worse in V3 Concentrated Liquidity

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 SettingV2 Base ILV3 AmplificationEffective Annual IL
±10% Narrow1.69%×1.883.17%
±25% Medium2.10%×1.883.94%
±50% Wide2.62%×1.884.92%

* Effective IL including event spikes (COVID, LUNA, FTX)

2.3 LP Revenue Structure — The Real Scale of the Problem

ItemValueNotes
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 Ratio49.5%Per academic research
Hedged LP Net Revenue (Current)~17.2%22.4% - 2.69% premium + 1.38% reimbursement

2.4 Limitations of Existing Solutions

SolutionApproachLimitation
Gamma / ArrakisAuto-rebalancingCannot eliminate IL; management fees apply
Range expansionWide range LPFee efficiency drops sharply
Manual Hedge (Perps)dYdX/GMX ShortMonitoring + rebalancing + funding management = trading desk level ops
Options Hedge (Opyn/Lyra)Put option buyingLow liquidity, expensive premiums, complex expiry management
IL Hedge ProtocolV4 Hook Auto HedgeJust add liquidity — no LP action needed, automatic settlement
Manual Hedging vs BELTA — Why Not Do It Yourself: For institutional LPs to hedge IL directly with Perps, they need: ① real-time position monitoring, ② hedge ratio calculation, ③ Perp trade execution, ④ funding rate management, and ⑤ periodic rebalancing. This is effectively running a trading desk, and for $10K–$1M LPs, infrastructure costs exceed the benefits. BELTA automates this entire process via V4 Hook, converting manual hedging into passive risk infrastructure.
Section 03

Protocol Design — V4 Hook Infrastructure

"The protocol operates entirely through Uniswap V4 hooks and requires no governance changes to the Uniswap protocol."

3.1 V4 Hook Callback Design

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 CallbackTriggerAction
afterAddLiquidityLP position creationPosition registered, underwriting verified, entry price snapshot stored
afterSwapSwap executedPremium accumulated, IL epoch tracker updated
afterRemoveLiquidityPosition exitIL calculated, coverage ratio applied, settlement payout issued automatically
beforeSwapPre-swapCircuit breaker check, anomalous trade detection

3.2 Smart Contract Architecture

ContractRole
BELTAHook.solV4 Hook main contract — IL calculation, settlement logic, Dynamic Fee (beforeSwap)
UnderwriterPool.solERC-4626 Vault — Underwriter Pool management, premium distribution, cooldown
EpochSettlement.sol7-day epoch IL settlement — Keeper automation, daily payout cap enforcement
PremiumOracle.solDynamic margin rate calculation — Aave utilization curve (80% kink, max 3x)
TreasuryModule.solTreasury buffer management + Aave Yield Stacking (Layer 2)
VolatilityOracle.solEWMA volatility tracking — Dynamic Fee curve calculation (Layer 1)
HedgeManager.solPerps Delta-Hedging — dYdX/GMX/Hyperliquid adapter (Layer 3, Phase 2+)

3.3 Security Design

3.4 Chain Deployment Strategy — Multi-Chain Phased Expansion

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).

Target Pool TVL Status (March 2026, Uniswap V4)

ChainV4 TVLETH/USDC Representative PoolNotes
Ethereum mainnet~$4.0B~$300~500MMaximum liquidity, high gas
Base~$500M~$150~200MV4 market share rapidly growing
Arbitrum~$336M~$100~150MLow gas, institutional preference
Unichain~$530M+Handles 50% of V4 transactionsUniswap's own L2

* Target 3 pools (ETH/USDC + BTC/USDC + SOL/USDC) multi-chain combined TAM: ~$1B+

Deployment Chains by Phase

PhaseDeployment ChainRationale
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.
⚠ SOL/USDC Note: SOL within Uniswap V4 is Wrapped SOL (ERC-20) with limited liquidity. The Solana native ecosystem (Raydium, Orca) has overwhelmingly larger SOL/USDC TVL, but V4 Hook-based hedge integration is currently technically impossible. Expansion will only be considered when Solana VM-compatible Hooks or cross-chain settlement mechanisms mature at Phase 4+. In Phases 1–3, SOL/USDC operates as a supplementary pool only.

Chain Selection Criteria

3.5 3-Layer Hedging System — Underwriter Pool Profitability Structure

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.

Core Logic: Reduces IL payout burden (Layers 1, 3) while increasing Pool revenue (Layer 2). Three layers operate independently — failure of any one does not compromise the overall structure.

Layer 1 — Dynamic Fee Hook (V4 Native)

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 LevelFee RateEffect
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.

Layer 2 — Aave Yield Stacking (Low Risk)

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.

ItemPhase 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%

Layer 3 — Perps Delta-Hedging (Phase 2+, Optional)

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.

ScenarioNo HedgeLayer 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 Reduction50~70%

* Phase 1: Design prep. Phase 2–3: Small-scale deployment. Phase 4+: Full operation.

3-Layer Combined Effect (Phase 3 basis, $10M Pool)

ItemWithout LayersWith 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%
Section 04

Economic Model — LP Opt-in Hedge

4.1 Premium Structure — LP Voluntary Payment

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.

Premium = 12% of LP fee income (~2.7%/year in TVL terms)
Coverage = 35% of IL (partial hedge — ensures insurance pool stability)
LP Net Benefit (2020–2025 Backtest): Even after paying 12% of fees, IL reimbursement (35%) exceeds the premium. Without hedge +4.0%/yr → with hedge +7.8%/yr. LPs earn an additional +3.7%p/yr even after paying the premium. IL concentrates in black swan epochs, and the 35% coverage payouts exceed cumulative 12% premium costs.

LP Entry Barrier = Zero: Just provide liquidity to a V4 Hook-enabled pool for automatic hedging. No signup, monitoring, or rebalancing needed. Completely eliminates operational complexity compared to direct Perps hedging — passive risk infrastructure.

LP Net Benefit — Verified Over 269 Real Epochs

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.

LP Annual Return Comparison (Real ETH, 5.1yr, $10K LP) 8% 6% 4% 2% 0% +4.0% No Hedge +7.8% With Hedge +3.7%/yr Real ETH 269 weeks | Including 33 panic (≤-10%) | V3 IL ×2.50 | Coverage 35% | Premium 12%
ItemNo HedgeWith HedgeDifference
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.

Real Fee APY (GeckoTerminal, March 2026)

PoolFee TierTVLDaily VolumeFee APYNotes
ETH/USDC0.05%$71.4M$87.6M22.4%Bull ~28%, correction ~18% (2024)
WBTC/USDC0.30%$70.4M$6.9M10.7%Bull ~14%, correction ~8% (2024)

* Fee APY = daily volume × fee tier × 365 / TVL. May fluctuate ±30–40% depending on market conditions.

LP Revenue Simulation (ETH/USDC, Annual Basis)

ScenarioFee APYIL CostPremium (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)
Key Insight: In bull markets, hedge cost is only 1.6%. In bear markets, hedged LPs actually earn more. In black swan events, -5.4% loss is reduced to -1.67% — defending 69% of losses.

4.2 Premium Flow — Pool Inflow and Distribution

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%.

LP Premium
12% of fees
+
DEX Cash Payment
TVL 2%
BELTA Labs
15% First Deduction
IL Payout
Coverage 35%
① Treasury first-loss
Senior 7% APY
Aave 5% + Premium 2%
② Priority Guarantee
Treasury
Full surplus accrued
③ Surplus → BELTA Labs
PhaseItemRatio/Amount (Mid fee)Description
InflowLP Premium + DEX Cash (gross)~$5,625,600/yrLP TVL $120M × 22.4% × 12% + TVL × 2%
DeductionBELTA Labs 15%-$601,920/yr15% first deduction from gross
net (85% → Pool Operations)$3,410,880/yrPool Internal Distribution Below
① IL PayoutCoverage 35% (Epoch Settlement)-$2,002,391/yrTreasury first-loss → Senior order
② SeniorAave 5% + topup 2%$800K + $320KSenior $16M basis, compound accrual
③ TreasurySurplus accrued → target surplus distributed~$983,966/yr distributedmax(initial, Senior×20%) surplus → BELTA Labs
Senior 7% APY Guarantee Logic: Aave yield (5%) is paid first; the 2% gap is funded from net as priority. Senior operates as compound accrual — interest accrues daily to sb, with principal + interest together serving as IL buffer. In severe bear markets, Phase 1–2 may flex to 5–6%.

4.3 Protocol Revenue Simulation (Phase 4 Steady-State, Annual)

Pool $20M · LP TVL $120M (Pool × CAP_MULT 6) · Including DEX cash TVL 2% · Annual comparison by fee scenario

⚠ Note: Below figures are Phase 4 steady-state (TVL 100%) theoretical simulation, separate from Section 7 backtest (v4.4.0, TVL utilization 15.7%). Refer to backtest results for actual early-stage revenue.
BELTA Labs Revenue BELTA Labs Expenditure Protocol Internal Circulation
ItemBear (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.

4.4 Long-Term Model — DEX Payment Transition (Phase 4+)

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.

Why DEXs Should Pay 2% of TVL:
LP attrition costs far exceed 2%. 49.5% of V3 LPs lose vs HODL. TVL 2% payment breaks the cycle: IL → LP exits → TVL↓ → slippage↑ → volume↓.
Direct leverage for LP retention. Without hedge +4.0%/yr → with hedge +7.8%/yr. Eliminates reasons for LPs to leave.
ROI: $2.4M/yr payment: if LP retention improves 10% → retains $12M TVL → reasonable insurance cost vs DEX fee revenue.
Scale Comparison: TVL $120M at 2% = $2.4M/yr. Same TVL LP fee income (22.4%) = $26.9M/yr. DEX payment of 2% equals ~9%of LP fees — lower than Uniswap's own protocol fee (fee switch 10–25%). A reasonable cost for LP retention infrastructure.
DEX Payment: LP TVL 2% cash → Pool inflow  |  LP Premium: 12% of fees unified across all Phases (moral hazard prevention)

Phase 4 BELTA Labs Revenue Structure (Pool $20M · LP TVL $120M · Mid fee 22.4%)

Revenue SourceAnnualNotes
15% First Deduction (LP Premium + DEX Cash)~$602,000gross $4.01M × 15%
Treasury Surplus Distribution (Annual Avg)~$984,000Backtest actual average (5.1yr)
BELTA Labs Total Revenue~$1,586,000Cash basis

* BELTA Labs revenue = ① 15% first deduction from gross + ② Treasury surplus distribution. DEX cash contribution partially attributed through 15% deduction after Pool inflow.

EntityBenefit
DEX (Uniswap etc.)LP retention + volume maintenance + long-term hedge protocol partnership
BELTA LabsStable cash revenue (~$1.5M/yr) + revenue growth with protocol expansion
LPPremium 12% unified all Phases, LP net benefit +3.7%/yr

Phase 4 Transition Conditions

ConditionValue
Minimum Pool Size$20M (Phase 3 completion basis)
LP Retention Data12+ months of empirical data
Partner DEX negotiations beginEnd of Phase 3 (24-month mark)
Target PoolsETH/USDC + BTC/USDC + SOL/USDC (sharing $20M Pool)
Section 05

Capital Structure — Underwriter Pool

5.1 Pool Structure Overview by Phase

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.

CategoryPhase 1~2Phase 3~4
Pool StructureSingle Underwriter PoolTreasury / Senior Dual Pool
Treasury ConceptNone (entire Pool)20% of Senior (first-loss)
Senior APY Target5% (Phase 1) / 6% (Phase 2)7% (Phase 3~4)
LP Premium12% of fees12% (unified across all Phases)
Pool Size— (P1 Testnet) / $100K (P2)$10M (P3) / $20M (P4)

5.2 Single Pool Structure (Phase 1–2)

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.

LP Fees
22.4%/yr
Gross Premium
12% of fees
BELTA Labs
15% Deduction
Single Pool
Aave 5% + Net Premium
ItemPhase 1Phase 2Notes
Pool Size—(Testnet)$100KSingle Pool (Treasury/Senior undivided)
Aave/Morpho Operations5% APY5% APYUSDC-based stable operations
Target Pool CAGR5%6%Aave + Premium combined
LP Premium Rate12% of fees12% of feesIL moral hazard prevention
Coverage35% of IL35% of ILPartial hedge ensures Pool stability

5.2.1 Liquidity Risk Response — Liquid Reserve + Epoch Settlement

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.

① Liquid Reserve — 10% of Pool maintained in USDC cash at all times. Small IL payouts settled immediately in cash; only large events trigger Aave withdrawals.
② Epoch Settlement — IL settled in periodic (Epoch) batches, not real-time. Aave withdrawal timing managed systematically to minimize liquidity shock.
Result: Structurally eliminates IL payout default risk even during black swan events.

5.3 Dual Pool Structure (Phase 3–4) — Premium Flow and IL Payout

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.

⚠ Note: Below are Phase 4 steady-state theoretical values (Pool $20M, LP TVL $120M, including DEX Payment). See Section 7 for backtest v4.4.0 actual results. Backtest: Phase 3–4 Treasury CAGR +10.2%, BELTA Labs revenue $31,565/yr (TVL utilization 15.7%).
LP Premium + DEX Cash
gross ~$4.01M/yr
BELTA Labs 15%
$602K/yr first deduction
IL Payout
From net + Aave
① Treasury first-loss
Senior 7% APY
Aave 5% + topup 2%
② Compound accrual
Treasury
Surplus accrued
③ Surplus → BELTA Labs
OrderItemAnnual (Mid fee)Description
Inflowgross (LP Premium + DEX Cash)$4,012,800LP TVL $120M basis
Aave Yield (Senior × 5%)$800,000Daily accrual based on Senior compound balance
DeductionBELTA Labs 15%-$601,920Gross first deduction → BELTA Labs
① IL PayoutCoverage 35% (Epoch Settlement)-$2,002,391Treasury first-loss → Senior order
② Seniortopup (7%−Aave 5% = 2%)-$320,000Priority funded from net, compound accrual to sb
③ TreasuryNet surplus accrued+$2,008,873Target 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.

PoolAllocationTarget ReturnCharacteristics
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).

5.4 Phase 2→3 Transition — Forced Split and BELTA Token Grant

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.

Forced Split Method:
End of Phase 2: Pool balance 20% → Treasury Pool
End of Phase 2: Pool balance 80% → Senior Pool
BELTA tokens granted for the 20% conversion share (Protocol revenue participation right, tradeable later)
⭐ Phase 1–2 Early Investor Incentive

Phase 1–2 operates as a single Underwriter Pool. Participants during this period receive additional BELTA tokens equivalent to 20% of their total stake — while their existing stake (Senior 80%) remains intact.

Example: $10,000 deposited in Phase 2 → at Phase 3 transition, holds Senior Pool $10,000 + BELTA tokens ($2,000 equivalent) simultaneously

These BELTA tokens can be staked as xBELTA for continued protocol revenue participation, or held for potential appreciation at Phase 4 governance activation and DEX listing. As the protocol grows, Phase 1–2 BELTA token value appreciates, offering early participants the highest potential returns.

5.5 Treasury Profit Distribution Mechanism

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.

5.6 Self-Healing Mechanism

When Pool balance decreases from initial levels, protocol fees are automatically adjusted to accelerate recovery.

Pool HealthProtocol FeeStatus
≥ 60% (Normal)15%Normal operations
30–60% (Caution)5%Accelerated recovery
10–30% (Warning)2%Emergency recovery
< 10% (Critical)0%Maximum recovery

5.7 LP TVL Measurement — Price-Linked Model

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.

LP TVL = token_qty × current_price
When ETH price drops -40% → LP token quantity unchanged, only dollar TVL decreases -40%
→ This is a price decline effect, not LP attrition

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.

Section 05 — continued

BELTA Governance Token

5.8 BELTA Token Role (By Phase)

BELTA is the protocol's governance token and Treasury revenue participation token. Its role expands by phase.

PhaseMethodRole
Phase 1~3Type A — Treasury Revenue Participation TokenBELTA staking = acquire Treasury revenue distribution right. Returns via xBELTA rate appreciation; losses via rate decline.
Phase 4+Type C — Revenue Participation + GovernanceProtocol revenue participation right + parameter voting power (coverage ratio, premium rate, etc.)

5.9 Issuance Structure

Total Supply
100M
BELTA Token
Treasury Incentives
40%
Staking rewards · Long-term liquidity
Team / Founder
20%
4yr lockup · 1yr cliff
Ecosystem / Community
40%
Partnerships 20% + Community 10% + Reserve 10%
CategoryAllocationQuantityDetails
Treasury Participation Incentives40%40MStaking rewards, long-term LP incentives
Team / Founder20%20M4-year lockup, 1-year cliff (DeFi standard)
Ecosystem / Partnerships20%20MDEX negotiations, audit firms, strategic partners
Community / Airdrop10%10MEarly LP acquisition, protocol promotion
Reserve10%10MEmergency Treasury replenishment, strategic reserves

5.10 Treasury Capital Raising — 3-Layer Structure

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.

Stage 1 (Early Phase 3) — VC + BELTA Labs Anchor Capital
VC investment split 2:8 → Treasury initial capital secured. BELTA Labs contributes additional self-capital as anchor.

Stage 2 (Mid Phase 3) — Treasury Incentive 40M BELTA Distribution
Additional BELTA rewards for xBELTA staking → incentivizes general participants to supply Treasury capital. Treasury must reach orbit before BELTA incentive depletion.

Stage 3 (Phase 4) — DEX Payment + Protocol Fee Combined Revenue
DEX Cash Payment(LP TVL 2%) + LP Premium → gross proto_fee 15% → Treasury . DEX Payment protocol revenue stably reinvests into Treasury . Phase 4 requires TVL payment agreement with DEXs like Uniswap. If negotiations fail, Phase 3 LP premium 12% structure is maintained.

* BELTA (40M) Treasury protocol growth bottleneck occurs — emission schedule design is a critical risk management variable.

5.11 xBELTA Staking Mechanism — Exchange Rate-Based Returns

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.

Dual Role of xBELTA — Revenue Right + Risk Backstop:
Revenue Participation Right: Treasury Net Revenue 20% xBELTA Pool → reflected via exchange rate appreciation.
Risk Backstop: Treasury xBELTA (first-loss ). xBELTA protocol risk in exchange for returns — same mechanism as MakerDAO's MKR dilution during system debt. Incurred .
BELTA token is not just governance — it is the protocol's risk capital layer.
Stake BELTA
e.g., 100 BELTA
Issue xBELTA
Calculated at current rate
e.g., 100 xBELTA
Revenue Accumulated
Treasury Net Revenue 20%
Accrued to xBELTA Pool
Rate Appreciation
1 xBELTA =
1.12 BELTA (after 1 year)
Unstaking
Burn xBELTA
Refund BELTA principal + returns
Exchange Rate Example (~12% Annual Returns)

T=0: xBELTA Pool = 10,000 BELTA, issued xBELTA = 10,000 → rate 1.000
T=1yr: Treasury profit 1,200 BELTA → xBELTA Pool = 11,200 BELTA
T=1yr: rate = 11,200 / 10,000 = 1.120 (1 xBELTA = 1.120 BELTA)
Unstaking: 100 xBELTA × 1.120 = 112 BELTA Received (principal 100 + returns 12)
ItemDetails
DepositBELTA → xBELTA issued at current exchange rate (xBELTA qty = BELTA qty ÷ current rate)
Revenue ReflectionTreasury Net Revenue 20% xBELTA Pool(BELTA ) → automatic exchange rate appreciation
Loss ReflectionTreasury Incurred xBELTA Pool → exchange rate decline (first-loss sharing)
UnstakingBurn xBELTA → current rate × xBELTA quantity = BELTA refunded (including principal + returns)
Additional IncentivesDuring Phase 3, 40M BELTA Treasury incentive provides additional BELTA to xBELTA stakers
Phase 2→3 TransitionForced 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).

5.12 Withdrawal Mechanism — Panic Run Defense

In black swan events, mass withdrawals may simultaneously deplete Treasury/Senior Pool. The following mechanisms structurally defend against panic runs.

CategoryMechanismPurpose
Treasury (xBELTA)30 Unstaking cooldown
2–5% early withdrawal fee
90-day minimum lockup
First-loss capital stability secured
Senior Pool7 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.

Section 06

Mathematical Framework — IL Calculation

6.1 V3 IL Correction Formula

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))

6.2 On-Chain IL Calculation — Epoch-Based Cumulative Method

/ 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.35

6.3 Out-of-Range Case Handling

When 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.

CaseHandling
Price stays within rangePoint comparison at exit (entry → exit)
Re-entry after range exitEpoch : interim settlement on exit, then re-entry
No return after range exitIL calculated at single-token value on exit
Partial exitProportional IL by liquidity ratio

6.4 Event Spike Model (Backtest Only)

IL_effective(t) = IL_baseline(t) + Σ_k [ spike_k(t) ] spike_k(t) = extra_k / duration_k × (1 − t/duration_k) × 2

6.5 Volatility-Adjusted Premium

vol_ratio = current_vol30 / avg_vol30 margin_rate = base_margin × (1 + vol_ratio × 0.5) utilization = total_hedged_tvl / underwriter_pool multiplier = utilization < 0.8 ? 1.0 + util×0.5 : 1.4 + (util−0.8)×2.0
Section 07

Backtest Results — Real ETH Prices + 3-Layer (v5.0.1)

v5.0.1 Key Points: ① 270 real ETH/USD weekly close prices (2020.01–2025.03, Etherscan/CoinGecko) ② BIS-based LP cohort model ③ Layer 1 Dynamic Fee + Layer 3 Perps Hedging modeling ④ Senior topup properly reflected ⑤ Sliding window stress test (4-week intervals, full range)

7.1 Test Overview

ItemSetting
Period2020-01-06 to 2025-03-03 (270 weeks, 269 epochs)
Price DataReal ETH/USD weekly close (Etherscan/CoinGecko cross-verified)
Weekly Return Range-38.5% to +41.5% | Panic epochs (≤-10%): 33
Premium Rate12% of fees (unified all Phases)
Coverage35% of IL
Protocol Fee15% of gross
Aave APY5%
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 Model100% (protocol structure verification)
Stress TestSliding window (4-week intervals, full range scan)

7.2 Key Performance by Phase

PhaseT-CAGR
(median)
T-CAGR
(worst)
T-CAGR
(best)
T-MDD
(median)
T-MDD
(worst)
IL/IncomeProfit RatioSenior
Phase 2
$100K · 6 months
+0.3%-25.6%+10.7% -2.0%-13.1% 0.98x75.0%
Phase 3
$10M · 2yr · No DEX
-31.0%-79.7%-2.4% -61.7%-100% 1.16x71.2%+7.2%/yr
Phase 4
$20M · DEX 2%
+9.3%-51.7%+35.8% -44.2%-100% 0.89x76.9%+7.2%/yr

* Sliding window: 4 269 median/worst/best. Profit Ratio = income > IL epoch ratio. Senior across all Phases principal + interest prote.

7.3 Financial Details by Phase (Median Window)

Phase 2 — Pilot $100K · 6 months

ItemAmountNotes
Pool$100,000 → $100,158T-CAGR +0.3%
Premium (net)$7,887Income $10,207
Aave yield$2,320
IL Payout (post-L3)-$10,050IL/Income 0.98x
BELTA Labs$1,392$3,024/yr

Phase 3 — Open Market $10M · 2yr · No DEX

ItemAmountNotes
Treasury$2,000,000 → $954,365T-CAGR -31.0%
Senior$8,000,000 → $9,197,800+7.2%/yr ✓
Total Pool$10,000,000 → $10,152,165Pool-MDD -6.8%
Premium (net)$4,180,245Total Income $4,310,811
Aave yield$130,566
IL Payout (post-L3)-$5,014,217Raw IL $6.15M → L3 savings $2.33M (38%)
L3 Funding Cost-$1,196,712Perps Short Maintenance Cost
Senior topup-$342,2297%-5%=2% gap borne by Treasury
BELTA Labs$737,690$369,858/yr
Meaning of Phase 3 Treasury Deficit: DEX LP Premium 2yr Treasury -31%/yr . designed burn period, VC (Section 10.3) Treasury Phase 4 DEX prerequisite. Total Pool(Treasury+Senior) +$152K Senior +7.2%/yr .

Phase 4 — DEX Payment $20M · LP TVL $120M · DEX 2%

ItemAmountNotes
Treasury$4,000,000 → $4,988,993T-CAGR +9.3%
Senior$16,000,000 → $19,048,574+7.2%/yr ✓
Total Pool$20,000,000 → $24,037,567Pool-MDD -6.5%
Premium (net)$16,312,220LP 12% + DEX 2% combined (after Proto Fee 15% deduction)
Aave yield$398,821Total Income $16,711,041
IL Payout (post-L3)-$14,851,027Raw IL $18.46M → L3 savings $6.60M (36%)
L3 Funding Cost-$2,991,781Perps Short Maintenance Cost
Senior topup-$871,0217%-5%=2% gap borne by Treasury
BELTA Labs$2,878,627$1,154,614/yr
Key Insight:
① Phase 4 DEX 2% Inflow the decisive profitability factor. LP Premium 12% + DEX 2% = income rate ~4.7%/yr(TVL ) → IL/ 0.89x.
② Layer 3 Raw IL 36% . COVID(-38.5%) maximum effect during black swan events.
③ Senior +7.2%/yr — Treasury absorbs first-loss, protecting Senior across all periods. Senior principal maintained even in worst window.
④ Phase 3 deficit is a structural limitation without DEX revenue. A designed investment period sustained by VC capital.

7.4 LP — Real Impact of Hedge Enrollment

Real-data P&L for a single $10,000 TVL LP enrolled in hedge for 5.1 years.

ItemNo HedgeWith 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% ) .

7.5 Model Limitations and Conservative Assumptions

Model limitations disclosed for transparency:
Price Data: 270 weekly close prices manually restored. Intraday fluctuations not reflected. Recommended to switch to API daily data for production.
IL Multiplier: BIS weighted avg ×2.50 single value used. In practice, ranges from ×0.7 to ×4.5 depending on individual LP range settings.
Layer 3 effectiveness 60%: Conservative assumption. Actual range 40–80% depending on Perps market liquidity, slippage, and funding rate fluctuations.
TVL 100% Assumption: . Actual initial adoption expected at 15–30%, gradually increasing.
Treasury can be 100% depleted in worst window: 2022 LUNA+FTX . Senior absorbs IL, preserving total Pool, but Treasury investors may face total loss.
Section 08

Underwriting Standards — Adverse Selection Defense

8.1 Underwriting Rules

CriteriaConditionRejection Reason
Range WidthNarrow ≤±10% rejectedExcessive IL amplification — actuarially unviable
Minimum Position Size$10,000 or moreGas cost inefficiency for small positions
Hold Period72 hold requirementPrevents short-term speculative hedging
Position Age1 hour after creationPrevents immediate hedge then exit

8.2 Adverse Selection Defense Effect

Narrow LP TVL 20% IL costs are disproportionately high. Rejecting them structurally improves underwriter profitability.

Applied ConditionCovered TVLAnnual IL IL vs Premium
None ( )100%3.94%90%
Narrow rejection applied80%3.50%80%

* Premium in TVL terms 2.69% (fee 22.4% × 12%), Coverage 35% applied

Section 09

Risk Disclosure — Underwriter Loss Potential

real ETH price-based backtest v5.0.1 (2020–2025, 269 epochs, sliding window). Includes L1 Dynamic Fee + L3 Perps Hedging.

9.1 Treasury MDD by Phase

PhaseT-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)

9.2 Income Structure Soundness by Phase

PhaseIL/IncomeProfit RatioPanic EpochsT-CAGR (median)
Phase 20.98x75.0%1+0.3%
Phase 31.16x71.2%15-31.0%
Phase 40.89x76.9%20+9.3%

* IL/Income > 1.0x = IL exceeds income (deficit). Phase 3's 1.16x is a structural limitation without DEX revenue.

Required Reading for Underwriter Investors
Phase 3 Treasury operates at a deficit. DEX LP Premium IL None. VC , Phase 4 DEX Condition.
Treasury can be 100% depleted in worst window. 2022 LUNA+FTX . Senior IL Total Pool Treasury .
Profitability achieved in Phase 4. DEX 2% Inflow T-CAGR +9.3%, IL/ 0.89x. .
Senior Period . Senior maintains +7.2%/yr across all periods including worst window. Pool-MDD -6.5 to -6.8%.
No future guarantee. Backtest is historical simulation; results may worsen in consecutive shocks exceeding 2022.
Section 10

Roadmap — Phase-by-Phase Growth Strategy

PhasePeriod Pool SizeKey Milestones
Phase 0
Development
CurrentSmart 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

10.0 Pool Size

Phase 0~1
Phase 2
Pool $100K
Phase 3
Pool $10M
Phase 4
Pool $20M+
🏆
Phase 5
TVL $1B
Timeline:   Month 0 (Dev) → Month 3 (Testnet 3mo) → Month 4 (1st Audit) → Month 5 (Grant) → Month 10 (Mainnet Pilot $100K · 6mo) → Month 24 (Open, Pool $10M) → Month 36+ (DEX, Pool $20M+) → Month 60+ 🏆 TVL $1B
PHASE 5 ENDGAME
🏆 Final Revenue Structure at TVL $1B
Pool ~$170M (CAP_MULT 6x ) · LP Premium fee 12% · DEX 2%
Revenue SourceAnnual Calculation Basis
LP Premium (TVL $1B × fee 22.4% × 12%)$26.88MMid fee Scenario
DEX Cash Payment (TVL $1B × 2%)$20.00MTotal Hedged TVL basis
Gross Total (Pool Inflow)$33.44M
BELTA Labs 15% First Deduction+$4.01MGross × 15%
Treasury Surplus Distribution (Annual Avg)+$8.20MPhase 4 ratio applied (~24.5%)
🏦 BELTA Labs Total Revenue+$12.21M/yr15% deduction + Treasury surplus
Senior Pool
~$136M
Pool $170M × 80%
Annual 7% APY = ~$9.5M paid
Treasury Pool
~$34M
Pool $170M × 20%
IL first-loss absorption
BELTA Labs Total Revenue
$12.2M/yr
15% deduction + Treasury surplus
→ Continuous BELTA token value backing

* Phase 5 values are simulation estimates. Actual timing and revenue may vary by market conditions. Assumes CAP_MULT 6x (Pool = Hedged TVL ÷ 6).

IL vs Premium RatioPayout / Premium < 85% IL Payout / LP Opt-in Rate> 15%Hedged LPs / Total LPs Underwriting Rejection Rate15~25%Rejected Positions / Total Applications

10.2 Phase 2 Capital Structure ($100K Composition)

Phase 2 Pool $100K Purpose, 24 . $100K Phase 3 VC .

10.3 Capital Raising Strategy — Phase 3 VC + Senior Pool

Phase 3 VC investment fundraising general investor Senior Pool fundraising . VC Treasury Senior a 2:8 ratio Pool .

Phase 3 Capital Raising Sequence (Mandatory):
① VC closing → ② Treasury:Senior = 2:8 split injection confirmed → ③ General investor Senior Pool fundraising opens
Injecting VC into Treasury only would collapse the T:S ratio — 2:8 split must be maintained
Round AmountPurposeStructure
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~3MPool $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~16MSenior Pool $8M (Pool $10M × 80%)
Fixed 7% APY offered
Senior Pool participation (fundraising after VC closing confirmed)
Series A
At Phase 4 entry
$5~10MPool $20M achieved + DEX negotiation leverage
Treasury strengthened ($4M) + Senior expanded ($16M)
Entity equity + additional BELTA token allocation

BELTA Token Activation Roadmap

PhaseCondition Details
Phase 1~2No token issuanceTrack record building. Trust built on backtest data only
Phase 3VC closing completeBELTA + VC + xBELTA ( None)
Phase 3+TVL $20M+ achievedUniswap ETH/BELTA DEX Pool
Phase 4TVL $100M+Governance voting activated. DEX negotiations begin
Phase 5 🏆TVL $1BFull multi-chain governance decentralization. BELTA token = DeFi LP hedging ecosystem foundational governance
Section 11

Risk Assessment and Mitigation

RiskProbabilityImpactMitigation
Smart Contract VulnerabilityLowHigh 2, , Phase TVL
Pool Full DepletionVery LowHighCircuit breaker, daily payout cap, self-healing mechanism
Low LP AdoptionMediumHighBuild track record with Phase 2 self-operation before fundraising
Adverse SelectionMediumHighOn-chain underwriting rules, Narrow range auto-rejection
Aave/Morpho RiskVery LowMediumUSDC/USDT diversification, max deposit limit, 5yr+ verified protocol
IL Calculation ErrorLowHighEpoch-based cumulative calculation, thorough testnet verification
Regulatory RiskMediumMediumSingapore Pte. Ltd. entity, legal counsel maintained
Section 12

DeFi Insurance Precedent Analysis — Why We Are Different

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?"

12.1 Failure Analysis of Existing DeFi Insurance Protocols

ProtocolFailure CauseStructural Issue
Cover Protocol2020 infinite minting exploitCoverage target is smart contract hacking — irregular demand, impossible to price
InsurAceMassive claims during LUNA collapse → token value crash Pool ( )
Nexus MutualCentralized claims processing, KYC requirements conflict with DeFi philosophyCoverage scope too broad — smart contracts, protocols, exchanges, etc.

12.2 Three Common Failure Patterns

Failure PatternDescription
① Unclear Coverage Scope, , Pool →
② No Adverse Selection Defense → → Pool
③ Pool = Token crashes during major events → payout capacity destroyed simultaneously

12.3 IL Hedge Protocol's Structural Differentiation

CategoryExisting DeFi InsuranceIL Hedge Protocol
Covered EventVaguely defined (hacks, depegs, etc.)IL — mathematically precise, calculable
Claim Standard , Incurred — None
Adverse Selection NoneOn-chain underwriting rules (Narrow rejection, 72h, etc.)
Pool Linked to token valueStablecoin-based Aave/Morpho — independent
Demand ForecastIrregular, unpredictableIL = backtestable probabilistic event
CoverageFull coverage attempt → insolvencyPartial coverage 35% — actuarial stability ensured
One-Line Differentiation: IL is a mathematically precise event in AMM math. Since claim criteria are automatically determined on-chain, the "claim definition dispute" problem that plagued existing DeFi insurance structurally does not exist.
Section 13

Team — Founder

FOUNDER
JJ
Founder & Protocol Designer · BELTA Labs
EducationKyungpook National University, Computer Science — Software Major
Military CareerCryptologic 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
ExpertiseDeFi protocol design · Quantitative backtesting (Python) · Smart contract architecture

13.1 Solo Founder's Execution Credentials

Cryptologic Operator UNIFIL . Received solo . — , , — .

13.2 Hiring Plan

PositionHiring TimelineKey Role
Solidity Developer (V4 Hook Specialist)Immediately after grantILHedgeHook.sol, ILCalculator.sol development
Security Audit PartnerAfter Phase 1 completion2 professional security audits
Section 14

Grant Request — Budget and Milestones

Requested Grant: $70,000–140,000  |  UFSF + Arbitrum Foundation + Audit Subsidies
Uniswap Foundation Grant Program — V4 Hook Ecosystem  |  Condition: 3 + 1

14.1 Amount ( 3 )

Grant Source AmountCondition
UFSF (Uniswap Foundation)$50~100KV4 Hook, on-chain IL settlement logs, audit report
Arbitrum Foundation$20~40KArbitrum First ,
UFSF Audit Subsidies$30~60KDirect audit cost coverage (development separate)
Estimated Total$70~140K+Audit costs can be self-covered via audit subsidies

14.2 Condition

ItemDetails
Per-epoch IL settlement logsOn-chain records (Sepolia/Unichain)
Scenario 2–3 LUNA-level crash fork tests
Audit ReportApply after at least 1st audit completion
GitHub Open Source CodeOpen source (MIT or BUSL)
Period3+ months testnet

14.3 Grant Milestones

MilestonePeriodDeliverable
M1 — Hook MVP + Testnet DeployMonth 1–3BELTAHook.sol testnet deploy, 12+ epoch executions, IL calculation accuracy report
M2 — 1st Audit Complete + Grant ApplicationMonth 4–5Security audit report, vulnerability fixes, UFSF/Arbitrum application submitted
M3 — Mainnet Pilot LaunchMonth 5+Pool $100K live operation, 24 epoch IL/premium real data, VC pitching begins

14.4 Why Uniswap Foundation Should Fund This

Three Core Arguments:

① 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.