The launch transaction
What actually happens when you sign:- The token is deployed at a mined CREATE2 address (v4 requires a canonical currency ordering, so the token is ground to sort below its pair).
- The pool is initialised at the opening price derived from the pair’s Chainlink feed at execution time - there is no client-side price maths to be wrong and no way to fake the opening price.
- The fee hook is installed and a single-sided position with 99% of supply is seeded from the opening tick upward.
- Your dev buy executes, if you asked for one.
- The launcher proves it holds nothing - the transaction reverts if a single token or unit of the pair is left in it.
Simple vs Advanced
Simple launches charge a 1% trade fee, split between you and the platform, and need nothing else configured. Advanced launches choose their own trade tax - up to 10% in 0.1% steps - and split it between:- up to 8 payee wallets with custom shares
- a buyback & burn wedge
- a liquidity wedge
- holder dividends paid in the pair currency
After launch
- The fee address can be handed over - a token outlives the wallet that launched it.
- Artwork and description can be attached or updated by the creator.
- Nothing else can be changed. There is no admin over a live pool.
