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

# Introduction

**RemusDEX** is a fully on-chain Central Limit Order Book (CLOB) DEX built on Starknet using Cairo. It aims to provide a transparent, composable, and efficient trading experience with limit orders and on-chain settlement.

***

### Table of Contents

1. [Introduction](https://remusdex.gitbook.io/remusdex-docs/)
2. [Key Features](/remusdex-docs/key-features.md)
3. [Architecture & Concepts](/remusdex-docs/architecture-and-concepts.md)
4. [Contract Addresses](/remusdex-docs/contract-addresses.md)
5. [How to Interact](/remusdex-docs/how-to-interact.md)
   * [Checking Market Status](/remusdex-docs/how-to-interact/checking-market-status.md)
   * [Opening a New Order](/remusdex-docs/how-to-interact/opening-a-new-order.md)
   * [Fetching All User Orders](/remusdex-docs/how-to-interact/fetching-all-user-orders.md)
   * [Removing (Cancelling) and Order](/remusdex-docs/how-to-interact/removing-canceling-an-order.md)
   * [Claiming Matched Proceeds](/remusdex-docs/how-to-interact/claiming-matched-proceeds.md)
   * [Claiming Fees (For Contract Owner)](/remusdex-docs/how-to-interact/claiming-fees-for-contract-owner.md)
   * [Viewing the Orderbook](/remusdex-docs/how-to-interact/viewing-the-orderbook.md)
6. [IRemusDEX Trait Reference](/remusdex-docs/iremusdex-trait-reference.md)
   * [Associated Types & Structs](/remusdex-docs/iremusdex-trait-reference.md#associated-types-and-structs)
