# Volume

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

## Add Volume

{% stepper %}
{% step %}

### Enter Min Buy Amount

* Minimum amount that will be bought by the selected tokens
  {% endstep %}

{% step %}

### Enter Min Buy Amount

* Maximum amount that will be bought by the selected tokens
  {% endstep %}

{% step %}

### Enter Min Delay

* Minimum amount in seconds that will be awaited before a buy
* Entering a 1 is equivalent to 1 second
  {% endstep %}

{% step %}

### Enter Max Delay

* Maximum amount in seconds that will be awaited before a buy
* Entering a 3 is equivalent to 3 seconds
  {% endstep %}

{% step %}

### Select the Wallets&#x20;

* Select the wallets you want to buy with
* Make sure the wallet has a balance that falls in between the min and max buy amounts (make sure you leave around 0.05 sol for network fees + tips)
* So if your volume wallet has 0.3 SOL then the `Max Buy Amount` should never be set over 0.25 SOL
  {% endstep %}

{% step %}

### Click Add Volume

* This will begin the volume task and buy randomly between your min and max delay with an amount in between your min and max buy per wallet
* If you want to pair up selling with the volume buys you can create sell token automated tasks or use the quick sell buttons
  {% endstep %}
  {% endstepper %}


---

# 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://froglabsio.gitbook.io/terminal/the-details/tasks/volume.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.
