# Key Features

* **Multiple Markets**
  * Create and manage various base-quote pairs with custom tick/lot sizes, fees, and trading status.
* **On-Chain Matching**
  * Trades match against the opposite side of the book entirely on-chain, with price-time priority.
* **Order Types**
  * **IOC (Immediate-Or-Cancel)**: Fills immediately; remainder is canceled. Fails if nothing is executed.
  * **Post (Book-or-Cancel)**: Never crosses on submission; reverts if it would.
  * **Basic**: Fills any crossing portion, then posts the remainder.
* **Claimable Balances**
  * Matched proceeds remain in the contract until the user calls `claim(token, amount)`.
* **Upgradable Contract**
  * The contract can be upgraded by the owner, but note the admin key trust assumption.


---

# 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://remusdex.gitbook.io/remusdex-docs/key-features.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.
