> For the complete documentation index, see [llms.txt](https://chartup.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chartup.gitbook.io/docs/main-functionalities/volume-booster.md).

# Volume Bots (Jito & Organic)

### Volume Bots (Tasks)

ChartUp provides automated volume simulation tasks that distribute trading activity across decentralized exchanges using multiple wallets, randomized trade sizes, and configurable time intervals. Designed for development and testing environments, these tools simulate on-chain activity patterns for Solana token projects.

#### How It Works

* Volume tasks execute sequences of buys and sells designed to simulate standard market activity patterns, allowing developers to test token behavior, liquidity conditions, and execution settings before launch.
* Each buy originates from a separate wallet, ensuring no single address dominates trading.
* Tasks run continuously according to your allocation settings, generating consistent transaction flow across supported DEXs.

> 💡 Note: Volume tasks are fully automated. You configure the task, and the ChartUp AI bot handles execution automatically. It is the sole responsibility of the project team to disclose the use of trading automation and avoid presenting simulated activity in a misleading manner.

#### Supported DEXs

ChartUp currently supports volume simulation on:

* Raydium
* LaunchLab
* Bonkfun (Bonk)
* Pumpfun
* PumpSwap
* Meteora
* Meteora DBC
* Jupiter Studio
* BelieveApp
* Bags
* Heaven
* Moonit
* Moonshot
* And other launchpads

#### Auto Migration

If your token migrates to a new liquidity pool, ChartUp automatically detects the change and redirects trading activity to the new pool, ensuring uninterrupted execution of active tasks.


---

# 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://chartup.gitbook.io/docs/main-functionalities/volume-booster.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.
