Creating a Token
Anyone can create a token. There is no allowlist, no application, and no vote. Creation is permissionless by design.What you need
- A wallet with at least 80,000 BWICK (the creation fee) plus a little extra for gas
- A name (max 32 characters), a ticker (uppercase letters and numbers, max 10), and optionally an image, description, and social links
Cost
The creation fee is 80,000 BWICK, paid once at creation. It exists to make spam launches expensive and keep the token feed meaningful.From the website
Name, ticker, image (PNG, JPG, GIF, WebP, or SVG up to 2MB), description, and any community links. The launch receipt on the right shows the creation fee and its current USD value before you sign anything.
What happens on chain
A single transaction:- Instantiates a CW20 token with a fixed supply of 100,000 tokens (6 decimals), all minted to the launchpad contract. Nobody can mint more, including the creator.
- Opens a bonding curve sized so the price rises ~49x between the first buy and graduation.
- Reserves 12.5% of the supply for the future AMM pool.

