# PROTOCOL

- [AMM V2](https://docs.kim.exchange/protocol/amm-v2.md): An AMM is a decentralized exchange (DEX) protocol that uses a mathematical formula to price assets, facilitating trading without needing a traditional order book.
- [Dual Liquidity Type](https://docs.kim.exchange/protocol/amm-v2/dual-liquidity-type.md)
- [Dynamic Directional Fees](https://docs.kim.exchange/protocol/amm-v2/dynamic-directional-fees.md)
- [AMM V4](https://docs.kim.exchange/protocol/amm-v4.md)
- [V4 Add Liquidity (concentrated)](https://docs.kim.exchange/protocol/amm-v4/v4-add-liquidity-concentrated.md)
- [Auto mode (kpNFT)](https://docs.kim.exchange/protocol/amm-v4/v4-add-liquidity-concentrated/auto-mode-kpnft.md)
- [Manual Mode (LP only)](https://docs.kim.exchange/protocol/amm-v4/v4-add-liquidity-concentrated/manual-mode-lp-only.md)
- [Fee Collection](https://docs.kim.exchange/protocol/amm-v4/fee-collection.md)
- [KIM Staked Position NFTs (kpNFTs)](https://docs.kim.exchange/protocol/kim-staked-position-nfts-kpnfts.md): KIMs liquidity approach based on non-fungible staked positions, dubbed kpNFTs.
- [Properties](https://docs.kim.exchange/protocol/kim-staked-position-nfts-kpnfts/properties.md)
- [Yield Bearing](https://docs.kim.exchange/protocol/kim-staked-position-nfts-kpnfts/yield-bearing.md)
- [xKIM Plugins](https://docs.kim.exchange/protocol/xkim-plugins.md)
- [Rewards](https://docs.kim.exchange/protocol/xkim-plugins/rewards.md)
- [Yield Booster](https://docs.kim.exchange/protocol/xkim-plugins/yield-booster.md): COMING SOON
- [Community Plugins](https://docs.kim.exchange/protocol/xkim-plugins/community-plugins.md): COMING SOON


---

# 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.kim.exchange/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.
