# ICPEx Docs

## ICPEx Docs

- [About ICPEx](https://docs.icpex.org/icpex-intro/about-icpex.md)
- [PMM Algorithm](https://docs.icpex.org/icpex-intro/pmm-algorithm.md)
- [PMM General Liquidity Framework](https://docs.icpex.org/icpex-intro/pmm-algorithm/pmm-general-liquidity-framework.md)
- [Various Use Cases Based on the PMM Algorithm](https://docs.icpex.org/icpex-intro/pmm-algorithm/various-use-cases-based-on-the-pmm-algorithm.md)
- [Liquidity Generation Protocol](https://docs.icpex.org/icpex-intro/liquidity-generation-protocol.md)
- [Exchange](https://docs.icpex.org/product-features/exchange.md)
- [Liquidity Pool Creation](https://docs.icpex.org/product-features/liquidity-pool-creation.md)
- [Public Pool](https://docs.icpex.org/product-features/liquidity-pool-creation/public-pool.md)
- [Standard Mode](https://docs.icpex.org/product-features/liquidity-pool-creation/public-pool/standard-mode.md)
- [Single-Token Mode](https://docs.icpex.org/product-features/liquidity-pool-creation/public-pool/single-token-mode.md)
- [Private Pool](https://docs.icpex.org/product-features/liquidity-pool-creation/private-pool.md)
- [Anchored Pool](https://docs.icpex.org/product-features/liquidity-pool-creation/anchored-pool.md)
- [Liquidity Adding & Removing](https://docs.icpex.org/product-features/liquidity-adding-and-removing.md)
- [Token Creation](https://docs.icpex.org/product-features/token-creation.md)
- [Add Cycles for Canister](https://docs.icpex.org/product-features/add-cycles-for-canister.md)
- [How to exchange old tokens for new tokens with minimal loss](https://docs.icpex.org/product-features/how-to-exchange-old-tokens-for-new-tokens-with-minimal-loss.md)
- [How to Create a Fixed Ratio Anchored Pool with Nearly Zero Volatility for LST](https://docs.icpex.org/product-features/how-to-create-a-fixed-ratio-anchored-pool-with-nearly-zero-volatility-for-lst.md)
- [Introduction](https://docs.icpex.org/icrc-2+-protocol/introduction.md)
- [New Features List](https://docs.icpex.org/icrc-2+-protocol/new-features-list.md)
- [Method Calling Guide](https://docs.icpex.org/icrc-2+-protocol/method-calling-guide.md)
- [IEX Token Allocation](https://docs.icpex.org/tokenomics/iex-token-allocation.md)
- [Media Kit](https://docs.icpex.org/resources/media-kit.md)
- [Contact](https://docs.icpex.org/resources/contact.md)
- [Terms of Service](https://docs.icpex.org/legal-and-privacy/terms-of-service.md)
- [Disclosures & Disclaimer](https://docs.icpex.org/legal-and-privacy/disclosures-and-disclaimer.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.icpex.org/icpex-intro/about-icpex.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.
