# Programmable Docs

## Docs

- [Programmable](https://programmable.market/docs/readme.md): Coin launches, reusable modules and custom applications on Uniswap v4
- [Launch models](https://programmable.market/docs/tokens.md): Choose between a configured coin and a project with its own contracts
- [Module Mode](https://programmable.market/docs/tokens/module-mode.md): Launch a coin with a Uniswap v4 pool and optional compatible modules
- [Classic on Ethereum](https://programmable.market/docs/tokens/classic.md): How Classic creates a fixed supply token, locked liquidity and creator rewards on Ethereum
- [Custom Launch](https://programmable.market/docs/tokens/custom.md): Launch a project with its own token, Uniswap v4 hook and supporting contracts
- [Create](https://programmable.market/docs/creators.md): Launch a coin, build a custom project or contribute a reusable module
- [Launch a project](https://programmable.market/docs/creators/launch.md): Configure a Module Mode coin or launch a project through the Custom Launch API
- [Creator earnings](https://programmable.market/docs/creators/earnings.md): How coin creators earn trading fees and receive their rewards
- [Reusable modules](https://programmable.market/docs/creators/templates.md): Publish reusable behavior through the Module Mode contribution workflow
- [Contributing](https://programmable.market/docs/creators/programs.md): Contribution paths for coin creators, module authors and application developers
- [Fees and revenue](https://programmable.market/docs/economics.md): What we charge, who receives the fees and how we use our revenue
- [V4 token](https://programmable.market/docs/v4-token.md): The Programmable token, its trading fees and how buybacks and burns work
- [How it works](https://programmable.market/docs/infrastructure.md): From launch configuration to wallet execution, verification and public discovery
- [Launch stamps](https://programmable.market/docs/infrastructure/launch-stamps.md): Verify the onchain origin of a Custom Launch without confusing provenance with market support
- [Verification and risk](https://programmable.market/docs/infrastructure/trust.md): What source, execution and provenance checks establish
- [Service status](https://programmable.market/docs/infrastructure/status.md): Check launch availability, request progress and indexing freshness
- [Developers](https://programmable.market/docs/developers.md): APIs for custom launches, reusable modules and launch discovery
- [Build a module](https://programmable.market/docs/developers/module-mode.md): Build, configure and submit a reusable Module Mode program through the API
- [Index Foundation launches](https://programmable.market/docs/developers/foundation-indexing.md): Discover Foundation coins, verify their Uniswap v4 pools and integrate any compatible module
- [Native and Engine indexing](https://programmable.market/docs/developers/module-mode-indexing.md): Versioned indexing for earlier Native and Engine launches
- [Launch through the API](https://programmable.market/docs/developers/custom-launch-quickstart.md): Choose a Custom Launch API, configure fees and funding, and follow the request through wallet signing and finality
- [Custom Launch API](https://programmable.market/docs/developers/custom-launch.md): Package, submit and track deterministic Custom launches with scoped API credentials
- [Verify a launch](https://programmable.market/docs/developers/verify.md): Verify Module Mode and Custom Launch records using the correct chain and source
- [Index launches](https://programmable.market/docs/developers/indexing.md): Select the canonical source for Module Mode and Custom Launches on Robinhood, or Ethereum records
- [Robinhood terminal indexer](https://programmable.market/docs/developers/robinhood-terminal-indexer.md): Verify and index Programmable Custom launch provenance on Robinhood Chain
- [API reference](https://programmable.market/docs/developers/machine-readable.md): Module interfaces, launch API contracts and release discovery
- [Official links](https://programmable.market/docs/official-links.md): Product, community, source code and developer entry points


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://programmable.market/docs/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
