# Ostium Trading Engine

- [Overview](https://ostium-labs.gitbook.io/ostium-docs/ostium-trading-engine/overview.md): Ostium provides exposure to crypto and Real World Assets through synthetic perpetuals, which require the coordination of complex protocol interactions and optimized fee structuring.
- [Opening Trades](https://ostium-labs.gitbook.io/ostium-docs/ostium-trading-engine/opening-trades.md): Traders can start trading a wide variety of assets and leverage levels.
- [Holding Trades](https://ostium-labs.gitbook.io/ostium-docs/ostium-trading-engine/holding-trades.md): Traders can add collateral and update TP/SL while their trade is open. Compounding fees charged vary as a function of current asset volatility and Open Interest Imbalance.
- [Closing Trades](https://ostium-labs.gitbook.io/ostium-docs/ostium-trading-engine/closing-trades.md)
- [Step-By-Step Tutorial](https://ostium-labs.gitbook.io/ostium-docs/ostium-trading-engine/step-by-step-tutorial.md)
- [Connecting to Ostium](https://ostium-labs.gitbook.io/ostium-docs/ostium-trading-engine/step-by-step-tutorial/connecting-to-ostium.md)
- [Fund Wallet/Account](https://ostium-labs.gitbook.io/ostium-docs/ostium-trading-engine/step-by-step-tutorial/fund-wallet-account.md)
- [Opening a Trade](https://ostium-labs.gitbook.io/ostium-docs/ostium-trading-engine/step-by-step-tutorial/opening-a-trade.md)
- [Editing a Trade](https://ostium-labs.gitbook.io/ostium-docs/ostium-trading-engine/step-by-step-tutorial/editing-a-trade.md)
- [Closing a Trade](https://ostium-labs.gitbook.io/ostium-docs/ostium-trading-engine/step-by-step-tutorial/closing-a-trade.md)
- [Order Types](https://ostium-labs.gitbook.io/ostium-docs/ostium-trading-engine/order-types.md): A comprehensive guide to Ostium's seven order types, their triggering mechanisms, and execution behaviors.


---

# 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://ostium-labs.gitbook.io/ostium-docs/ostium-trading-engine.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.
