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

# Pump Comment

[Pump Comment](https://j.tools/en/tools/pump-comment) is a planned tool for posting coordinated comments inside Pump.fun workflows. The idea is to run comment activity across more than one account from a single place, instead of switching wallets by hand. It is not live yet, so this page covers what it will do and what to reach for in the meantime. If the term [Pump.fun](/getting-started/glossary.md) is new to you, the glossary explains the bonding-curve launchpad it sits on.

{% hint style="warning" %}
**This tool is not functional yet.** The page in the app shows a coming-soon screen, and nothing you enter is processed. Treat everything below as the intended direction, not a feature you can run today.
{% endhint %}

## Status

Pump Comment is being rebuilt with stronger wallet validation and safer multi-account posting controls. Until that work ships, the tool returns a fixed "coming soon" response and takes no action on chain or off it. The page is kept out of search indexing on purpose while it sits in this state.

If you land on the tool inside J Tools, you will see a notice screen rather than a working form.

## What it will do

When it opens, Pump Comment is meant to post coordinated comments in Pump.fun workflows from several accounts at once. The intended audience is Pump.fun token creators and promoters who want to organize comment activity across multiple accounts from one screen.

The exact flow, the account model, and any per-comment cost are still being designed. The only input declared in the code so far is an optional token mint, which would point the comments at a specific Pump.fun token.

{% hint style="info" %}
Pump.fun is a bonding-curve launchpad. Pump Comment is shaped around that surface, the same way its sibling [Pump Volume](/tools/boost/pump-volume.md) targets Pump.fun bonding-curve tokens. For the wider picture of how these surfaces relate, see [DEXes and liquidity](/concepts/dexes-and-liquidity.md).
{% endhint %}

[**See Pump Comment in the app →**](https://j.tools/en/tools/pump-comment)

## The options, explained

Only one field exists in the current placeholder. More will be added when the tool is built out.

| Field      | What it does                                                                                   |
| ---------- | ---------------------------------------------------------------------------------------------- |
| Token mint | Optional. The Solana token mint the comments would target. Not wired to any real behavior yet. |

## Use this in the meantime

Pump Comment does not replace the tools that already work. While it is in development, these are live:

* Launching a Pump.fun token: see [Pump.fun Create](/tools/launch/pumpfun-create.md).
* Building on-chain activity the supported way: see [Holder Booster](/tools/boost/holder-booster.md), the one live tool in this category.
* Driving real trade flow on a Pump.fun token: see [Pump Volume](/tools/boost/pump-volume.md).

{% hint style="warning" %}
Comment and market-activity tools change what other people see on a token's page. When this tool ships, use it honestly and inside the rules of every venue you touch, Pump.fun included. It is not a license to mislead buyers.
{% endhint %}

## Fees

No fee is charged today, because the tool has not launched yet. When it launches, any platform fee will show on the tool's fee card before you confirm, and admins can adjust it, so read the in-app summary rather than a fixed number.

{% 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 %}

See the full breakdown on the [Fee schedule](/reference/fee-schedule.md).

## If something goes wrong

The tool is not running anything yet, so there is nothing to fail on chain. If a page misbehaves or a wallet action elsewhere returns an error, check the [Error codes reference](/reference/error-codes.md).

## FAQ

<details>

<summary>Can I use Pump Comment right now?</summary>

No. It shows a coming-soon screen and processes nothing. The intended behavior, coordinated comments across multiple accounts, is not implemented in the current build.

</details>

<details>

<summary>Will it charge a fee when it opens?</summary>

That has not been set. No fee is collected today. When the tool ships, the in-app fee summary will show the exact amount before you sign anything.

</details>

<details>

<summary>What works today instead?</summary>

For Pump.fun launches, use [Pump.fun Create](/tools/launch/pumpfun-create.md). For real on-chain holder growth, use [Holder Booster](/tools/boost/holder-booster.md), which is live now.

</details>

<details>

<summary>Why can't I find this page in search?</summary>

It is set to no-index while it is in the coming-soon state, so search engines skip it on purpose. That changes once the tool is released.

</details>

## Related tools

{% content-ref url="/pages/xENB3pWkEElG6NsYww6X" %}
[Pumpfun Create](/tools/launch/pumpfun-create.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/o5eO6abVdoCCB4WkfKVR" %}
[Holder Booster](/tools/boost/holder-booster.md)
{% endcontent-ref %}

{% content-ref url="/pages/EfJbZUI6IOjwYrvRvBZi" %}
[Which boost tool?](/concepts/which-boost-tool.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/pump-comment.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.
