What you can do
How a launch works
- The creator picks the token metadata and curve settings.
- The creator’s wallet calls the active hook for that network and quote asset.
- The token trades on the curve. Current curve deployments charge 1 percent protocol fee and 1 percent variable fee.
- When the target is reached, the hook creates and seeds the launch’s V4 pool.
- Trading continues through that exact pool key.
More than one V2 deployment exists
V2 is the current architecture, but it is not one permanent address. Active, deprecated, native, and per-asset xStocks hooks can coexist. A new launch uses the active creation deployment. An old token stays on the hook that created it. Integrators must discover the current deployment through the production registry and store the original hook with each launch. See Networks and Deployments.V1 compatibility
V1 is the original Ink launch system. It is closed to new creation, but existing V1 tokens still trade through their original contracts and pools. See Legacy.Where to go next
Quickstart
Trade, create, or choose an integration path.
Launchpad integration
Copy the production-safe wallet and receipt flow.
Create a token
Use the InkyPump create form.
Trading
Understand curve and pool routing.
API reference
Current REST and contract interfaces.
Production checklist
Validate failure handling before release.