> 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/packages.md).

# Packages

#### **Packages & Durations**

ChartUp offers predefined packages that combine a target trading volume with a selected duration. Each package runs automatically through distributed wallet activity, while all tasks remain fully controllable — pause, resume, or modify them at any time during execution.

A built-in dynamic volume calculator provides real-time volume estimates based on the current SOL price, ensuring accurate projections before each order.

***

#### **Available Packages**

* 1.5 SOL
* 3 SOL
* 4.5 SOL
* 9 SOL
* 12 SOL
* 18 SOL
* 36 SOL
* 54 SOL
* 108 SOL
* 216 SOL

***

#### **Duration Options**

* 20 minutes (Pumpfun only)
* 1 hour
* 3 hours
* 6 hours
* 12 hours
* 24 hours
* 3 days
* 7 days

***

#### **Disclaimer**

Service durations are approximate and may vary depending on market conditions, token volatility, and platform performance.

All package calculations are based on Raydium’s **0.25% swap fee**. Other platforms may apply higher fees (for example, Pumpfun charges **1.25%**), which means the same package will generate proportionally lower trading volume.

All package results are **estimates only**. Actual outcomes may differ and can be influenced by external market factors outside ChartUp’s control.


---

# 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/packages.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.
