Launch

Launch your token
through Pons' own factory.

We deploy nothing and we hold nothing. This page builds the call, your wallet signs it, and your coin appears in Pons' index like any other launch — the factory is public and canLaunch() returns true for every address. Every figure below is read from the contract right now, and your exact call is tested against it before your wallet opens.

Wallet not connected
Terms, read from the factory live
Launch fee
Supply
Curve fee
Graduation
Max creator fee
Status

The launch fee is sent as msg.value. Supply is fixed by the factory's config, not by us.

The token

A URL, never an inlined image: the factory caps this field at 512 characters.

The money

Fees accrue to this address in Pons' escrow and are claimed from there — a plain wallet never receives a transfer on its own. Changing it later sits behind a three-day timelock.

This is a tax on every swap, on top of Pons' 1% curve fee — not a share of it. The factory allows up to 10%, which is a ~22% round trip and would kill the volume the fee is made of. 1–3% is the sane range.

Launch

One button, two steps. Your exact calldata goes through eth_call against the live factory first; only if the contract accepts it does your wallet open. If it refuses, you get the reason and nothing is signed.

Connect a wallet, check the terms, then launch.