# Configuration

When setting up the **Volume Booster** strategy during **Create Strategy**, you'll need to provide the following details:

1. **Token Address (optional)**
   * If you want to trade a specific token, provide its SPL token mint address.
   * Leave it blank if you want to boost SOL volume.
2. **Number of Wallets**
   * Choose the number of custodian wallets (1–20) to distribute trades across.
   * More wallets lead to higher trade frequency and volume, but also higher fees.
3. **Trade Frequency (minutes)**
   * Set how often trades occur for each wallet.
   * Shorter intervals result in more frequent trades, potentially increasing fees.
4. **Minimum/Maximum Trade Amount (in SOL)**
   * Each trade will use a random amount within the specified range.
   * This controls the amount of SOL used per trade, affecting both volume and transaction fees.


---

# 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://selen-ai.gitbook.io/selen-ai-how-to-use/configuration.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.
