# 1️⃣3️⃣ Orderly Network

Orderly Network is a decentralized orderbook and liquidity layer for perpetual futures. Fuul integrates with Orderly's builder trade system to track and reward trading activity across protocols built on top of Orderly.

## What you can incentivize

| Metric                   | Description                                                         |
| ------------------------ | ------------------------------------------------------------------- |
| **Builder trade volume** | USD volume of trades routed through your registered builder account |
| **Trading fees**         | Fee revenue generated by trades routed through your builder account |

## How it works

Orderly operates on its own network (Chain ID: 291). Fuul fetches daily trade data using the builder identifier linked to your project, tracking volume and fees for every trader.

Trade data is fetched on a **daily schedule** — activity from each day is processed and rewarded the following day.

{% hint style="info" %}
No contract address or webhook setup is required. Fuul handles all data fetching automatically using your builder account credentials.
{% endhint %}

## Setup

Select **Orderly Builder Trades** as the trigger type when creating a conversion. Choose a payout type:

* **Variable** — reward as % of trading volume in your token
* **Leaderboard** — rank traders by volume for a competition
* **Proportional pool** — distribute a fixed pool among traders based on their volume share

**Example configuration:**

```
Trigger:    Orderly Builder Trades
Reward:     Variable — 0.1% of volume in YOUR_TOKEN
Recipients: End users
```

{% hint style="warning" %}
Reach out at <ecosystem@fuul.xyz> to register your Orderly builder account and connect it to your Fuul project before setting up the trigger.
{% endhint %}


---

# 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.fuul.xyz/core-concepts/trigger-integrations/orderly.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.
