> For the complete documentation index, see [llms.txt](https://docs.j.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.j.tools/tools/boost/volume-bot.md).

# Volume Bot

[Volume Bot](https://j.tools/en/tools/volume-bot) is a Solana tool for automating trading-volume workflows with execution logic you set yourself. It is built for token launchers and project operators who want to plan a volume cycle before activating live runs. The tool is still in development, so this page covers what it is meant to do and what you can use today. If you are new here, the [Glossary](/getting-started/glossary.md) explains terms like maker and volume cycle.

{% hint style="warning" %}
**Coming soon.** Volume Bot is a placeholder in the current build. It performs no on-chain action yet and cannot generate real trading volume today. Treat everything below as the planned design, not live behavior.
{% endhint %}

{% hint style="warning" %}
**About fees.** Every action has two costs: the Solana **network fee** paid to validators, and the **J Tools platform fee**. The platform fee always shows in the app before you confirm, and nothing is charged until you sign. Fees can change over time, so trust the in-app summary rather than a number you saw once.
{% endhint %}

## What it will do

The planned tool lets you set up an automated volume cycle and then run it against your token. Based on the current design notes, that means:

* Compact controls for planning a volume cycle before you activate live execution.
* Configurable execution logic, so you decide how the cycle behaves.
* A pre-run validation pass before anything goes live.

These capabilities are described in the product copy and are not wired into the handler yet. None of them run in the current build.

## Current status

* The tool page renders a "coming soon" screen only. There is no live form or run button.
* The handler accepts no real inputs and always returns a fixed "coming soon" result.
* No DEX or platform routing, fee, or execution step is implemented yet.

When Volume Bot ships, this page gets the full step-by-step flow, the options table, and the fee summary. Until then, there is nothing to sign and nothing to run.

[**See Volume Bot in the app →**](https://j.tools/en/tools/volume-bot)

## What to use meanwhile

If you need volume or maker activity on Solana right now, these tools are live:

* [**Maker Bot**](/tools/boost/maker-bot.md) for maker-side activity on your market.
* [**Pump Volume**](/tools/boost/pump-volume.md) for volume workflows aimed at Pump.fun tokens.
* [**Multi Swap**](/tools/trade/multi-swap.md) for running batched swaps across direct DEX routes.

How a swap actually reaches the order book is worth a read first. See [DEXes and liquidity](/concepts/dexes-and-liquidity.md) for the routing side, and [Bundles and Jito](/concepts/bundles-and-jito.md) for how bulk-signing flows get packed into a block.

Not sure which one fits your token? [Which boost tool should I use?](/concepts/which-boost-tool.md) breaks down the differences. See [Related tools](#related-tools) below for the links.

## Before you start (when it ships)

When Volume Bot goes live, expect the usual J Tools setup:

* A connected wallet ([how to connect](/getting-started/quick-start.md)).
* Enough SOL for network fees and any platform fee shown in the in-app fee summary.
* The token you want to run the cycle on, picked with the built-in token selector.

The exact inputs are not final, so this list may change before launch.

{% hint style="info" %}
Volume Bot is flagged as higher-risk in its configuration because the planned design involves many wallet and transaction signing operations. Wallets like Phantom tend to warn on flows that sign in bulk. That is a property of the planned design, not a sign that anything is wrong. See the note below on Phantom warnings.
{% endhint %}

{% hint style="info" %}
**About wallet warnings.** Some tools sign more than one thing in a single step, for example creating a token and its metadata together. Phantom can show a caution banner for these multi-step transactions. The banner is expected here and does not mean something is wrong. Read what you are signing, then approve.
{% endhint %}

## If something goes wrong

Because the tool is not active yet, there are no live errors to troubleshoot. Once it ships, common issues and their fixes will be listed here, with the full set in the [Error codes reference](/reference/error-codes.md).

## FAQ

<details>

<summary>Can I use Volume Bot today?</summary>

No. It is a coming-soon placeholder. The page shows a "coming soon" screen, and the tool does not run on-chain. Use [Maker Bot](/tools/boost/maker-bot.md), [Pump Volume](/tools/boost/pump-volume.md), or [Multi Swap](/tools/trade/multi-swap.md) in the meantime.

</details>

<details>

<summary>How much will it cost?</summary>

The fee is not set yet. When Volume Bot ships, the cost appears in the in-app fee summary before you confirm, and on the [Fee schedule](/reference/fee-schedule.md). Ignore any fee figures you see quoted elsewhere for this tool until it launches.

</details>

<details>

<summary>Why does my wallet flag this tool as risky?</summary>

The planned design signs many transactions across wallets, which Phantom and similar wallets treat as higher-risk. The tool's configuration carries a high risk level for that reason. It is a config flag tied to the intended design, not observed behavior, since the tool does not sign anything yet.

</details>

<details>

<summary>Does J Tools hold my keys?</summary>

No. J Tools is non-custodial. It never holds or requests your keys, and you sign every transaction in your own wallet. That holds for Volume Bot once it ships.

</details>

## Related tools

{% content-ref url="/pages/fu2GrsRajYLjDQueIBy2" %}
[Maker Bot](/tools/boost/maker-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/ybeUy9qGvgKXJiara9XV" %}
[Pump Volume](/tools/boost/pump-volume.md)
{% endcontent-ref %}

{% content-ref url="/pages/sAoyZDh9f2RlcKOAuq5G" %}
[Multi Swap](/tools/trade/multi-swap.md)
{% endcontent-ref %}

{% hint style="success" %}
**J Tools is non-custodial.** We never hold your private keys and never ask for them. Every transaction is built in your browser and signed by your own wallet. If any page ever asks you to paste a private key, stop, close it, and let us know.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.j.tools/tools/boost/volume-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
