# HenjinAI Protocol

- [Protocol Overview](https://docs.henjin.xyz/henjinai-protocol/protocol-overview.md): An overview of products ran by the Henjin protocol.
- [Protocol Earnings](https://docs.henjin.xyz/henjinai-protocol/protocol-earnings.md): An overview of how protocol earnings are split between various market participants. Everyone can earn a portion of fees generated by the Henjin protocol.
- [AMM (v4)](https://docs.henjin.xyz/henjinai-protocol/amm-v4.md): Henjin Protocol is a v4 AMM on the Taiko Network.
- [Dynamic fees](https://docs.henjin.xyz/henjinai-protocol/amm-v4/dynamic-fees.md)
- [Swap](https://docs.henjin.xyz/henjinai-protocol/amm-v4/swap.md): Swapping on Henjin v4 is very simple and doesn't differ from swapping on other AMMs in market.
- [Provide Liquidity](https://docs.henjin.xyz/henjinai-protocol/amm-v4/provide-liquidity.md)
- [Manual mode](https://docs.henjin.xyz/henjinai-protocol/amm-v4/provide-liquidity/manual-mode.md)
- [Automatic mode](https://docs.henjin.xyz/henjinai-protocol/amm-v4/provide-liquidity/automatic-mode.md)
- [Hooks (v4)](https://docs.henjin.xyz/henjinai-protocol/hooks-v4.md)
- [Live v4 hooks](https://docs.henjin.xyz/henjinai-protocol/hooks-v4/live-v4-hooks.md)
- [How do v4 hooks work ?](https://docs.henjin.xyz/henjinai-protocol/hooks-v4/how-do-v4-hooks-work.md)
- [What is a v4 hook ?](https://docs.henjin.xyz/henjinai-protocol/hooks-v4/what-is-a-v4-hook.md)
- [Potential uses of  v4 hooks](https://docs.henjin.xyz/henjinai-protocol/hooks-v4/potential-uses-of-v4-hooks.md)
- [Fair Launches](https://docs.henjin.xyz/henjinai-protocol/fair-launches.md): The launchpads are open to everyone but are structured to prioritize xHENAI holders. However, under certain circumstances, they might become accessible to the general public
- [xHENAI Plugins](https://docs.henjin.xyz/henjinai-protocol/xhenai-plugins.md)
- [xHENAI Dividends Plugin](https://docs.henjin.xyz/henjinai-protocol/xhenai-plugins/xhenai-dividends-plugin.md)
- [xHENAI Launchpad Plugin](https://docs.henjin.xyz/henjinai-protocol/xhenai-plugins/xhenai-launchpad-plugin.md)


---

# 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.henjin.xyz/henjinai-protocol.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.
