Launch

Create a market for an X account

Anyone can launch a market for any public X account. Creator fees are split in the splitter's constructor and cannot be changed afterwards: 70% to whoever proves they control the account, 20% to you for launching it, 10% to XPair.

01

The X account

XPair markets are keyed on X's numeric account id, not the @handle. A handle can be released and taken by somebody else; the id cannot, so it is what goes on chain.

02

The coin

Every field here is written into the token at creation and can never be edited. Pons stores them as plain strings on the contract; there is no admin, no upgrade and no correction.

Look up an X account first.

03

Review and sign

Read from the chain at this block, not from the form. The token address below is what a simulated launch produced; the real one is read from the receipt.

Fill in the coin and choose Review.

What launching does not do

Does it ask the account holder?No
Does it imply they endorse it?No
Does it let you keep their share?No
Can you edit it afterwards?No

The owner share accrues from the first trade regardless of whether anyone has claimed it. Claiming does not start the stream — it is what lets the accrued balance be withdrawn, including everything that built up beforehand. An account holder who wants no part of this can ask for their profile to be removed instead.