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

# Trading

- [Overview](https://docs.drake.exchange/trading/overview.md)
- [In-House MM Strategy Vaults](https://docs.drake.exchange/trading/overview/in-house-mm-strategy-vaults.md)
- [Dark AMM Swap Path](https://docs.drake.exchange/trading/overview/dark-amm-swap-path.md)
- [Hybrid CLOB + AMM](https://docs.drake.exchange/trading/hybrid-clob-+-amm.md)
- [Trading Venues Split](https://docs.drake.exchange/trading/hybrid-clob-+-amm/trading-venues-split.md)
- [Trade Execution Flow](https://docs.drake.exchange/trading/hybrid-clob-+-amm/trade-execution-flow.md)
- [Margin](https://docs.drake.exchange/trading/margin.md)
- [Isolated Margin](https://docs.drake.exchange/trading/margin/isolated-margin.md)
- [Position Size Adjustment](https://docs.drake.exchange/trading/margin/isolated-margin/position-size-adjustment.md)
- [Add / Reduce Margin](https://docs.drake.exchange/trading/margin/isolated-margin/add-reduce-margin.md)
- [Liquidation](https://docs.drake.exchange/trading/margin/isolated-margin/liquidation.md)
- [Cross Margin](https://docs.drake.exchange/trading/margin/cross-margin.md)
- [Assets](https://docs.drake.exchange/trading/margin/cross-margin/assets.md)
- [Collateral Swap](https://docs.drake.exchange/trading/margin/cross-margin/collateral-swap.md)
- [Auto Borrow and Repay](https://docs.drake.exchange/trading/margin/cross-margin/auto-borrow-and-repay.md)
- [Assets Discount Ratio](https://docs.drake.exchange/trading/margin/cross-margin/assets-discount-ratio.md)
- [Liquidation](https://docs.drake.exchange/trading/margin/cross-margin/liquidation.md)
- [Fees](https://docs.drake.exchange/trading/fees.md)
- [Trading Fee](https://docs.drake.exchange/trading/fees/trading-fee.md)
- [Borrowing Fee](https://docs.drake.exchange/trading/fees/borrowing-fee.md)
- [Funding Fee](https://docs.drake.exchange/trading/fees/funding-fee.md)
- [Order Types](https://docs.drake.exchange/trading/order-types.md)
- [Market Order](https://docs.drake.exchange/trading/order-types/market-order.md)
- [Limit Order](https://docs.drake.exchange/trading/order-types/limit-order.md)
- [TP/SL Order](https://docs.drake.exchange/trading/order-types/tp-sl-order.md)
- [OCO](https://docs.drake.exchange/trading/order-types/oco.md)
- [Collateral](https://docs.drake.exchange/trading/collateral.md)
- [Price Spread](https://docs.drake.exchange/trading/price-spread.md)
- [Oracle Price](https://docs.drake.exchange/trading/oracle-price.md)
- [Auto Deleveraging](https://docs.drake.exchange/trading/auto-deleveraging.md)
- [Risk Management](https://docs.drake.exchange/trading/risk-management.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.drake.exchange/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.
