Launching a token
LaunchFactory does everything in one transaction:
- Deploys a
StandardToken: fixed supply, 18 decimals, no owner, no mint, no burn, no transfer tax. - Creates the
TOKEN/USDCpair with you recorded as creator. - Sends your chosen share of supply plus your USDC into the pool and mints LP.
- Locks the LP in
VistaLockerfor at least the minimum initial lock (5 days in this build) or permanently. - Sets the pool's base fee within global bounds and sends the rest of the supply to your wallet.
Only this template exists. The app cannot generate arbitrary token code.
As creator
- You receive 5% of every fee the pool charges, claimable from the pair.
- You can queue a new base fee. It applies after 24 hours.
- Your locked LP keeps earning the LP share while locked.
Creating a token does not create demand. The review card says so before you sign. A failed transaction deploys nothing.
Assistant
Planned for phase 2: a chat that turns a description into the same fields this form has, validated server side. It cannot add features the contracts do not support, and it never holds keys or signs.