Phased LP Strategy
400M IFR will create maximum value
1. Why NOT add all 400M to the pool immediately?
The Uniswap V2 AMM formula is simple: x * y = k. Every trade changes the ratio of the two reserves, and the price is derived from y / x.
At the bootstrap price P0 = $0.0000002, 400M IFR are worth only $80.
Key point: Adding LP does not change the price. You must maintain the existing ratio. But deploying 400M IFR for $80 is a catastrophic waste.
Core problem: Pool = 100M IFR + 0.01 ETH. Adding 400M IFR + 0.04 ETH = 500M IFR + 0.05 ETH. Price unchanged. But 0.04 ETH wasted for a 5x deeper pool at only $20 depth.
// AMM Constant Product Formula
x * y = k
// At P0 = $0.0000002
// 400,000,000 IFR * $0.0000002 = $80
// Pool before: 100M IFR + 0.01 ETH (k = 1,000,000)
// LP added: +400M IFR + 0.04 ETH (same ratio)
// Pool after: 500M IFR + 0.05 ETH (k = 25,000,000)
// Price: 0.05 / 500M = $0.0000001 ETH/IFR ← UNCHANGED
// Wasted: 0.04 ETH for 5x depth at ~$20 total depth
2. The 4 Phases
Initial Pool: 100M IFR + ETH (~$20 depth)
- Team adds NO LP
- Protection via CommitmentVault + LendingVault
- Organic growth through community trades
Governance Proposal: +50M IFR + 0.5 ETH
- Pool after: ~150M IFR + 1.5 ETH ($3,000 depth)
- Buying 99% costs: ~$30,000 instead of $2,000
- Significantly more manipulation-resistant
Governance Proposal: +100M IFR + proportional ETH
- Pool significantly deeper
- Manipulation becomes economically unprofitable
- Professional market-making depth
LiquidityReserve Unlock (200M IFR)
- Governance decides on the amount
- Price is now significantly higher than P0
- Same 200M IFR = massively more liquidity than at P0
3. Efficiency Proof
The same 400M IFR generate exponentially more liquidity at a higher price:
| Scenario | 400M IFR Value | Pool depth |
|---|---|---|
| At P0 ($0.0000002) | $80 | $0.016 |
| At P0 × 1,000 ($0.0002) | $80,000 | $1,600,000 |
SAME 400M IFR = 100,000,000x more liquidity. Waiting is the only rational strategy.
4. LP Reserve Safe
All 400.6M IFR of the Liquidity Reserve are held in a Gnosis Safe with 3-of-5 multisig:
- 3 signatures required for every LP addition
- Public announcement before every LP addition
- No single team member can move LP alone
Transparency: Every LP addition is publicly announced, approved via governance proposal, and documented on the Transparency page.