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
deposit ─▶ mint Token-2022 ─▶ open Meteora pool
│
▼
trades (Jupiter → Meteora)
│
▼
accrued fees ─▶ creator claimLaunching 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:
- Verifies the signature belongs to the creator wallet on record.
- Sends a Meteora claimPositionFee instruction from the treasury.
- Forwards the claimed SOL to your wallet in the same transaction.
- 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
| Status | Meaning |
|---|---|
| pending_payment | Deposit address generated; waiting for the SOL to arrive. |
| funded | Deposit detected; worker is about to start minting. |
| launching | Mint + pool opening on-chain. |
| live | Token minted, Meteora pool open, trading enabled. |
| failed | A step failed; the error message on the launch tells you what to do next. |
Cost & numbers
| Item | SOL | Note |
|---|---|---|
| Platform fee | 0.1 | Covers on-chain rent for mint, ATAs, pool + position NFT. |
| Dev buy | 0 – 10 | Optional; seeds early volume, tokens land in your wallet. |
| Fee tier | 1% | Meteora DAMM v2 swap fee — 100% to the creator position. |
| Token supply | 1,000,000,000 | Fixed; mint + freeze authority revoked at launch. |
| Decimals | 9 | Standard Solana. |
Error reference
| Error | Cause / fix |
|---|---|
| Insufficient lamports | Deposit was smaller than the required fee. Send the difference to the same address. |
| Only the creator wallet can claim | You're trying to claim fees from a wallet that didn't create the token. |
| Launch not fully initialized | Pool creation retry is in flight — the cron will backfill within a minute. |
| Jupiter quote failed | Route 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
- ✓Token-2022 mint + revoke
- ✓Meteora DAMM v2 single-sided pool
- ✓Creator fee claim to wallet
- ✓Native Buy/Sell widget over Jupiter
- ○Trending / gainers leaderboards
- ○Realtime market cap & holders in cards
- ○Watchlists
- ○Fee auto-forward on interval
- ○Multi-wallet payout splits
- ○Airdrops from claimed fees
- ○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.
