# Trading

- [Funding Rate Policies](https://docs-v2.fermilabs.xyz/trading/funding-rate-policies.md)
- [Ordering & Inclusion](https://docs-v2.fermilabs.xyz/trading/ordering-and-inclusion.md)
- [Matching Logic](https://docs-v2.fermilabs.xyz/trading/matching-logic.md): Core price-time prioerity logic explained
- [Margin Requirements](https://docs-v2.fermilabs.xyz/trading/margin-requirements.md): Clarifies how the trading system handles margin
- [Liquidation logic](https://docs-v2.fermilabs.xyz/trading/liquidation-logic.md): Describes the logic used for liquidations, and handling liquidation cascades
- [FLP token](https://docs-v2.fermilabs.xyz/trading/flp-token.md): Paticipate in liquidity provision, by depositing funds to the FLP vault


---

# 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://docs-v2.fermilabs.xyz/trading.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.
