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

# Organic Holders Bot

The Holders Bot is designed for testing and simulation of **holder distribution** across **unique wallets** on the Solana network.

Each unique wallet receives a permanent, randomized token allocation to simulate organic holder distribution patterns in development and private testing environments. \
\
Once holders are added, they are considered **permanent and are not removed from the distribution**. This allows developers to test holder-related metrics, wallet distribution behavior, and token allocation structures before deployment.

***

### Key Details

| Parameter | Description                                            |
| --------- | ------------------------------------------------------ |
| Type      | Permanent unique holders                               |
| Behavior  | Each wallet receives a small, randomized token amount  |
| Objective | Improve token distribution and on-chain holder metrics |

***

### Packages & Pricing

| Holders | Price    |
| ------- | -------- |
| 500     | 1.5 SOL  |
| 1,000   | 3.0 SOL  |
| 2,500   | 7.5 SOL  |
| 5,000   | 15.0 SOL |
| 10,000  | 30.0 SOL |
| 20,000  | 60.0 SOL |

> **Rate:** 1.5 SOL per 500 holders

Pricing already **includes** protocol-required rent-exemption fees for each new Solana account created. As detailed in the Solana official [documentation](https://solana.com/learn/understanding-solana-transaction-fees#storage-rent), each token account must maintain a minimum rent-exempt balance (approximately **0.002 - 0.0025 SOL**) to remain active.


---

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