One fee creates a token with a fixed supply and pays for its market. You keep the supply; you decide the opening price; and whether the pool's liquidity is locked is your choice and is shown on every page that lists your token.
NEXT_PUBLIC_LAUNCH_CONTRACT is unset.1–7 letters, A–Z. This can never be changed.
0–12. Four matches XPR.
Minted to you at creation. There is no way to create more — ever.
A token carries only its ticker, its decimals and its supply on chain — not even a name. Everything here goes in a document you publish, and the one 128-character field the contract stores is that document's address. Publish the document, put its address below, and this site reads the rest back. Each field says which it is.
How your token is written out. Not the ticker, and not stored on chain.
One line, for a list row.
What the project is. Up to 600 characters.
https:// only.
https:// only.
Must be a link on the real X / Twitter host.
Must be a link on the real Telegram host.
Must be a link on the real Discord host.
Must be a link on the real GitHub host.
PNG, JPEG, WebP, GIF or AVIF, up to 1024 KB. It is re-encoded to a 256px WebP and addressed by its contents, so it cannot be changed later — and it can be taken down.
Upload one, or paste an address. Only an uploaded logo is shown on this site — see below.
Where you published the document below. At most 128 characters — the contract's own limit.
Neither the logo nor the document address can point at a URL you control. One can be swapped for something else after anyone has looked at it, it would see every visitor to your market page, and it would have to be allowed through this site's content-security policy. An ipfs:// CID is addressed by its contents, so it cannot be swapped — and it is what this site will actually fetch for the document.
The LOGO is different: a browser cannot load an ipfs:// address at all, so a logo published that way is readable by other apps but shows here as your ticker's initial. Uploading one gives you a URL on this site — the image is re-encoded, named by a hash of its own contents, and can be taken down — and that is the only kind this site draws.
For us to reach you about a moderation question. Never published.
{
"schema": "xprdex.token.v1",
"symbol": "TOKEN",
"contract": "xprdextoken"
}Publish this to IPFS and put its CID in Document address above. This site fetches it, checks that it describes this token, and serves the name and the links on every page the token appears on.
How much of your supply to pair against XPR.
The minimum is read from the contract.
This is a floor, not a recommendation. In a constant-product pool a $10 trade moves a $13 pool's price by roughly 60 %; staying inside 10 % slippage on that trade needs a reserve nearer 77,000 XPR.
The launchpad holds the LP and returns it to you after the date. You can extend it later; nothing can shorten it, and no admin action can move it or take the LP. The pools operator can pause a pool, which would delay a withdrawal — it cannot take, shorten or redirect the lock.
The listing-credit expiry could not be read from the contract.