> 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/5.-why-dont-i-get-my-referral-commissions.md).

# 5. Why don't I get my Referral commissions?

**The commission you receive will come in the same currency your referral mines.**&#x20;

For example, if your referral mines BNB, you will get a percentage of their BNB mining; if it’s BTC, you will get BTC. Therefore, it’s important to check all the currencies subsection in your [<mark style="color:green;">Referral Stats</mark>](https://rollercoin.com/referral/stats)!

{% hint style="danger" %}
**Transactions that DO NOT give referral commissions to the inviter:**

* **Store spendings**
  * Buying racks
  * Purchasing anything related to the Season Pass, such as:
    * Season Pass
    * All rewards (and All rewards Again)
    * Levels
  * Crafting Offer
  * Purchasing / Upgrading the room (or applying visual room skins)
* **Merge-related spendings and earnings**
* **Crypto transactions such as:**
  * Purchasing Lootboxes
  * Purchasing Bundles
* **RST & HMT spending and mining**
* **TWT spending**
* **Task Wall income**
* **RLT exchange**
  {% endhint %}

It is also important to note that the referral bonus percentage may change over time. Therefore, it is recommended to check the Referral Program dashboard regularly for any updates or changes to the bonus structure.

**Lastly, fraudulent or suspicious referrals will not be counted and may result in the loss of referral bonuses or even account suspension!**


---

# 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/5.-why-dont-i-get-my-referral-commissions.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.
