# Creator Token launch and lifecycle

https://kolmarket.ai/en/docs/creator-tokens/

Content reviewed: 2026-09-12

The reviewed Creator Launch V3 flow prepares token metadata, checks issuer identity and network, requests any required allowance, submits a create-and-buy transaction, and tracks confirmation. Mainnet creation is additionally protected by a write switch.

## Who this is for

Creators and community issuers preparing a launch.

## Prepare a launch

Choose official or community identity, then enter name, symbol, description, logo and social information. Review the quote asset, first purchase, slippage and fee-sharing settings before preparing the transaction.

## Submit and confirm

Review the wallet network and transaction simulation. Approve only the intended amount and destination. Treat a submitted transaction as pending until its receipt and the asset registry agree; inspect existing transaction state before retrying.

## Trading and migration

A created token is not automatically a liquid market. Pool readiness, curve state and migration configuration determine the next available action. Consult the token page and protocol state before trading.

## Why is creation blocked?

Mainnet launch requires both the chain capability and the launch-write gate. Connecting a wallet cannot override a disabled gate. The configuration table below is not a guarantee that a provider or contract will accept a transaction.

## Build configuration reference

Configuration is not live verification. Provider approval, permissions and receipts must be checked separately. These pages do not run wallet code.

Configuration source revision: 56d41b09407e1ef276f56087dbe16f6db2189de3 (production)

- Mainnet issuance write: Flag off

## Source references

- [web/kolmarket-pc/src/pages/module-creator-launch-v3/index.tsx](https://github.com/dappweb/kolmarket_incubate/blob/56d41b09407e1ef276f56087dbe16f6db2189de3/web/kolmarket-pc/src/pages/module-creator-launch-v3/index.tsx)
- [web/kolmarket-pc/src/pages/module-creator-launch-v3/launchIdentity.ts](https://github.com/dappweb/kolmarket_incubate/blob/56d41b09407e1ef276f56087dbe16f6db2189de3/web/kolmarket-pc/src/pages/module-creator-launch-v3/launchIdentity.ts)

[Open related feature](https://kolmarket.ai/creators?modal=create-token)
