← docs

Developer / Program Reference

Program ID: 6n3w1UK1B8TgJCpqpaukVokSc52o4g8MunmM8dnMTFDV

PDA seeds: [b"jcv1", mint_pubkey] → launch PDA (105 bytes)

LaunchState layout (105 bytes): [0..32] creator pubkey [32..64] mint pubkey [64..96] vault pubkey (ATA of PDA for mint) [96..104] tokens_sold (u64, little-endian) [104] bump (u8)

Instructions: 0 = CreateLaunch { name: String, symbol: String, uri: String, creator_buy_raw_units: u64 } 1 = Collect { raw_units: u64 } 2 = Release { raw_units: u64 }

Constants: SUPPLY_RAW = 100_000_000_000 (10M tokens × 10^4 decimals) TOKEN_DECIMALS = 4 FEE_BPS = 100 (1%) Creator share = 70% Platform share = 30%