> For the complete documentation index, see [llms.txt](https://docs.volufy.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.volufy.io/misc/faqs.md).

# FAQs

### 🚀 Getting Started

<details>

<summary><strong>How do I access the bot?</strong></summary>

Open Telegram and search for ***@volufy\_bot*** to start.

</details>

<details>

<summary><strong>How do I start my first boost?</strong></summary>

Type `/start`, pick chain, paste token, select package, deposit → done in 2–3 minutes.

</details>

<details>

<summary><strong>Do I need Telegram open?</strong></summary>

No. Boosts run server-side; you’ll get updates even if Telegram is closed.

</details>

<details>

<summary><strong>Can I boost multiple tokens at once? And can I have more than 1 active bot package on the same token?</strong></summary>

Yes. Boosts run independently across chains. You can also have multiple active packages on the same token. The bot will continue to run independently, and you can track the progress of each bot package.

</details>

### 💰 Packages & Pricing&#x20;

<details>

<summary><strong>How is package pricing determined?</strong></summary>

Each package is priced in the native chain token (SOL, ETH, BNB). The bot then auto-calculates the number of transactions (n) and wallets required to deliver the projected boost. Larger packages unlock higher transaction counts and volumes.

</details>

<details>

<summary><strong>Why might my actual volume differ from the projected volume?</strong></summary>

Projected volumes are estimates based on your package size, the live token price, pool fees, slippage, and liquidity depth. Final delivered volume may be higher or lower depending on market conditions at the time of execution.

</details>

<details>

<summary><strong>Are there any hidden fees or extra charges?</strong></summary>

No. You only pay the package cost plus minimal network gas fees. All costs are shown clearly in the order summary before you proceed.

</details>

<details>

<summary><strong>Can I create a custom package outside presets?</strong></summary>

Yes. You can enter any custom SOL/ETH/BNB amount. The bot instantly calculates the projected volume, txn count, and wallets for your chosen size before payment.

</details>

### ⚡ Boost Execution&#x20;

<details>

<summary>How long does a typical boost take?</summary>

* Small packages: 1–2h
* Medium packages: 4–6h&#x20;
* Large packages: 6–12h

</details>

<details>

<summary><strong>What if liquidity is low?</strong></summary>

Bot auto-adjusts swap sizes to avoid >5% slippage.

</details>

<details>

<summary><strong>Does the boost include both buy and sell transactions?</strong></summary>

Yes. Every boost is designed with a balanced mix of buys and sells to create natural-looking trading activity.

</details>

### 🔒 Security & Detection&#x20;

<details>

<summary><strong>How safe are the wallets used during a boost?</strong></summary>

All wallets created by Volufy are fully encrypted. Private keys are never stored, and vault segregation ensures that operational wallets and margin funds remain isolated for maximum protection.

</details>

<details>

<summary><strong>What anti-detection measures are in place?</strong></summary>

Boosts are executed across thousands of wallets, with randomized timing, transaction sizes, and distribution patterns. This approach keeps detection rates below 0.1% across 10,000+ completed boosts.

</details>

<details>

<summary><strong>Is there a risk that exchanges will flag my token?</strong></summary>

To date, no projects using Volufy have been flagged. The anti-detection system is continuously updated to adapt to evolving exchange monitoring tools, keeping boosts as natural as possible.

</details>

### &#x20;⚙️ Technical Issues&#x20;

<details>

<summary><strong>I sent a payment but the bot didn’t detect it. What should I do?</strong></summary>

First, double-check that you sent the correct amount, to the correct address, and on the correct network. If everything matches, contact support with your transaction hash so the team can verify and assist.

</details>

<details>

<summary><strong>What happens if the network is congested?</strong></summary>

During congestion, the bot automatically increases gas fees to push transactions through. This may extend the overall duration of your boost, but you will never be charged additional fees beyond the package and gas.

</details>

<details>

<summary><strong>Why isn’t my boosted volume showing on charts right away?</strong></summary>

On-chain transactions are immediate, but third-party trackers like DexScreener or CMC can take 15–60 minutes to refresh. You can always confirm live activity instantly on blockchain explorers.

</details>

### 🛠 Advanced & Custom&#x20;

<details>

<summary><strong>Can Volufy handle tokens with high buy/sell taxes (>10%)?</strong></summary>

Yes. The bot can execute trades on taxed tokens, but overall efficiency of deployed funds decreases drastiacally as higher taxes consume more of the package value. This leads to lower volumes than predicted.

</details>

<details>

<summary><strong>What is the recommended minimum liquidity to run Volufy effectively?</strong></summary>

We suggest at least $5,000 in pool liquidity. Larger boosts may require higher liquidity to avoid slippage and maintain natural execution.

</details>

<details>

<summary><strong>Can I request support for a new chain or DEX?</strong></summary>

Yes. Volufy is continuously expanding. Contact support to request a specific integration—we actively add more chains and platforms.

</details>

<details>

<summary><strong>Where can I view analytics for my boosts?</strong></summary>

Currently, summaries are provided directly in Telegram after each boost. A full analytics dashboard for both active and past campaigns is currently in development.

</details>


---

# 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.volufy.io/misc/faqs.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.
