Skip to main content

Step 3: Activate vault

Deposit creator coin and start the fair-launch auction for tradable shares.

You doSign activate (Permit2 or approve + activate)
4626 doesDeposit · mint shares · seed Uniswap V4 auction
Done whenMilestone Activated — deposit finalized; auction scheduled or live
Deposit50M–100M creator coin

Launch checklist · Step 2: Deploy contracts

What activation does

Transfers 50M–100M creator coin into CreatorOVault, mints vault shares, wraps into ShareOFT, and schedules the fair-launch auction. This is open price discovery, not a private sale. The CCA sells ShareOFT for USDC/ETH — not a 99/1 creator-coin/USDC pool seed (that ratio applies to Charm LP bootstrap after Phase 3 strategies attach).

On finalize, wrapped supply is allocated 30/30/30/10: 30% auction · 30% creator vesting (365 days) · 30% Solana bridge · 10% LP reserve on the CCA strategy. See Share allocation.

What finalize does not do

Phase 2 finalize only wraps the deposit and applies the split. It does not:

  • Deploy Charm / Ajna strategy TVL — that runs in the next deploy-session UserOp (Phase 3): deployPhase3Strategies + deployToStrategies at 45% / 45% / 10% idle
  • Graduate the CCA or call migrate() — that runs after the auction completes via keeper settlement (sweepCurrency()migrate())

The app sends these as separate sponsored UserOps in order: finalize → Phase 3 strategies → Phase 4 launchDeferredAuction → (later) auction graduation.

Execution paths

Permit2 (preferred): One signature · deposit + wrap + auction in one batch.

Approve + activate: Approve batcher, then activate. App picks the path.

After activation

Deploy stepOnchain actionOutcome
Phase 2 finalizefinalizePhase2Deposit wrapped; 30/30/30/10 split applied
Phase 3deployPhase3Strategies + deployToStrategiesCharm 45% · Ajna 45% · 10% idle (launch bundle)
Phase 4launchDeferredAuctionFair-launch auction scheduled (Thursday 00:00 UTC)
After auctionsweepCurrency()migrate()Uniswap v4 LP live → trading live on Base
PhaseWhat to expect
Auction scheduled or liveMonitor in app · no open DEX trading yet
Phase 3 completeStrategies funded; auction may still be pending or live
Auction graduates + migrateTrading live on Base · lottery on qualifying buys
Solana bridgeBridge runs at Phase 2 finalize — Solana share bridge

Next

Step 4: After activation — auction, finalize, trading live.

How fees and lottery work · CCA contract