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

# Developers

- [Overview](https://programmable.market/docs/developers/developers.md)
- [Launch through the API](https://programmable.market/docs/developers/custom-launch-quickstart.md): Prepare an open Robinhood Custom Launch through the API and sign with your wallet
- [Custom Launch API](https://programmable.market/docs/developers/custom-launch-quickstart/custom-launch.md): Custom Launch requirements, API access, request handling and wallet signing
- [Index launches](https://programmable.market/docs/developers/indexing.md): Choose a launch source and build a complete, verifiable coin index
- [Foundation](https://programmable.market/docs/developers/indexing/foundation-indexing.md): Verify Foundation coins, their Uniswap v4 pools and selected modules
- [Native and Engine](https://programmable.market/docs/developers/indexing/module-mode-indexing.md): Verify existing Native and Engine launches with their original source contracts
- [Custom launches on Robinhood](https://programmable.market/docs/developers/indexing/robinhood-terminal-indexer.md): Verify Custom Launch provenance, finality and source evidence on Robinhood Chain
- [Verify a launch](https://programmable.market/docs/developers/verify.md): Check a coin against its canonical launch source
- [API reference](https://programmable.market/docs/developers/machine-readable.md): Find the schema, client and ABI for your integration
- [Launch stamps](https://programmable.market/docs/developers/machine-readable/launch-stamps.md): What a Custom Launch stamp records
- [Fees by contract version](https://programmable.market/docs/developers/machine-readable/fee-versions.md)
- [Classic on Ethereum](https://programmable.market/docs/developers/machine-readable/fee-versions/classic.md): Reference for existing Classic coins on Ethereum
- [Verification and risk](https://programmable.market/docs/developers/machine-readable/trust.md): What launch checks establish and what remains to verify
- [Service status](https://programmable.market/docs/developers/machine-readable/status.md): Check whether an operation is available and follow its progress
- [Official links](https://programmable.market/docs/developers/machine-readable/official-links.md): Official website, community and source repositories


---

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