# Trading on DerivaDEX

- [Perpetual swaps](https://docs.derivadex.io/trading/perpetual-swap.md)
- [Funding rate](https://docs.derivadex.io/trading/perpetual-swap/funding-rate.md)
- [Strategy](https://docs.derivadex.io/trading/strategy.md)
- [Fees](https://docs.derivadex.io/trading/fees.md)
- [Position management](https://docs.derivadex.io/trading/position-management.md)
- [Order types](https://docs.derivadex.io/trading/position-management/order-types.md): There are two ways to buy or sell perpetual swaps on the DerivaDEX exchange. DerivaDEX supports limit and market orders. Understanding these types of transactions will help you be a successful trader.
- [PNL](https://docs.derivadex.io/trading/pnl-settlement.md)
- [Liquidations](https://docs.derivadex.io/trading/liquidations.md): A liquidation occurs when the a trader's margin fraction dips below the maintenance margin ratio, indicating that their account is insufficiently collateralized.


---

# 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.derivadex.io/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.
