# Coinhall Wiki

## Coinhall Wiki

- [About Us](https://docs.coinhall.org/mission-control/about-us.md): Welcome onboard, fellow Astronaut
- [Markets](https://docs.coinhall.org/for-traders/markets.md): Dashboards
- [Charts](https://docs.coinhall.org/for-traders/charts.md): Up-and-down up-and-down
- [Swap](https://docs.coinhall.org/for-traders/swap.md): Introducing Hallswap
- [Rewards](https://docs.coinhall.org/for-traders/rewards.md): Complete missions and earn rewards
- [Alerts](https://docs.coinhall.org/for-traders/alerts.md): Setting Price & Pool Alerts straight to your Telegram
- [Price Bot](https://docs.coinhall.org/for-traders/price-bot.md): Coinhall developed our Coinhallbot to assist you with real-time asset tracking.  Now available on Telegram and Discord!
- [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).
- [Elevate Your Trading Experience](https://docs.coinhall.org/user-guide/elevate-your-trading-experience.md): 7 easter eggs you missed while using Coinhall and how to hunt for them
- [Error Messages](https://docs.coinhall.org/user-guide/error-messages.md): A list of known error messages on coinhall.org
- [Brand Assets](https://docs.coinhall.org/misc/brand-assets.md)
- [Terms of Use](https://docs.coinhall.org/misc/terms-of-use.md)
- [Privacy Policy](https://docs.coinhall.org/misc/privacy-policy.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, 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://docs.coinhall.org/mission-control/about-us.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.
