> For the complete documentation index, see [llms.txt](https://docs.xei.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xei.finance/product-guides.md).

# PRODUCT GUIDES

- [Tutorial](https://docs.xei.finance/product-guides/tutorial.md)
- [Getting Started on XEI](https://docs.xei.finance/product-guides/tutorial/getting-started-on-xei.md)
- [How to Start a Market Swap](https://docs.xei.finance/product-guides/tutorial/how-to-start-a-market-swap.md)
- [How to Add Trading Tokens](https://docs.xei.finance/product-guides/tutorial/how-to-add-trading-tokens.md)
- [How to Start Futures Trading](https://docs.xei.finance/product-guides/tutorial/how-to-start-futures-trading.md)
- [How to Add Liquidity](https://docs.xei.finance/product-guides/tutorial/how-to-add-liquidity.md)
- [FAQ](https://docs.xei.finance/product-guides/faq.md)
- [What should I do if I can't find the cryptocurrency I want to trade?](https://docs.xei.finance/product-guides/faq/what-should-i-do-if-i-cant-find-the-cryptocurrency-i-want-to-trade.md)
- [What are market orders and limit orders?](https://docs.xei.finance/product-guides/faq/what-are-market-orders-and-limit-orders.md)
- [What fees are associated with Swap transactions?](https://docs.xei.finance/product-guides/faq/what-fees-are-associated-with-swap-transactions.md)
- [What are fee tiers, and how do you choose the right fee tier?](https://docs.xei.finance/product-guides/faq/what-are-fee-tiers-and-how-do-you-choose-the-right-fee-tier.md)
- [What happens if the current price exceeds the price range set for my liquidity position?](https://docs.xei.finance/product-guides/faq/what-happens-if-the-current-price-exceeds-the-price-range-set-for-my-liquidity-position.md)
- [Are fee rewards automatically compounded?](https://docs.xei.finance/product-guides/faq/are-fee-rewards-automatically-compounded.md)
- [What factors affect LP APR?](https://docs.xei.finance/product-guides/faq/what-factors-affect-lp-apr.md)
- [What is Lending Pools?](https://docs.xei.finance/product-guides/faq/what-is-lending-pools.md)
- [How is the reward period calculated after participating in Lending Pool?](https://docs.xei.finance/product-guides/faq/how-is-the-reward-period-calculated-after-participating-in-lending-pool.md)
- [Which cryptocurrencies are supported by Lending Pool?](https://docs.xei.finance/product-guides/faq/which-cryptocurrencies-are-supported-by-lending-pool.md)
- [How long does it take for redemption to be credited to the account?](https://docs.xei.finance/product-guides/faq/how-long-does-it-take-for-redemption-to-be-credited-to-the-account.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 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, and the optional `goal` query parameter:

```
GET https://docs.xei.finance/product-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
