Store Bluechip creator_pool.wasm (2 of 3)
Osmosis proposal #1038: This is proposal 2 of 3 storing the CosmWasm contracts of the Bluechip creator-token launchpad on Osmosis. This proposal stores ONE c...
Yes
62%
No
19%
Abstain
18%
Veto
0%
AI Summary
gpt-5.4-mini - generated 8/25/2026, 11:17:49 AM
Store Bluechip creator_pool.wasm (2 of 3)
Proposal 1038 stores the Bluechip creator_pool.wasm contract on Osmosis as part 2 of 3. The contract manages creator-token commitment tracking, threshold crossing, and GAMM pool seeding. The proposer says the three contracts must be split because combined gas exceeds RPC limits, and the system uses Pyth pricing, timelocks, and cw3 multisig governance.
- Stores creator_pool.wasm only; it is one of three related contracts.
- The contract handles commit ledger, threshold crossing, and GAMM seeding.
- The full Bluechip launchpad mints 1.2M tokens, seeds a GAMM pool, and airdrops pro-rata after the threshold.
- Three separate proposals are needed because one transaction would exceed the gas limit.
- Admin changes are behind 48-hour timelocks and controlled by a cw3 multisig.
Voter Impact
Approving this proposal adds one core contract needed for the Bluechip launchpad to operate on Osmosis. It does not by itself launch the full system, but it is required alongside the other two contract proposals for the intended flow to work.
Risk Signals
- The proposal depends on the other two contract uploads; by itself it is incomplete.
- Pricing uses the Pyth OSMO/USD feed and is fail-closed, but the exact live behavior depends on feed freshness and confidence checks.
- Factory instantiations are stated to be inert when created by third parties, but this is a trust/implementation assumption.
- Security and rehearsal claims are referenced externally; the proposal text itself is not a full audit report.
Original Proposal Text
This is proposal 2 of 3 storing the CosmWasm contracts of the Bluechip creator-token launchpad on Osmosis. This proposal stores ONE contract: creator_pool.wasm — Creator pool (commit ledger, threshold crossing, GAMM seeding). WHY THREE SEPARATE PROPOSALS: storing all three contracts in a single proposal requires ~136,000,000 gas, which exceeds the per-transaction gas limit configured by Osmosis RPC nodes. Split into one contract per proposal, each fits. The three contracts are designed to operate together; the factory instantiates creator-pool code at runtime and registers the router. Please consider them as a set. Artifact (reproducible via cosmwasm/optimizer 0.16.0 from commit 91cc5633bbc1d0120cd15fe0de2b5db6fca9d0a0): - creator_pool.wasm: sha256 bd7f1833186e909c75b24ecc21455ec1bf37b9ed2fca5a97e42b10d8dcc583a4 Reproduce: git clone https://github.com/Bluechip23/bluechip-osmosis-contract && cd bluechip-osmosis-contract git checkout 91cc5633bbc1d0120cd15fe0de2b5db6fca9d0a0 make optimize-all sha256sum artifacts/creator_pool.wasm Bluechip lets a creator launch a token paired against OSMO with no upfront liquidity, built on Osmosis-native modules (TokenFactory, GAMM, poolmanager). Supporters commit OSMO toward a USD threshold priced by the Pyth OSMO/USD feed (staleness/confidence/min-age gated, fail-closed); at crossing the pool mints a fixed 1.2M supply, seeds a native GAMM balancer pool, and airdrops to committers pro-rata. Post-threshold each pool is a standard Osmosis GAMM market. Admin mutations sit behind 48-hour on-chain timelocks and the admin/migrate authority is a cw3 multisig. Instantiate permission is Everybody: the factory instantiates creator-pool code at runtime and its address cannot be allowlisted before it exists. Third-party instantiations are inert — the factory's registry only recognizes pools it created itself. Full lifecycle was rehearsed on osmo-test-5 against these exact bytes (on-chain data_hash verified). Details, transaction evidence, and the security review are in the forum post. Forum discussion: https://forum.osmosis.zone/t/final-post-before-main-net-submission/4072 Questions: https://github.com/Bluechip23/bluechip-osmosis-contract/issues Repository: https://github.com/Bluechip23/bluechip-osmosis-contract (commit 91cc5633bbc1d0120cd15fe0de2b5db6fca9d0a0)