> 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/readme.md).

# Programmable

Programmable is a platform for launching tokens and custom projects on Uniswap v4. It provides a coin builder, launch APIs and public launch records that other apps can index. The website's coin builder runs on Robinhood Chain.

## Two ways to launch

| Launch path                                | What you do                                                                                               |
| ------------------------------------------ | --------------------------------------------------------------------------------------------------------- |
| [Module Mode](/docs/launch/module-mode.md) | Set up a coin on the website and choose compatible modules. No coding is needed.                          |
| [Custom Launch](/docs/launch/custom.md)    | Build a project with your own token, hook or supporting contracts and prepare its launch through the API. |

Modules are reusable pieces of contract logic. You choose the available building blocks and their settings before launching. A custom project can define its own behavior, including how fees or other pool actions work.

In both paths, your wallet confirms the transactions. The public launch record identifies the project's contracts. Websites, explorers and trading terminals can use that record to discover the project.

## Fees and V4

Programmable earns platform fees from trades covered by its fee rules. Creators can set their own fees separately. [Fees and revenue](/docs/launch/economics.md) explains the rates and how platform revenue is used, including V4 buybacks and burns.

## Development

We are adding more modules and working with teams building their own contracts and hooks. New modules expand what people can configure in the builder. Existing coins keep the module versions chosen at launch.

Developers integrating launches, building modules or connecting a trading terminal can start with the [developer guides](/docs/developers/developers.md).


---

# 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/readme.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.
