# FAQ

- [Is fxUSD an algorithmic stablecoin?](https://fxprotocol.gitbook.io/fx-docs/faq/is-fxusd-an-algorithmic-stablecoin.md)
- [Where does the yield come from?](https://fxprotocol.gitbook.io/fx-docs/faq/where-does-the-yield-come-from.md)
- [How do f(x) Protocol stablecoins maintain stability?](https://fxprotocol.gitbook.io/fx-docs/faq/how-do-f-x-protocol-stablecoins-maintain-stability.md)
- [Is there any LUNA-like risk?](https://fxprotocol.gitbook.io/fx-docs/faq/is-there-any-luna-like-risk.md)
- [How does f(x) Protocol minimize liquidations?](https://fxprotocol.gitbook.io/fx-docs/faq/how-does-f-x-protocol-minimize-liquidations.md)
- [How does f(x) Protocol minimize funding costs or annual interests?](https://fxprotocol.gitbook.io/fx-docs/faq/how-does-f-x-protocol-minimize-funding-costs-or-annual-interests.md)
- [What could go wrong?](https://fxprotocol.gitbook.io/fx-docs/faq/what-could-go-wrong.md)
- [Why are there different stablecoins?](https://fxprotocol.gitbook.io/fx-docs/faq/why-are-there-different-stablecoins.md)
- [What is the difference between f(x) Protocol V1 and V2?](https://fxprotocol.gitbook.io/fx-docs/faq/what-is-the-difference-between-f-x-protocol-v1-and-v2.md)
- [What price drop would it require for my fxMINT or xPOSITION to be rebalanced/liquidated?](https://fxprotocol.gitbook.io/fx-docs/faq/what-price-drop-would-it-require-for-my-fxmint-or-xposition-to-be-rebalanced-liquidated.md)
- [Why is my execution price different from what the chart displays?](https://fxprotocol.gitbook.io/fx-docs/faq/why-is-my-execution-price-different-from-what-the-chart-displays.md)


---

# 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://fxprotocol.gitbook.io/fx-docs/faq.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.
