Quote tokens
A quote token is what a launch trades against: the thing buyers spend, fees are collected in, and the graduated pool is paired with. Choosing one is the most consequential decision a creator makes after the token itself.
What qualifies
Listing a quote token is permissionless. There is no application, no committee, and no admin approval. A token is listable when it satisfies two rules that the registry checks on-chain:
- It graduated on Pons. Verified by reading the Pons launchpad contracts directly, not a label we apply, not an oracle, not a signature. The token either has a graduated record in those immutable contracts or it does not.
- Its permanently locked liquidity clears a floor. Measured from the locked position itself, so it cannot be faked with liquidity that can be pulled, or with donations.
Anyone can call the listing function for any token that passes. If you want a quote listed, you do not need us.
The floor is checked continuously, not once
The liquidity requirement is re-verified at every launch, not just at listing time. If a quote token's locked backing falls below the floor, it simply stops accepting new launches automatically, with nobody pressing anything. If it recovers, launches resume. Tokens already trading are completely unaffected either way: their economics were fixed at creation.
This is why there is no delisting function in the registry. There does not need to be one: the rule enforces itself, and an admin who could delist could also be pressured into delisting.
How graduation targets are set per quote
Every launch aims at roughly the same real-world size, regardless of which token it is priced in. The registry converts an ETH-denominated target into each quote's own units using that quote's time-weighted average price from its locked pool.
Two guards keep that honest:
- Rate limiting: a quote's peg can be refreshed at most once a day, by anyone.
- Clamping: a single refresh can move the target at most 2× in either direction.
And critically: a re-peg only affects future launches. Every launch snapshots its own economics when it is created, so a curve that is already trading can never be repriced underneath its buyers.
Picking one as a creator
Bigger is not automatically better. What you actually want is a community that will care that you launched on them, because with quote burn or holder rewards, your launch is measurably good for them, and that is a real reason for them to pay attention.
Each quote page shows launches hosted, graduations, volume, total burned, and total paid out to holders. Those numbers are the honest signal.
Roadmap: other origins
The registry verifies quotes through pluggable origin adapters. Today there is one, for Pons v1 tokens. Adding another (Pons v2 pools, or tokenized-stock quotes) is an additive change: new adapters are appended, never swapped in, so quotes already listed keep the exact verification path they were listed under, forever.
Something unclear or wrong? The contracts are the source of truth, and every claim here is checkable on /proof.