> For the complete documentation index, see [llms.txt](https://programmable.market/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://programmable.market/docs/creators.md).

# Create

Launch a coin, build a custom project or contribute a reusable module

Start with the launch path that matches your project. Module Mode lets you configure a coin in the website. Custom Launch uses your own source package and an API key. Both lead to a transaction that the launching wallet reviews and signs.

## Configure a coin

Open the [Module Mode builder](https://programmable.market/launch/modules), enter the coin details, choose creator fees and add any compatible modules. The builder explains each module's inputs and shows the total fees and required funding before launch. After indexing, open the coin from Explore or your profile to use its supported management actions.

## Launch custom contracts

Use the [Custom Launch quickstart](/docs/developers/custom-launch-quickstart.md) to choose the correct network and contract layout. Package and validate the exact source, submit it with a wallet-bound API key, then follow the returned status and wallet handoff. Keep the same request identity when retrying unchanged bytes.

## Contribute reusable behavior

Module authors submit a versioned implementation, configuration interface, management actions and evidence. Accepted versions can enter the catalog for other creators to select. Rewards depend on qualifying use and the fee contract attached to each launch. Read [Build a module](/docs/developers/module-mode.md) for the contribution workflow and [Creator earnings](/docs/creators/earnings.md) for reward accounting.

The [launch guide](/docs/creators/launch.md) explains the complete launch flow. The [Classic reference](/docs/tokens/classic.md) covers the Ethereum model.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://programmable.market/docs/creators.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
