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

# Perpetuals Specifications

- [Market Hours](https://docs.flash.trade/flash-trade/flash-trade-protocol/perpetuals-specifications/market-hours.md)
- [Collateral Specification](https://docs.flash.trade/flash-trade/flash-trade-protocol/perpetuals-specifications/collateral-specification.md)
- [Fees](https://docs.flash.trade/flash-trade/flash-trade-protocol/perpetuals-specifications/fees.md): Flash Trade implements a dynamic fee structure across different asset pools. Understanding these fees is essential for optimizing your trading strategy.
- [Stop Loss/Take Profit Orders](https://docs.flash.trade/flash-trade/flash-trade-protocol/perpetuals-specifications/stop-loss-take-profit-orders.md)
- [Limit Orders](https://docs.flash.trade/flash-trade/flash-trade-protocol/perpetuals-specifications/limit-orders.md)
- [Max Profit](https://docs.flash.trade/flash-trade/flash-trade-protocol/perpetuals-specifications/max-profit.md): Every position has a hard cap on how much profit it can realize. That cap is set when the position opens, based on how much collateral the pool sets aside to pay you out.
- [Liquidation](https://docs.flash.trade/flash-trade/flash-trade-protocol/perpetuals-specifications/liquidation.md)
- [Margin Framework](https://docs.flash.trade/flash-trade/flash-trade-protocol/perpetuals-specifications/margin-framework.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:

```
GET https://docs.flash.trade/flash-trade/flash-trade-protocol/perpetuals-specifications.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.
