Pons API — Bonding Curve Launchpad on Robinhood Chain
Pons is a token launchpad on Robinhood Chain. Its V2 contracts run a real bonding curve that graduates into a Uniswap v4 pool behind a Pons-owned hook, and they let a creator quote a launch in native ETH, USDG, or a tokenized stock such as TSLA or NVDA. This guide shows how to track new Pons launches, bonding-curve trades, snipe tax, graduations, and post-graduation prices and liquidity with Bitquery GraphQL APIs, using the EVM(network: robinhood) and Trading cubes.
To query or stream data outside the Bitquery IDE, you need an API access token.
Follow the steps here: How to generate Bitquery API token ➤
How a Pons V2 launch works
Every launch mints a fixed 1,000,000,000 supply straight into its own bonding curve contract. Traders buy and sell against that curve — not against any DEX — until the curve has taken in its graduation threshold of the quote asset. At that point the curve is swept, and the proceeds seed a Uniswap v4 pool whose liquidity position is permanently locked.
| Property | Value |
|---|---|
| Network | Robinhood Chain (network: robinhood, chain ID 4663) |
| Launch supply | 1000000000 (1 billion, decimal-normalized), 18 decimals |
| Pre-graduation venue | Pons bonding curve, one contract per token |
| Post-graduation venue | Uniswap v4 (Protocol: uniswap_v4) |
| Graduation threshold | 4.2 ETH for native-quoted launches; a per-asset amount for ERC-20 quotes |
| Curve trade fee | 100 bps (1%) of the quote leg — from the launch config, not a protocol constant |
| Creator tax | set per launch, capped by the factory (maxCreatorTaxBps) |
| Launch fee | 0.0005 ETH |
Graduated pool fee | 0 — all fees are taken by the hook, not by the pool |
Graduated pool tickSpacing | 200 |
Graduated pool hooks | 0xe5e702641ea86f4ae6cc3cdaed2b886f976be044 (PonsV2MemeHook) |
The supply split
The curve's shape fixes exactly how much supply reaches the pool, and it is the same for every launch regardless of quote asset:
| Slice | Share of supply | Where it ends up |
|---|---|---|
| Sold on the curve | 5/7 (≈714,285,714) | Buyers |
| Swept at graduation | 2/7 (≈285,714,286) | Split below |