# Fees

### 💡 Quick Overview

| Category                     | Dextrabot Fee    | Subscription Required |
| ---------------------------- | ---------------- | --------------------- |
| **Hyperliquid Copy Trade**   | 0.055% per trade | ❌ No                  |
| **Hyperliquid Grid Bot**     | 0.01% per trade  | ❌ No                  |
| **Hyperliquid Market Maker** | 0.01% per trade  | ❌ No                  |
| **Lighter Copy Trade**       | No Fee           | ✅ Yes                 |
| **Lighter Grid Bot**         | No Fee           | ✅ Yes                 |
| **All Farming Modules**      | No Fee           | ✅ Yes                 |
| **Delta Neutral Farms**      | No Fee           | ✅ Yes                 |
| **Extended Grid Bot**        | 0.02% per trade  | ❌ No                  |
| **Extended DCA Bot**         | 0.02% per trade  | ❌ No                  |

***

### 📦 Subscription

Access to Lighter, Farming Modules, and Delta Neutral farms requires an active subscription.

| Plan        | Price    | Includes                                                                               |
| ----------- | -------- | -------------------------------------------------------------------------------------- |
| **Monthly** | 0.12 ETH | Lighter Copy Trade, Lighter Grid Bot, All Airdrop Farming Modules, Delta Neutral Farms |

{% hint style="info" %}
**Hyperliquid features are always free** — no subscription needed. We only charge a builder fee per trade instead.
{% endhint %}

***

### 🔷 Hyperliquid Fees (Detailed)

#### Copy Trade

| Fee Type                | Rate          | Charged On                                                                           |
| ----------------------- | ------------- | ------------------------------------------------------------------------------------ |
| **Dextrabot Fee**       | 0.055%        | Position value (every trade)                                                         |
| **Hyperliquid DEX Fee** | \~0.01-0.035% | [See Hyperliquid docs](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/fees) |

**When is the fee charged?**

* Opening a position
* Increasing a position
* Decreasing a position
* Closing a position

**Example:** If you copy a $10,000 position, Dextrabot fee = $10,000 × 0.055% = $5.50

{% hint style="success" %}
**Save 4% on fees!** Use a referral code when signing up to get a 4% discount on Hyperliquid Copy Trade fees. Learn more
{% endhint %}

***

#### Grid Bot

| Fee Type                | Rate          | Charged On                                                                           |
| ----------------------- | ------------- | ------------------------------------------------------------------------------------ |
| **Dextrabot Fee**       | 0.01%         | Position value (every trade)                                                         |
| **Hyperliquid DEX Fee** | \~0.01-0.035% | [See Hyperliquid docs](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/fees) |

Fees are collected as a **builder fee** directly through Hyperliquid.

***

#### Market Maker Bot

| Fee Type                | Rate          | Charged On                                                                           |
| ----------------------- | ------------- | ------------------------------------------------------------------------------------ |
| **Dextrabot Fee**       | 0.01%         | Position value (every trade)                                                         |
| **Hyperliquid DEX Fee** | \~0.01-0.035% | [See Hyperliquid docs](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/fees) |

Fees are collected as a **builder fee** directly through Hyperliquid.

{% hint style="success" %}
**HIP3 Growth Mode Bonus!** When Growth Mode is enabled on HIP3, you receive a **90% discount** on Hyperliquid trading fees. This significantly reduces your overall trading costs while market making.
{% endhint %}

***

### 🔶 Lighter Fees (Detailed)

#### Copy Trade & Grid Bot

| Fee Type            | Rate                                |
| ------------------- | ----------------------------------- |
| **Dextrabot Fee**   | No Fee (included in subscription)   |
| **Lighter DEX Fee** | Standard Lighter trading fees apply |

***

### 🌾 Farming & Delta Neutral Fees

| Fee Type          | Rate                                    |
| ----------------- | --------------------------------------- |
| **Dextrabot Fee** | No Fee (included in subscription)       |
| **DEX Fees**      | Standard trading fees apply on each DEX |


---

# 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.dextrabot.com/dextrabot/fees.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.
