what is percolators
percolators.app is a token launchpad on solana with one twist: every token you launch here gets its own perp-style page — live chart, leverage slider, long/short buttons — the moment it goes live. zero deploy fee.
under the hood it's a meteora dynamic bonding curve (DBC) pool, fed by jupiter's price feed. no novel smart contract. no audit risk we made up ourselves. battle-tested infra.
how to launch
- head to /launch and connect phantom or solflare.
- fill the form: name, ticker, image, description.
- optionally add an initial buy — the same transaction that creates the pool also buys into it, sniper-resistant.
- sign one transaction. that's it.
- solana rent (~0.02 SOL) goes to the protocol, not to us. our platform fee is 0 SOL.
the perp page
every launched token gets a page at /token/<mint> with:
- a live canvas price chart, polled every 6s from jupiter
- market cap, liquidity, holders, 24h volume
- a 1×–20× leverage slider
- long / short tabs and an "open position" button
important the leverage slider is cosmetic. it's there for the feel. real long executes a 1× spot swap against the bonding curve via jupiter — you actually own the token. shorts are informational only because there's no on-curve borrow market.
graduation
once the bonding curve hits its meteora-defined threshold, the pool graduates — liquidity
moves into a meteora DLMM pool and the token becomes permanently tradable. you'll see a small
graduated badge on the card and the perp page. graduation is permissionless and
automatic; nobody at percolators.app has to do anything.
fees, in plain english
- percolators platform fee: 0 SOL. free launches.
- solana rent + tx fees: ~0.02 SOL, paid to the protocol on launch.
- meteora curve fees: a few bps per swap, set by the DBC config — those flow to liquidity providers and the protocol.
- jupiter routing: free.
risk
this is solana memecoin infrastructure. assume any token launched on this platform — including one you launch yourself — can go to zero. nothing on this site is investment advice. you are always the only signer of your transactions.
percolators.app does not custody funds, does not run a CEX, and does not promise liquidity. the smart contracts you interact with are meteora's (audited, mainnet-tested) and the SPL token program (the canonical solana one).
tech stack
- backend: node.js + express, lowdb for the token directory
- chain: solana mainnet, meteora dynamic bonding curve SDK
- price feed: jupiter datapi (mcap, liquidity, holders, 24h stats)
- swap routing: jupiter v6 quote + swap API
- frontend: vanilla HTML/CSS/JS — no framework, no build step
- image + metadata pinning: pinata (IPFS)
get in touch
follow @percolatorsAPP on x for launch announcements. report bugs there too.