# Autopilot

<mark style="color:blue;">**Autopilot**</mark> is designed to save users time and effort during trading competitions.

Previously, users had to <mark style="color:blue;">**manually execute multiple trades**</mark> in each epoch to optimize their trading volume. With Autopilot, this process is <mark style="color:blue;">**fully automated**</mark>: users configure their preferred trading parameters once, and the system handles the execution automatically.

### How It Works

1. Go to the <mark style="color:blue;">**Campaign page**</mark> and click on the <mark style="color:blue;">**Autopilot tab**</mark>

<figure><img src="/files/jE8NEegK6AR8OQ7snc2E" alt=""><figcaption></figcaption></figure>

2. Configure your <mark style="color:blue;">**Autopilot parameters**</mark>:

   1. **Number of cycles**: Each cycle will executes a Buy order, wait for a few seconds, and executes a Sell order.
   2. **Min vol**: The minimum volume per order you want to execute
   3. **Max vol:** The maximum volume per order you want to execute
   4. **Interval:** The time between 2 consecutive cycles
   5. **Start in:** The delay between clicking **Start Autopilot** and the execution of the first cycle.

   <figure><img src="/files/e50Kw6y5JlwgZr1Gp7Hy" alt="" width="367"><figcaption></figcaption></figure>
3. **Click "Start Autopilot" and relax:**&#x20;

   While Autopilot is making the trades for you, you can track your Autopilot progress at any time by revisiting the **Campaign page**. On the dashboard, you can view:

   1. Your current Autopilot configuration
   2. The number of cycles completed
   3. The total trading volume executed

   <figure><img src="/files/QX5YaAfMwFfJCDQpUJRf" alt="" width="374"><figcaption></figcaption></figure>
4. **Updating or Cancelling your Autopilot:**

   You can cancel your current Autopilot setup at any time by clicking **Cancel.** After cancelling, you may immediately configure and start a new Autopilot setup.

<figure><img src="/files/uV7MecuwUyk5h14p2T2b" alt="" width="370"><figcaption></figcaption></figure>

### Q\&A

1. **Can I set up Autopilot before the epoch starts?**

   No. In the current version, Autopilot can only be set up after the epoch has started.
2. **Will my Autopilot setup carry over to the next epoch?**

   No. Autopilot settings are epoch-specific. You must configure a new setup for each epoch.
3. **Why do I need to set a Min and Max volume instead of an exact amount?**

   This approach balances two objectives:

   * Fast order execution, so you don’t lose trading opportunities
   * Reduced spread impact, by avoiding overtrading with fixed-size orders
4. **If I cancel Autopilot and set up a new one, am I still eligible for the ongoing campaign?**

   Yes. Cancelling and reconfiguring Autopilot does not affect your campaign eligibility.
5. **Why can’t I allocate 100% of my available balance to Autopilot?**

   A portion of your balance must be reserved to cover trading fees (CEX/DEX)and spread. The more cycles or higher trade volumes you configure, the larger the required buffer.


---

# 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.cedehub.io/user-guide/trade-and-earn/autopilot.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.
