FAQ

Why would I launch here instead of on a normal ETH launchpad?

Because a launch here comes with a built-in audience. Your token is priced in a community's token, and with quote burn or holder rewards your trading volume is measurably good for that community, which gives them a reason to care that you exist. On an ETH pad you are one of hundreds of tokens competing for the same attention with nothing to offer in return.

Do I need $PONS to buy a token here?

You need whatever quote token that specific launch chose, often $PONS, sometimes another graduated token. The token page names it. You can get it on any DEX that trades it on Robinhood Chain.

Can the team rug the liquidity?

No. The liquidity position is minted directly into a contract that has no withdrawal, transfer, or arbitrary-call function. Not a timelock. There is no exit in the code. See trust & security.

Can a creator change the fees after I buy?

No. Fee percentage, cashback mode and share are frozen when the token is created. The only thing a creator can change is which address their own fees are paid to.

What is the anti-snipe tax and will it hit me?

For the first few seconds after a launch, buys pay a tax that starts near 100% and decays to zero. It is aimed at bots that front-run the announcement. If you are a human clicking buy after seeing a post, it will be long over. The proceeds are not burned; they flow into the normal fee split.

What happens if nobody finishes graduating a token?

Anyone can finish it, at any time, forever. A keeper does it automatically within seconds, but the function is permissionless precisely so that nothing depends on the keeper existing.

How do I get my creator fees?

They accumulate as a claimable balance. Claim them from your token's page or your creator dashboard at /creator/<your address>. No vesting, no deadline.

I hold a token with holder rewards. How do I get paid?

Just hold it. Rewards accrue continuously as people trade, and you claim from the token page whenever you like. There is nothing to stake and no snapshot to be present for. If you sell, you keep everything you earned while holding.

Can I get my token listed as a quote token?

If it graduated on Pons and its locked liquidity clears the floor, yes, and you do not need our permission. Listing is a permissionless function anyone can call. See quote tokens.

Why does the holder-rewards token have a transfer hook when you say tokens are inert?

Because rewards have to be split by how much you held and for how long, and that can only be measured where balances move. It is the one mode that needs it, the hook does accounting only (it cannot block a transfer or change an amount), and the token still has no owner, mint, pause or blacklist. Every other mode deploys the completely inert token. We flag it in the create flow rather than hiding it.

Is this audited?

Not yet. An audit is pending and will be linked on /proof. There is a substantial test suite including adversarial and fork tests against the live chain, and three real bugs it caught are disclosed publicly. Until the audit lands, treat it as unaudited code.

What do you take?

50% of the 1% base fee, which is 0.5% of each trade, plus a small flat ETH fee at launch. That share is at the hard cap coded into the hook, so it can never rise. We take nothing from the creator's own fee, nothing from cashback, and nothing from liquidity.


Something unclear or wrong? The contracts are the source of truth, and every claim here is checkable on /proof.