# Swing Vault

## **Swing Vault Feature**

Swing Vault is an exclusive trading feature developed by DeltaTrade. It simplifies grid trading by focusing on single-sided operations. Users can choose either to buy or sell, making it convenient for those holding a single token to create trades and profit from the token's price fluctuations.

## **Feature Overview**

**Classic Swing**\
Classic Create allows users to set up a bottom-fishing order.\
When this order is filled, the system automatically places a preset high-price sell order. Once the high-price sell order is filled, the system places another bottom-fishing order, and this cycle continues to generate profit.\
The operation is similar for sell orders.

**Phased Swing**\
Phased Create allows users to set multiple bottom-fishing orders.\
When one of these orders is filled, the system automatically places high-price sell orders at preset price intervals. Once a high-price sell order is filled, the system continues to place bottom-fishing orders, cycling through to generate profit.\
The operation is similar for sell orders.\ <br>

## **User Guide**

1. **Click on Trading Vault**

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

2. **Change the Trading Vault Mode to Swing Mode**

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

3. **Selecting a Mode:** In the Swing Vault feature, users can choose either Classic Create or Phased Create mode.

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

4. **Classic Mode**\
   John set a buy price of $4.6, a quantity to buy of 3, and a sell price of $5.2. The vault will automatically buy 3 NAER when the price drops below $4.6 and sell when the price reaches $5.2, profiting from the difference. This operation will repeat, and the process is similar for sell orders.

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

5. **Phased Mode**\
   Set the grid quantity to 3, the highest buy price to $4.9, and the interval price to $0.2. This creates grids at $4.9, $4.7, and $4.5. The system will automatically place high-price sell orders and low-price buy orders at these levels, profiting from the $0.2 price difference, and repeating the cycle.

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

<br>


---

# 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.deltatrade.ai/introduction-to-deltatrade/features/trading-vault/swing-vault.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.
