# FAQ V2

## FAQ V2

- [Introduction](https://faq.infinity.exchange/start-here/introduction.md)
- [Getting Started](https://faq.infinity.exchange/start-here/getting-started.md)
- [Code Audits](https://faq.infinity.exchange/start-here/code-audits.md)
- [Roadmap](https://faq.infinity.exchange/start-here/roadmap.md)
- [Fees & User Types](https://faq.infinity.exchange/start-here/fees-and-user-types.md)
- [User Accounts](https://faq.infinity.exchange/deposits-and-withdrawals/user-accounts.md)
- [Eligible Collateral](https://faq.infinity.exchange/deposits-and-withdrawals/eligible-collateral.md)
- [Step-by-Step Guide](https://faq.infinity.exchange/deposits-and-withdrawals/step-by-step-guide.md)
- [Overview](https://faq.infinity.exchange/lending-and-borrowing/overview.md)
- [Creating Positions](https://faq.infinity.exchange/lending-and-borrowing/creating-positions.md)
- [Position Monitoring](https://faq.infinity.exchange/lending-and-borrowing/position-monitoring.md)
- [Portfolio Management](https://faq.infinity.exchange/lending-and-borrowing/portfolio-management.md)
- [Risk Management](https://faq.infinity.exchange/lending-and-borrowing/risk-management.md)
- [Closing Positions](https://faq.infinity.exchange/lending-and-borrowing/closing-positions.md)
- [Floating Rate Markets](https://faq.infinity.exchange/product-guide/floating-rate-markets.md)
- [Fixed Rate Markets](https://faq.infinity.exchange/product-guide/fixed-rate-markets.md)
- [Single Currency Multi-Leg](https://faq.infinity.exchange/product-guide/single-currency-multi-leg.md): Like an Interest Rate Swap, but not
- [Cross-Currency Multi-Leg](https://faq.infinity.exchange/product-guide/cross-currency-multi-leg.md): Like a Cross-Currency Swap, but not
- [Yield Vaults](https://faq.infinity.exchange/product-guide/yield-vaults.md)
- [Maker Incentives](https://faq.infinity.exchange/rewards/maker-incentives.md)
- [Taker Incentives](https://faq.infinity.exchange/rewards/taker-incentives.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://faq.infinity.exchange/start-here/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.
