# Kim Docs

## Kim Docs

- [OVERVIEW](https://docs.kim.exchange/overview.md)
- [FAQ](https://docs.kim.exchange/get-started/faq.md): Explore FAQs on Kim DEX for quick answers on liquidity, swap fees, earnings, and platform use, helping you navigate and maximize your DeFi experience
- [Liquidity and Yield Farming](https://docs.kim.exchange/get-started/faq/liquidity-and-yield-farming.md)
- [Protocol Earnings](https://docs.kim.exchange/get-started/faq/protocol-earnings.md)
- [What is Impermanent Loss ?](https://docs.kim.exchange/get-started/faq/what-is-impermanent-loss.md): Understanding Impermanent Loss in Automated Market Makers (AMM) and its Impact on KimDex Liquidity Providers
- [Smart Contract Security and Features](https://docs.kim.exchange/get-started/faq/smart-contract-security-and-features.md)
- [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
- [KIM Token](https://docs.kim.exchange/tokenomics/kim-token.md)
- [xKIM Token](https://docs.kim.exchange/tokenomics/xkim-token.md)
- [How to use xKIM](https://docs.kim.exchange/tokenomics/xkim-token/how-to-use-xkim.md)
- [Conversion - Redeeming](https://docs.kim.exchange/tokenomics/xkim-token/conversion-redeeming.md)
- [Distribution](https://docs.kim.exchange/tokenomics/distribution.md)
- [Protocol Earnings](https://docs.kim.exchange/tokenomics/protocol-earnings.md)
- [Deflationary Mechanics](https://docs.kim.exchange/tokenomics/deflationary-mechanics.md)
- [Audits](https://docs.kim.exchange/reference-and-audits/audits.md)
- [Community & Social](https://docs.kim.exchange/reference-and-audits/community-and-social.md)
- [AMM V2](https://docs.kim.exchange/contracts/amm-v2.md)
- [Factory](https://docs.kim.exchange/contracts/amm-v2/factory.md)
- [Pair](https://docs.kim.exchange/contracts/amm-v2/pair.md)
- [Router](https://docs.kim.exchange/contracts/amm-v2/router.md)
- [Subgraph](https://docs.kim.exchange/contracts/amm-v2/subgraph.md)
- [AMM V4](https://docs.kim.exchange/contracts/amm-v4.md)
- [Factory](https://docs.kim.exchange/contracts/amm-v4/factory.md)
- [Non Fungible Position Manager](https://docs.kim.exchange/contracts/amm-v4/non-fungible-position-manager.md)
- [BasePluginV1Factory](https://docs.kim.exchange/contracts/amm-v4/basepluginv1factory.md)
- [SwapRouter](https://docs.kim.exchange/contracts/amm-v4/swaprouter.md)
- [Subgraph](https://docs.kim.exchange/contracts/amm-v4/subgraph.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.kim.exchange/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.
