> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/exchange/trading/order-types/twap/how-to-use-the-twap-strategy.md).

# How to Use the TWAP Strategy

## Use the TWAP strategy on the web

### **Spot Trading with TWAP**

1. Navigate to the **Spot Trading** page
2. Select your desired **trading pair** and **position direction** (Buy/Sell)
3. Choose **‘TWAP’** as your order type
4. Enter required parameters:
   * Total Quantity
   * Running Time
   * Frequency
5. Optional settings:
   * Check **‘Randomize’** to enable randomized order execution
   * Check **‘Margin’** to use leverage
6. Place your order

<div align="left"><figure><img src="/files/zfVuuixS3gBlh4Gr2HBt" alt=""><figcaption></figcaption></figure></div>

***

### **Futures Trading with TWAP**

1. Navigate to the **Futures Trading** page
2. Select your desired **trading pair** and **position direction** (Buy/Sell)
3. Choose **‘TWAP’** as your order type
4. Enter required parameters:
   * Total Quantity
   * Running Time
   * Frequency
5. Optional settings:
   * Check **‘Randomize’** to enable randomized order execution
   * Check **‘Reduce Only’** to exclusively reduce existing positions
6. Place your order

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

***

## Use the TWAP strategy on mobile

### **Spot Trading with TWAP**

1. After entering the trading interface via **'Trade'**, click **'Spot'** in the top-left corner
2. Select your desired **trading pair** and **position direction** (Buy/Sell)
3. Choose **‘TWAP’** as your order type
4. Enter required parameters:
   * Total Quantity
   * Running Time
   * Frequency
5. Optional settings:
   * Check **‘Randomize’** to enable randomized order execution
   * Check **‘Margin’** to use leverage
6. Place your order

<div align="left"><figure><img src="/files/rw9hDbUvt1m7HLNcg4mE" alt="" width="375"><figcaption></figcaption></figure></div>

***

### **Futures Trading with TWAP**

1. After entering the trading interface via '**Trade'**, click '**Futures'** in the top-left corner
2. Select your desired **trading pair** and **position direction** (Buy/Sell)
3. Choose **‘TWAP’** as your order type
4. Enter required parameters:
   * Total Quantity
   * Running Time
   * Frequency
5. Optional settings:
   * Check **‘Randomize’** to enable randomized order execution
   * Check **‘Reduce Only’** to exclusively reduce existing positions
6. Place your order

<div align="left"><figure><img src="/files/X3sAcyC0VtQHMweQUkMu" alt="" width="375"><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://support.backpack.exchange/exchange/trading/order-types/twap/how-to-use-the-twap-strategy.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.
