> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/f.a.q./referral/2.-how-can-i-earn-more-with-referral-program.md).

# 2. How can I earn more with Referral Program?

When you refer a user to RollerCoin, you'll earn a percentage of their total mining income! Your commission can be up to **25%** of the total tokens mined by the referred user.

The best part? Your commission is calculated the day after a user signs up, so you won’t miss out on any earnings. You'll receive your full commission every day for the activity conducted by your referral the previous day.

{% hint style="success" %}
**Transactions that give referral commission to the inviter:**

* **Transactions with RLT**
  * 15% of the purchase of Miners in the Store goes to the inviter.
    * Including miners in Sales & Popular.
  * 15% of the spending on the Landing Sale goes to the inviter.
  * 15% of the spending on the Bundles goes to the inviter.
  * 15% of spending on Lootboxes (with the exception of the Lucky RLT Case) goes to the inviter.
    * 0.6% of the Lucky RLT Case opening goes to the inviter
  * 1% of the sale of goods on the Marketplace goes from the referral to the inviter
* **Transactions with crypto (BTC, DOGE, SOL, etc.)**
  * 15% of the spending on the Landing Sale goes to the inviter.
* **Mining**
  * 25% of what is mined by the Referral goes to the inviter
  * Mining RST does not bring referral fees to the inviter.
    {% endhint %}

Your commission is transferred directly to your in-game balance, which you can withdraw or use to buy miners and other items to boost your mining rewards.

**Start referring your friends to RollerCoin and watch your earnings grow!**


---

# 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://faq.rollercoin.com/rollercoin/f.a.q./referral/2.-how-can-i-earn-more-with-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.
