# Yuzu Documentation

## Yuzu Documentation

- [Introduction](https://docs.yuzu.finance/general-information/introduction.md)
- [Testnet Activity Quests](https://docs.yuzu.finance/general-information/testnet-activity-quests.md): Welcome to the Yuzu Testnet Quest Campaign!
- [Get Started on Movement](https://docs.yuzu.finance/general-information/get-started-on-movement.md)
- [Get MOVE Coins](https://docs.yuzu.finance/general-information/get-move-coins.md)
- [CLMM](https://docs.yuzu.finance/products/clmm.md)
- [Fee Tiers](https://docs.yuzu.finance/products/clmm/fee-tiers.md)
- [Price Ranges](https://docs.yuzu.finance/products/clmm/price-ranges.md)
- [Active & Inactive Liquidity](https://docs.yuzu.finance/products/clmm/active-and-inactive-liquidity.md)
- [LP Position NFTs](https://docs.yuzu.finance/products/clmm/lp-position-nfts.md)
- [LP Farms](https://docs.yuzu.finance/products/lp-farms.md)
- [Incentives and gamification](https://docs.yuzu.finance/products/incentives-and-gamification.md)
- [Exchange](https://docs.yuzu.finance/products/exchange.md)
- [How To Trade](https://docs.yuzu.finance/products/exchange/how-to-trade.md)
- [Liquidity Pools](https://docs.yuzu.finance/products/exchange/liquidity-pools.md)
- [How to Add/Remove Liquidity](https://docs.yuzu.finance/products/exchange/how-to-add-remove-liquidity.md)
- [Token Deployer](https://docs.yuzu.finance/products/token-deployer.md)
- [Glossary](https://docs.yuzu.finance/products/glossary.md)
- [Contacts](https://docs.yuzu.finance/socials/contacts.md)
- [Brand & Logos](https://docs.yuzu.finance/socials/brand-and-logos.md)
- [Careers](https://docs.yuzu.finance/socials/careers.md)
- [Click Here for Help](https://docs.yuzu.finance/socials/click-here-for-help.md)
- [General FAQs](https://docs.yuzu.finance/socials/click-here-for-help/general-faqs.md)
- [Smart Contracts](https://docs.yuzu.finance/technical/smart-contracts.md)
- [Yuzu CLMM](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm.md)
- [Liquidity Pool](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/liquidity-pool.md)
- [Router](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/router.md)
- [Scripts](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/scripts.md)
- [Example Usage](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/example-usage.md)
- [Liquidity Pool](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/example-usage/liquidity-pool.md)
- [Position NFT Manager Module](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/example-usage/position-nft-manager-module.md)
- [Tick Math Module](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/example-usage/tick-math-module.md)
- [Sqrt Price Limit](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/sqrt-price-limit.md): Controlling Slippage in CLMM Swaps
- [Yuzu AMM (Testnet)](https://docs.yuzu.finance/technical/smart-contracts/yuzu-amm-testnet.md)
- [Router](https://docs.yuzu.finance/technical/smart-contracts/yuzu-amm-testnet/router.md)
- [Aggregator Integration](https://docs.yuzu.finance/technical/smart-contracts/yuzu-amm-testnet/router/aggregator-integration.md): To integrate YuzuSwap with your aggregator, use the following public functions for swap calculations.
- [Swap](https://docs.yuzu.finance/technical/smart-contracts/yuzu-amm-testnet/swap.md)
- [Ecosystem Participants of Yuzu](https://docs.yuzu.finance/technical/ecosystem-participants-of-yuzu.md)
- [Understanding Returns](https://docs.yuzu.finance/technical/understanding-returns.md)
- [Tradingview](https://docs.yuzu.finance/move.fun/tradingview.md)
- [Technical](https://docs.yuzu.finance/move.fun/technical.md)
- [Smart Contracts](https://docs.yuzu.finance/move.fun/technical/smart-contracts.md)
- [Smart Contracts](https://docs.yuzu.finance/move.fun/technical/smart-contracts-1.md)
- [Coin (AMM)](https://docs.yuzu.finance/move.fun/technical/coin-amm.md)
- [Bonding Curve](https://docs.yuzu.finance/move.fun/technical/coin-amm/bonding-curve.md)
- [Core](https://docs.yuzu.finance/move.fun/technical/coin-amm/core.md)
- [Router](https://docs.yuzu.finance/move.fun/technical/coin-amm/router.md)
- [Terms of Use](https://docs.yuzu.finance/legal/terms-of-use.md)
- [Legal Disclaimer](https://docs.yuzu.finance/legal/legal-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.yuzu.finance/general-information/introduction.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.
