# Trading Tools

## Smart Bundler

Coordinated buys into a token that **already exists** (post-launch support, accumulation, etc.).

1. Enter **token address**.
2. Set **total budget** and distribution: **Smart** (random split) or **Fixed** (equal per wallet).
3. Set **slippage**.
4. On Solana, pick bundle mode (**Jito** / **Stealth**) and shares if needed.
5. **Preview**, then **Execute**.

**Auto-Fund:** Pulls from treasury into underfunded wallets before execution when enabled.

**Solana tip:** **True Jito Bundle** — each wallet buys in the same Jito bundle with no SPL transfer trail between them.

## Volume Bot

Continuous **buy/sell cycles** with randomized timing and size.

### Campaign settings

* Token address
* **Total budget** (native, whole campaign)
* **Cycles** count
* **Min/max delay** between cycles (seconds)
* **Min/max trade size** per leg
* Wallet scope: all or capped **wallets per cycle**
* On Solana: **Mixed Buy/Sell** for more natural two-way flow

**Start / stop** from the UI. Concurrent campaign limits depend on tier (see Subscriptions).

### Volume Calculator

The Volume Bot page uses the **Volume Calculator** to derive budget, cycles, delays, and trade sizes:

1. Choose **chain**
2. Enter **target USD volume**, **timeframe (hours)**, **number of wallets**, and **native coin USD price**
3. Click **Calculate settings**
4. Review summary, enter **token address**, then **Start Volume Bot**

Example: \~170+ wallets for $500k over 24h; Lite caps at 50 wallets per campaign, Pro at 300.

## Fast Volume Pump

Short, intense burst of activity.

1. Select wallets (balances shown)
2. Token address + budget (split across selected wallets)
3. **Dry Run** simulates without sending trades
4. **Start** runs the burst; watch status and campaign id in the UI

## Individual Trading

Manual **one wallet at a time** — no campaign.

**Buy:** token address, spend amount in native coin, slippage, **Buy**.

**Sell:** token address (balance loads), amount or **percentage**, **Sell**.

Best for small adjustments, not bulk operations.

## Smart Bundler — distribution modes

| Mode      | When to use it                                            |
| --------- | --------------------------------------------------------- |
| **Smart** | Random split across wallets — looks more organic on-chain |
| **Fixed** | Same amount per wallet — predictable, even distribution   |

## Exiting a position (Liquidate All)

On the **Dashboard**, use **Liquidate All** and pick the correct **chain** (BSC or Solana) and **token address**. This sells that token from **every** wallet on that chain. Confirm carefully — it cannot be undone from the UI.


---

# 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.veloxlabs.xyz/trading-tools.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.
