# ARIS Overview

ARIS is the intent execution layer of Addax. It lets users create orders offchain with no gas cost. A decentralised network of fillers monitors open orders and executes them onchain when conditions are met.

## Order types

| Type            | Contract                       | Use case                                   |
| --------------- | ------------------------------ | ------------------------------------------ |
| Limit           | ArisLimitOrderReactor          | Fill at or better than a fixed price       |
| Dutch           | ArisDutchOrderReactor          | Price decays from high to low until filled |
| Exclusive Dutch | ArisExclusiveDutchOrderReactor | Dutch with a priority filler window        |
| DCA             | ArisDcaOrderReactor            | Recurring buys split across time intervals |

## Sections

* [How Intents Work](/protocol/aris/intents.md)
* [Limit Orders](/protocol/aris/limit-orders.md)
* [Dutch Orders](/protocol/aris/dutch-orders.md)
* [DCA Orders](/protocol/aris/dca.md)
* [Order API](/protocol/aris/order-api.md)
* [Becoming a Filler](/protocol/aris/becoming-a-filler.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.addax.finance/protocol/aris.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.
