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

# Referral Program

### Overview

**ChartUp** offers a referral program that allows you to earn rewards by inviting new users.\
\
When a referred user places a **paid order**, you receive a reward share.\
\
Rewards are **ongoing** and continue for as long as the referred user remains active.

***

### How It Works

Referral rewards are calculated on a per-task basis. You receive 0.1 SOL for every 1.5 SOL spent by your referred user on eligible tasks, with rewards scaling proportionally for larger orders.

| Task Type                         | Reward                  |
| --------------------------------- | ----------------------- |
| Volume Order Reward (Per 1.5 SOL) | 0.1 SOL                 |
| Makers Booster Package            | 0.1 SOL per package     |
| Holders Booster Package           | 0.1 SOL per 500 holders |

**Example:**\
\
A 12 SOL volume booster package generates a total referral reward of 0.8 SOL. If the same referred user also purchases a Makers Bot or a 500-holder package, you receive an additional 0.1 SOL reward — bringing the total to 0.9 SOL.

***

### Key Features

* **Recurring Rewards** — Continue earning as long as your referred users remain active and place new orders.
* **No Caps or Expiry** — Rewards are lifetime-based for each referred user.
* **Instant Payouts** — Rewards are distributed automatically once an order is placed.
* **Multi-Product Earnings** — Earn from Volume, Makers, and Holders Bots tasks.

***

### Best Practices

The referral program works best when shared with active project owners and experienced Solana developers who regularly use volume simulation, holder distribution, or maker activity tools in their development and testing workflows.

> 💡 **Note:** All referral rewards are automated and tracked transparently. Rewards are generated only from completed orders placed by referred users — users who start the bot without placing an order do not generate referral rewards.


---

# 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/referral-program.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.
