# Order Executors

<figure><picture><source srcset="https://1690371742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsivfyCjOhJUkKrxqsPg4%2Fuploads%2FTkcFP3jdWUKWCmQL8HXm%2Fbanner_execute.png?alt=media&#x26;token=e29f807e-53cd-4334-8f10-faa509e38240" media="(prefers-color-scheme: dark)"><img src="https://1690371742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsivfyCjOhJUkKrxqsPg4%2Fuploads%2FXxiMgeUGGhygDXlgmQ1l%2Fbanner_execute_l.png?alt=media&#x26;token=dfe5a337-2142-42b4-9643-372a449689dc" alt=""></picture><figcaption></figcaption></figure>

## What are Order Executors?

D8X allows for [conditional orders](https://d8x.gitbook.io/d8x/perpetual-contracts-guide/order-types) such as limit and stop-limit orders. Conditional orders are cryptographically signed by the trader and executed by third parties - order executors - once the AMM prices meet the order conditions.&#x20;

The executor [earns a fee for their service](https://d8x.gitbook.io/d8x/perpetual-contracts-guide/fee-structure#conditional-orders-fees), paid for by the trader. Anyone can be an executor.

## How can you become an Order Executor?

The [D8X Futures Node SDK provides functions to refer orders.](https://d8x.gitbook.io/d8x/node-sdk/modules)

The [D8X open-source order executor bots allow to execute orders](https://github.com/D8-X/d8x-order-executor).&#x20;


---

# 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://d8x.gitbook.io/d8x/contribute-and-earn/order-executors.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.
