# Perp Mechanics

- [Overview](https://docs.trade.xyz/perp-mechanics/overview.md): Understanding an XYZ perpetual future.
- [Oracle Price](https://docs.trade.xyz/perp-mechanics/oracle-price.md): XYZ oracle price mechanics, including external and internal session mechanics.
- [Mark Price](https://docs.trade.xyz/perp-mechanics/mark-price.md): XYZ Mark Price mechanics.
- [External Price](https://docs.trade.xyz/perp-mechanics/external-price.md): Mechanics related to external perp pricing.
- [Discovery Bounds](https://docs.trade.xyz/perp-mechanics/discovery-bounds.md): Mechanics related to discovery bounds.
- [Funding](https://docs.trade.xyz/perp-mechanics/funding.md): Funding rate mechanics for XYZ perps.
- [Fees](https://docs.trade.xyz/perp-mechanics/fees.md): A note on fee structures.
- [Open Interest Caps](https://docs.trade.xyz/perp-mechanics/open-interest-caps.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://docs.trade.xyz/perp-mechanics.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.
