# FOR DEVELOPERS

- [Token Onboarding](https://docs.coinhall.org/for-developers/token-onboarding.md)
- [Promoted Pools](https://docs.coinhall.org/for-developers/token-onboarding/promoted-pools.md): Extend your token project's reach on Coinhall with Promoted Pools!
- [Buybot](https://docs.coinhall.org/for-developers/token-onboarding/buybot.md): Customised Telegram buybot for your token community
- [Hallswap API](https://docs.coinhall.org/for-developers/hallswap-api.md): Hallswap API allows developers to access liquidity on Hallswap supported chains. Supported chains: Injective, Sei, Archway, Oraichain, Neutron, Terra, Migaloo, Chihuahua
- [Campaigns](https://docs.coinhall.org/for-developers/campaigns.md): Run campaigns to reward loyal users and incentivise onchain actions
- [CosmES](https://docs.coinhall.org/for-developers/cosmes.md): A tree-shakeable, framework agnostic, pure ESM alternative of CosmJS and Cosmos Kit (generate bundles up to 10x smaller than Cosmos Kit).


---

# Agent Instructions: 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:

```
GET https://docs.coinhall.org/for-developers.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.
