© 2026 Alchemii
BLOCKCHAIN

Pons Launchpad Explained: Bonding Curve, Fees, Odds

The Pons launchpad explained from on-chain reads: how the bonding curve works, the 4.2 ETH graduation threshold, real fees, and why under 1% graduate.

Gary Zhao
Gary Zhao
Founder of Alchemii ·

Already know you want to launch? No-code ERC-20 on Robinhood Chain, one signed transaction, flat fee.

Create my token
Chart of Pons launchpad outcomes: of 270 sampled launches on Robinhood Chain only 2 graduated, a 0.74% rate, next to the 4.2 ETH graduation threshold, the 0.0005 ETH launch fee and a measured pace of about 19,500 launches per day.

The Pons launchpad is the permissionless token launchpad on Robinhood Chain, and its V2 design works like this: every token starts on an ETH-denominated bonding curve rather than a funded liquidity pool, trades on that curve for price discovery, and graduates into a Uniswap v4 pool with permanently locked liquidity once it holds 4.2 ETH of real reserves. Launching costs 0.0005 ETH plus gas, needs no upfront liquidity, and takes one transaction from a wallet.

The number that matters most is the one nobody advertises. We sampled 270 launches across two cohorts on 29 August 2026 and found 2 that had graduated — 0.74%. At the same time the chain was absorbing roughly 19,500 launches a day. Both figures come from our own reads of the deployed contracts, and the method is written out below so you can reproduce them.

Launch fee
0.0005 ETH
Read from launchFee() on the live V2 factory
Graduation threshold
4.2 ETH
Real curve reserves needed to exit the bonding curve
Fixed supply
1,000,000,000
Every launch config on the factory mints the same supply
Launches graduating
0.7–0.8%
Our sample of 270 launches across two cohorts
Parameters read directly from the Pons V2 launch factory at 0x7eD598BcEf8bd9Edd8C97A195C6d13f40801EC7e on Robinhood Chain mainnet, 29 August 2026. The graduation figure is our own measurement, described in full below.

What is Pons, and how does the Pons launchpad work?

Pons is a launchpad contract suite deployed on Robinhood Chain — chain ID 4663, an Arbitrum Orbit L2 that uses ETH for gas. It is permissionless in the literal sense: the factory's canLaunch check returns true for any address, so no allowlist, application or approval stands between a wallet and a live token.

What the Pons launchpad actually does in one transaction is three things at once:

  • Deploys the token. A fixed supply of 1,000,000,000 units, identical for every launch on the current config.
  • Deploys a bonding curve that holds the token's entire tradeable supply and prices it against ETH.
  • Opens trading immediately. There is no waiting period, no pool to fund, and no second step before the first buyer can arrive.

That last point is the whole pitch. A conventional ERC-20 is untradeable at birth — it exists, but nobody can buy it until someone funds a liquidity pool. A Pons launch inverts that: the curve is the market from the first block, and the creator contributes no liquidity at all.

Pons did not arrive into an empty field. As crypto.news reported in July 2026, the earlier market leader Noxa had generated $12 million in protocol fees across 60,000 token launches before shutting down — and Pons absorbed much of that activity. Our own log scans put the current pace at roughly 800 launches an hour, though as the measurement below shows, that number moves fast.

How the Pons bonding curve works, and what graduation means

A bonding curve is a formula that quotes a price from reserves rather than from an order book. Early buys are cheap; each purchase moves the price up the curve; each sale moves it back down. Nobody has to post liquidity on the other side, because the curve always quotes both directions.

StageWhat happensWho can tradeWhere price comes from
LaunchToken + curve deployed in one transaction; 0.0005 ETH fee paidCreator's declared wallets clear untaxedBonding curve formula
First ~3 secondsAnti-snipe tax starts at 99% and decays to zeroAnyone, but undeclared buyers are taxedBonding curve formula
On the curveBuys push price up, sells push it down; 1% trade fee accruesAnyone, untaxedBonding curve formula
GraduationAt 4.2 ETH of real reserves the curve settles into a Uniswap v4 poolTrading pauses for the settlementDeterministic seed price
After graduationLiquidity is locked in a full-range v4 position; curve is closedAnyone, on the DEXUniswap v4 pool
The V2 lifecycle as implemented in the verified contracts (PonsV2LaunchFactory, PonsV2BondingCurve, PonsV2MemeHook). The snipe-tax window and its 99% starting rate are read from snipeTaxStartBps and snipeTaxSeconds on the factory.

Pons graduation is the moment the token leaves that curve. When real reserves reach the 4.2 ETH threshold — a figure we read from getLaunchConfig(0).graduationThreshold on the live factory, and which matches Pons's own documentation — the accumulated ETH and a reserved token allocation are seeded into a Uniswap v4 pool at a deterministic price. The resulting liquidity position is locked permanently, so it cannot be pulled afterwards.

Two things follow from that design, and both are worth internalising before you launch:

  1. Graduation is not an endorsement. Pons's docs say it plainly: it "only confirms the threshold was reached. It is not a quality signal and does not guarantee future liquidity." A graduated token can still go to zero.
  2. The locked position is a genuine anti-rug property. Because the graduated liquidity cannot be withdrawn, the specific failure mode where a founder drains the pool is closed off. Other failure modes — everyone selling — are not.

What it costs: Pons launch fee, trading fee and creator payouts

The Pons launch fee is 0.0005 ETH. That is not an estimate; it is the return value of launchFee() on the factory, and it agrees with the documented figure. On a chain where gas runs in fractions of a cent, the total cost to put a token on the market is dominated by that half-thousandth of an ether.

CostAmountWho receives itWhen
Pons launch fee0.0005 ETHPons protocolAt launch
Network gasFractions of a centRobinhood ChainPer transaction
Curve trade fee1% of each tradeSplit protocol / creatorEvery buy and sell
Creator tax (optional)0–10%, you chooseYour creator walletEvery buy and sell
Anti-snipe tax99% decaying to 0 over ~3sFee pool (not the sniper)First seconds only
Alchemii bundler fee0.004 ETH (only if you bundle)AlchemiiAt launch, optional
Fee ceilings and rates read from the factory on 29 August 2026 (curveFeeBps 100, maxCreatorTaxBps 1000, snipeTaxStartBps 9900 over 3 seconds). Across 120 sampled launches the median creator actually set a 1.76% tax — far below the 10% ceiling.

The ongoing economics matter more than the launch cost. The curve charges 1% on every trade, split between the protocol and the creator, which means a launch that trades actively pays its creator continuously in ETH — a V2 change from V1, where creator fees accrued in the launched token instead.

On top of that you may set an optional creator tax of up to 10%, enforced as a hard ceiling by maxCreatorTaxBps on the factory. Just because the ceiling is 10% does not mean the market accepts 10%: across the 120 launches we sampled, the typical creator set 1.76%. A visibly greedy tax is readable on chain before anyone buys, and buyers do read it.

We measured it: under 1% of Pons launches graduate

This is the part that changes decisions, so here is the method in full rather than a headline number.

We pulled every TokenLaunched event the factory emitted inside a fixed block window, sampled evenly across that window, then called getLaunchedToken(token).phase on each sampled token. Phase 0 means the token is still on its bonding curve; anything else means it graduated. We ran this on two separate cohorts, deliberately chosen at different ages so a single unusual day could not drive the result.

CohortAge when measuredSampledGraduatedRate
Cohort A~24–31 hours12010.8%
Cohort B~2.3–2.9 days15010.7%
Combined27020.74%
Our method: pull TokenLaunched logs from the factory for a fixed block window, sample evenly across it, then read getLaunchedToken(token).phase for each — phase 0 means still on the curve, anything else means it graduated. Measured 29 August 2026. A token can still graduate later, so treat these as first-days rates, not lifetime rates.

Two cohorts, 270 launches, 2 graduations — 0.74%. The two cohorts agree closely (0.8% and 0.7%) despite being sampled a day and a half apart, which is what you want from a measurement you intend to act on.

The honest caveats: these are first-days rates, and a token sitting on its curve today can still graduate next week, so the lifetime rate will be somewhat higher. The sample is a few hundred launches, not tens of thousands. But the order of magnitude is not in doubt — reaching 4.2 ETH of real reserves is the exception, not the expected outcome.

Why the launch pace makes this worse, not better

The competition for attention is intensifying quickly. Across four consecutive measurement windows on the same day, the launch rate roughly five-folded.

Window (oldest → newest)DurationLaunchesPer hour
Window 12.80 h748267
Window 22.80 h1,485530
Window 32.81 h3,1451,118
Window 4 (most recent)2.81 h3,7301,328
All four11.23 h9,108811 (≈19,500/day)
Four consecutive 100,000-block windows counted from raw TokenLaunched logs, 29 August 2026. The pace roughly five-folded across half a day, so any single 'launches per day' number ages fast — the shape matters more than the level.

Nineteen and a half thousand launches a day against a sub-1% graduation rate is the real context for a launch plan. Distribution, not deployment, is the binding constraint — the deployment costs 0.0005 ETH and takes seconds, and that is precisely why it is not where the difficulty lives.

The anti-snipe window: why the first seconds decide your entry

Pons charges an anti-snipe tax on the opening moments of trading. We read its terms from the factory: snipeTaxStartBps is 9,900 — 99% — and snipeTaxSeconds is 3. A bot that buys in the launch instant therefore surrenders almost its entire spend to the fee pool rather than converting it into tokens, and the penalty decays smoothly to zero within about three seconds for ordinary buyers.

The design has a sanctioned exit, and it matters if you are launching as a team. The factory accepts a list of snipe-tax-exempt addresses at launch (capped at 32 in the contract). Wallets on that list buy at the untaxed price during the window while undeclared snipers pay the penalty. That is the mechanism behind coordinated opening buys: not a loophole, but a documented parameter of the launch call.

The practical consequence for a creator is that your own first buy should be atomic with the launch, not a second transaction sent afterwards. Pons ships an official launch-and-buy router for exactly this: it deploys the token, registers your exemptions, and executes your opening buy inside one transaction, so no third party can transact between the two steps. Alchemii's Pons Bundler drives that router directly, and can fire up to 20 declared wallets' opening buys alongside it.

Pons V2 vs V1: what changed, and why old guides mislead

If you have read an explainer claiming Pons has "no bonding curve", it was describing V1 — and it is now wrong about the live system. This is the single most common error in current coverage, and it matters because the two models behave differently in every way that affects a launch.

Pons V1Pons V2 (live today)
Launch modelStraight into a liquidity poolETH bonding curve first
DEX venueUniswap V3Uniswap v4 with hooks
GraduationThreshold on pooled WETH4.2 ETH of real curve reserves
Creator payoutsAccrued in the launched tokenPaid in ETH by default
Pair optionsWETHETH plus approved pair tokens
Anti-snipeFirst two blocks protected99% tax decaying over ~3 seconds
V1 behaviour per Pons's own documentation; V2 behaviour read from the deployed V2 contracts and corroborated by crypto.news's July 2026 report of the upgrade. If a guide tells you Pons has 'no bonding curve', it is describing V1.

V1 launched tokens straight into a Uniswap V3 pool with no curve phase. V2, which is what the deployed contracts do today, adds the ETH bonding curve in front, moves the destination venue to Uniswap v4 with hooks, and pays creators in ETH rather than in their own token. crypto.news reported the V2 plan in July 2026, including support for pair tokens beyond ETH such as USDG and tokenized equities; we verified the curve, the v4 destination and the ETH payouts against the deployed contracts.

The lesson for research: read the contract, not the guide. Every figure in this article is a public view call on a verified contract, and the factory source is published on Blockscout — including launchFee(), getLaunchConfig(0) and the snipe-tax parameters, all of which anyone can call for free.

Is the Pons launchpad safe to use?

"Safe" splits into two questions that get conflated constantly, and only one of them has a reassuring answer.

Is the contract behaviour predictable? Largely, yes, and verifiably so. The source is published and readable, the fee ceilings are enforced in code rather than by promise, the supply is fixed at deployment with no owner mint switch, and graduated liquidity is locked in a way that closes off the drain-the-pool exit. Those are structural properties you can check yourself before you send a transaction, which is more than most launch venues offer.

Is any given token on it a good bet? That is a different question, and the honest answer from our own data is that the base rate is brutal. A permissionless launchpad is permissionless for everyone, including people whose plan is to sell into you. The 0.74% graduation rate is not a knock on the Pons launchpad's engineering — the mechanism works exactly as specified — it is a measure of how many launches attract enough real demand to matter.

The useful mental model: the contracts remove one specific category of risk (custody and rug-by-withdrawal) and remove none of the others (no demand, an unfavourable creator tax, or simply being early to something nobody wants). Read the creator tax and the reserves before buying; both are on chain, and both are free to check.

Pons bonding curve or a fixed-supply ERC-20? How to choose

This is the decision most people actually face on Robinhood Chain, and it is not the same question as "which is better". They optimise for different things.

Pons bonding curveFixed-supply ERC-20
Upfront liquidityNone — the curve is the marketYou fund the pool yourself
Opening priceSet by the curve formulaSet by you when you seed the pool
SupplyFixed at 1,000,000,000Any supply you choose
Token powersStandard, no owner switchesOptional mint / pause / burn / tax
Trading startsInstantly at launchOnly after you create a pool
Ongoing creator revenueYes — your share of the 1% trade feeNo (unless you set a transfer tax)
Ends up on a DEXOnly if it hits 4.2 ETHImmediately, in the pool you made
Best forMemecoins and price discoveryUtility, team and community tokens
The practical fork in the road on Robinhood Chain. A bonding-curve launch is a bet on attention; a fixed-supply ERC-20 with your own pool is a bet you'd rather control the terms. Both deploy from a wallet in a single transaction.

Choose the Pons bonding curve when the token is a memecoin, you want trading live in the same second it exists, you have no ETH to commit as liquidity, and you want the market to discover the price. You are buying distribution mechanics and giving up control of the opening terms — plus, on the evidence above, taking roughly a 1-in-135 shot at graduation. If that is your play, the Pons Bundler launches and dev-buys atomically, with sniper wallets declared exempt.

Choose a fixed-supply ERC-20 when the token backs something — a product, a community, a treasury — and you want the supply, decimals and behaviour to be yours. You set the opening price by seeding the pool, you can decide whether the contract has mint, pause or burn powers at all, and you are not on anyone's countdown to a threshold. That path costs more upfront because you fund the liquidity, and it gives you terms you control. Our Robinhood Chain token creator deploys that contract from your wallet in one transaction, with the fee read live from the factory before you sign.

A blunt summary of the trade: the curve is a bet on attention; your own pool is a bet on the thing you are building.

Sources and how to check them yourself

  1. Pons documentationPonsPrimary source for the launch fee, 4.2 ETH graduation threshold, 1,000,000,000 supply and 1% trade fee. (accessed 2026-08-29)
  2. Robinhood Chain launchpad Pons announces V2 with Uniswap V4 upgradecrypto.newsReports the V2 design — ETH bonding curve, Uniswap v4 hooks, ETH creator payouts, RWA pairs — and that Noxa had generated $12M in protocol fees across 60,000 launches before shutting down in July 2026. (accessed 2026-08-29)
  3. PonsV2LaunchFactory, verified sourceRobinhood Chain BlockscoutThe contract every figure in this article was read from. launchFee(), getLaunchConfig(0), snipeTaxStartBps() and snipeTaxSeconds() are public view functions anyone can call. (accessed 2026-08-29)
  4. Robinhood Chain documentationRobinhoodChain ID 4663, ETH as the gas token, and the public RPC used for every measurement here. (accessed 2026-08-29)

The short version

  • The Pons launchpad puts a fixed-supply token on an ETH bonding curve for 0.0005 ETH, tradeable immediately, no liquidity required.
  • Graduation happens at 4.2 ETH of real reserves and moves the token into a permanently locked Uniswap v4 pool. It is a threshold, not a seal of approval.
  • Under 1% get there — 2 of 270 sampled launches, measured across two cohorts on 29 August 2026 — against a pace of roughly 19,500 launches a day that grew fivefold inside eleven hours.
  • Fees: 0.0005 ETH to launch, 1% per trade split with you, up to 10% optional creator tax (the typical creator sets 1.76%), and a 99% snipe tax that decays over about three seconds.
  • V2 is not V1. Guides saying Pons has no bonding curve describe the retired model.

If you are launching a memecoin and want trading live instantly with your own opening buy inside the launch transaction, use the Pons Bundler. If you want a fixed-supply token whose terms you control and whose pool you own, use the Robinhood Chain token creator and open the pool in the same sitting. New to the chain itself? Start with what is Robinhood Chain, or follow the full walkthrough in how to create a meme coin on Robinhood Chain.

Your ERC-20 can be live on Robinhood Chain in one transaction

One signed transaction pays the service fee, deploys the contract and sends you the entire supply — with no backend custody and no administrator mint function unless you deliberately ask for one. Then open a Uniswap pool so the coin can actually be bought, and the position NFT stays in your wallet.

Related Topics

More guides covering the same Solana token creation, mint authority, LP burn, Raydium liquidity, and memecoin launch topics.