# Blackhole Docs

## Blackhole Docs

- [Overview](https://docs.blackhole.xyz/overview.md)
- [Tokenomics](https://docs.blackhole.xyz/tokenomics.md)
- [Emissions](https://docs.blackhole.xyz/emissions.md)
- [Protocol Design](https://docs.blackhole.xyz/protocol-design.md)
- [Liquidity Pools](https://docs.blackhole.xyz/protocol-design/liquidity-pools.md)
- [Zap](https://docs.blackhole.xyz/protocol-design/liquidity-pools/zap.md)
- [Rebalancer](https://docs.blackhole.xyz/protocol-design/liquidity-pools/rebalancer.md)
- [How to Swap](https://docs.blackhole.xyz/protocol-design/how-to-swap.md)
- [Limit Orders](https://docs.blackhole.xyz/protocol-design/how-to-swap/limit-orders.md)
- [TWAP Orders](https://docs.blackhole.xyz/protocol-design/how-to-swap/twap-orders.md)
- [Locks](https://docs.blackhole.xyz/protocol-design/locks.md)
- [Voting](https://docs.blackhole.xyz/protocol-design/voting.md)
- [Rewards](https://docs.blackhole.xyz/protocol-design/rewards.md)
- [ALM Vaults](https://docs.blackhole.xyz/protocol-design/alm-vaults.md): Automated Liquidity Management (ALM) Vaults
- [Genesis Pools](https://docs.blackhole.xyz/protocol-design/genesis-pools.md)
- [Technical AMM Documentation](https://docs.blackhole.xyz/technical-amm-documentation.md)
- [Security](https://docs.blackhole.xyz/security.md)
- [Brand Assets](https://docs.blackhole.xyz/brand-assets.md): Looking for Blackhole Assets. Here you are..
- [Legal Disclaimer](https://docs.blackhole.xyz/legal-disclaimer.md)
- [Official Links](https://docs.blackhole.xyz/official-links.md)
- [Supercharged Pools](https://docs.blackhole.xyz/supercharged-pools.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.blackhole.xyz/overview.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.
