how the runway works
The short version: TARMAC is a thin, transparent client over the PonsV2LaunchFactory. We add a frontend and a read-only API — the minting, curve, and liquidity are all the factory's.
factory 0x7eD598BcEf8bd9Edd8C97A195C6d13f40801EC7e
| chain | Robinhood Chain · chain id 4663 |
| launch fee | 0.0005 ETH · flat |
| launch config | id 0 · 1B supply · 100 bps curve fee · 1.68 ETH phantom quote |
| graduation | 4.2 ETH curve reserve → locked Uniswap v4 pool |
| quote token | native ETH (0x0) |
1 · the bonding curve
Every launch mints a fixed 1B tokens straight onto a PONS V2 bonding curve. Buys push the quote reserve up and the price along the curve; sells push it back. The token trades from block one — no presale, no whitelist, no lock you have to build.
2 · graduation
When the curve's quote reserve hits 4.2 ETH, the token graduates. The reserved token share and the accumulated quote are seeded into a Uniswap v4 pool behind the PONS hook — and the liquidity is permanently locked.
3 · anti-snipe
Buys in the first five seconds carry a 99% tax that decays exponentially to zero, so a bot can't front-run the launch. Sells are never hit by this tax — it only protects early entry.
4 · creator fee & buyback
Optionally take a creator tax (your cut of each trade, in bps) and enable buyback. Both are fixed at launch and written into the launch record — nobody can change them after the fact.
your keys, your token
you sign it
The launch is a transaction signed in your wallet. TARMAC has no custody, no signing keys, and no ability to move your tokens.
read-only backend
Our API only proxies eth_call and eth_getLogs. It can't write to the chain and never sees a private key.
locked liquidity
At graduation the pool liquidity is permanently locked. Not even the deployer can pull it — that's the point of the PONS design.
before you launch
what does it cost?
0.0005 ETH to launch, plus gas. Trading on the curve pays a 1% curve fee. That's it — there are no monthly or hidden charges.
do I write any code?
No. The form builds the TokenParams and your wallet signs one call. If you'd rather drive it yourself, the ABI and addresses are all public.
can anyone buy my token?
Yes — the curve is public from the first block. That's the model: a fair, open launch with an anti-snipe ramp instead of a gate.
is TARMAC affiliated with Robinhood or PONS?
No. We build a client over the open PONS V2 factory on Robinhood Chain. We don't operate the factory or the chain.