# Introduction

Defx Trading Bots help you automate execution on our orderbook without needing to sit in front of the screen.

These bots are built for traders who want:

* Rule-based execution (no emotions, no missed fills)
* Consistent participation in volatility
* A clean way to run repeatable strategies inside Defx

### Available now

#### 1. Futures Grid&#x20;

Futures Grid places a ladder (“grid”) of buy/sell orders inside a defined range. It’s designed for sideways markets, where price oscillates between support and resistance.

### Coming Soon

#### 1. Market Making

A quoting bot designed to provide two-sided liquidity on selected markets with configurable:

* Spread / quote distance
* Inventory limits and skew
* Refresh & cancel logic
* Risk controls

#### 2. Copy Trading

A way to follow and mirror a lead trader’s execution with:

* Allocation controls
* Risk caps (max leverage, max drawdown, per-market limits)
* Transparent performance stats

#### 3. Funding Arbitrage

An automated strategy that targets funding rate differentials across markets by coordinating hedged positions across multiple perp dex's

{% hint style="info" %}
We’re building bots incrementally: shipping the core execution + safety rails first, then adding more strategy types and advanced controls over time.
{% 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.defx.com/docs/trading-bots/introduction.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.
