Creator-fee launchpad

Launch. Trade. Earn fees.

Bloop is a one-click Token-2022 launchpad on Solana that opens a Meteora DAMM v2 single-sided pool for every token. Every swap fee accrues to the creator's on-chain position and is claimable to their wallet at any time.

What is Bloop

One click, one pool, one creator earning every fee.

Bloop mints a fixed-supply SPL Token-2022 with on-chain metadata, revokes mint and freeze authority forever, and seeds the entire supply into a Meteora DAMM v2 single-sided pool paired with wrapped SOL. Trading immediately routes through Jupiter into that pool. Every swap generates a fee that accumulates on a position NFT owned by the platform treasury on behalf of the creator — who can claim it to their wallet whenever they want.

No emissions, no farming, no lockups. The token you launch is the whole product; your revenue is the trading fee it collects.

TL;DR

  • • Pay a one-time platform fee (~0.1 SOL) plus an optional dev buy.
  • • We mint your Token-2022, revoke authorities, and open a Meteora pool with 100% of supply.
  • • Traders swap via Jupiter → fees accrue on the pool position.
  • • You claim accumulated SOL fees to your wallet from the token page.

Launch flow

1
Fill the form
Name, symbol, image, socials, optional dev buy.
2
Deposit the fee
We generate a one-time deposit address; send the total SOL there.
3
Auto-mint
Once funded, the worker mints your Token-2022, uploads metadata to IPFS, and revokes authorities.
4
Pool opens
100% of supply is deposited into a Meteora single-sided pool paired with SOL.
5
Trade + earn
Anyone swaps via Jupiter. Every trade fee lands on your creator position.
6
Claim anytime
From the token page, sign a message with your wallet and we forward the accrued SOL to you.
deposit ─▶ mint Token-2022 ─▶ open Meteora pool
                                            │
                                            ▼
                              trades (Jupiter → Meteora)
                                            │
                                            ▼
                              accrued fees ─▶ creator claim

Launching a token

Connect Phantom, complete the form on the /launch page, and send the exact fee shown to the one-time deposit address. Once the deposit lands, the worker takes over — usually live within 15–60 seconds. Closing the browser is safe: processing runs on the server.

The image you upload flows into the IPFS metadata JSON that Solscan, DexScreener and GeckoTerminal read. If you skip the image, there is no way to attach one later — mint metadata is frozen once authorities are revoked.

Trading

Every token page ships with a native Buy/Sell widget that quotes the best route via the Jupiter API and signs the resulting transaction with Phantom. Under the hood every swap eventually settles against the Meteora pool that Bloop opened. The GeckoTerminal chart + realtime trades feed populate as soon as the first swap hits the pool.

Creator fees

Every swap fee on your token belongs to you.

Meteora DAMM v2 accumulates fees on a position NFT that Bloop holds on the creator's behalf inside the launch treasury. The Creator earnings panel on your token page shows the unclaimed lamports live. Clicking Claim to wallet asks Phantom to sign a proof-of-ownership message, then the server:

  1. Verifies the signature belongs to the creator wallet on record.
  2. Sends a Meteora claimPositionFee instruction from the treasury.
  3. Forwards the claimed SOL to your wallet in the same transaction.
  4. Records the claim in creator_fee_claims for auditability.

Claiming is idempotent — if there's nothing accrued yet, the call fails safely with no side effect.

Launch states

StatusMeaning
pending_paymentDeposit address generated; waiting for the SOL to arrive.
fundedDeposit detected; worker is about to start minting.
launchingMint + pool opening on-chain.
liveToken minted, Meteora pool open, trading enabled.
failedA step failed; the error message on the launch tells you what to do next.

Cost & numbers

ItemSOLNote
Platform fee0.1Covers on-chain rent for mint, ATAs, pool + position NFT.
Dev buy0 – 10Optional; seeds early volume, tokens land in your wallet.
Fee tier1%Meteora DAMM v2 swap fee — 100% to the creator position.
Token supply1,000,000,000Fixed; mint + freeze authority revoked at launch.
Decimals9Standard Solana.

Error reference

ErrorCause / fix
Insufficient lamportsDeposit was smaller than the required fee. Send the difference to the same address.
Only the creator wallet can claimYou're trying to claim fees from a wallet that didn't create the token.
Launch not fully initializedPool creation retry is in flight — the cron will backfill within a minute.
Jupiter quote failedRoute momentarily unavailable — retry in a few seconds.

Security

  • ✓ Mint + freeze authority are revoked in the same transaction that mints the supply — nobody can inflate the token afterwards.
  • ✓ Creator fee claims require a signature from the creator's wallet with a short replay window.
  • ✓ Claim payouts are on-chain and audited via the creator_fee_claims table.
  • ✓ No admin path can drain the pool — the position NFT is scoped to the launch record.

Roadmap

Phase 1 — Live
  • Token-2022 mint + revoke
  • Meteora DAMM v2 single-sided pool
  • Creator fee claim to wallet
  • Native Buy/Sell widget over Jupiter
Phase 2 — Discovery
  • Trending / gainers leaderboards
  • Realtime market cap & holders in cards
  • Watchlists
Phase 3 — Creator tooling
  • Fee auto-forward on interval
  • Multi-wallet payout splits
  • Airdrops from claimed fees
Phase 4 — Beyond
  • Custom fee tiers
  • Optional lock periods
  • Public analytics API

Config

CHAIN                  Solana mainnet
TOKEN STANDARD         SPL Token-2022 (Metadata Pointer + on-chain metadata)
POOL                   Meteora DAMM v2 single-sided (WSOL pair)
SWAP AGGREGATOR        Jupiter API (lite-api.jup.ag)
IPFS                   Pinata
CHART / TRADES         GeckoTerminal
HOLDERS RPC            Helius (getTokenAccounts)

Open source. Built in public.