> 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/3.-how-to-make-a-referral.md).

# 3. How to make a referral?

## **Here are some tips to help the referral program work properly**

* **Clear Browsing Cache**: Encourage your friends to clear their browser’s cache before clicking your referral link.
* **Copy and Paste the Link**: Ask them to copy and paste the link directly, rather than clicking it through other websites (e.g., Facebook), which might prevent the link from working.
* **Use Different Devices and Networks**: If many people sign up from the same internet network, it might cause issues. Ensure your friends use their own device and internet connection to sign up.

## How to Invite Someone to RollerCoin:

* **Access the Referral Program**: Click on your profile in the top-right corner and go to the [<mark style="color:green;">**Referral Program**</mark>](https://rollercoin.com/referral) section.
* **Copy and Share the Link**: Copy the referral link and send it to the person you want to invite.
* **One-Time Bonus for Referrals**: When they sign up using your link, they will receive a one-time bonus of **1,000 SATOSHI**.
* **Important Rules**: Make sure you **don’t use the same IP address** (same Wi-Fi, same internet point, etc.) to register your referral, as it’s against our rules and could lead to 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/3.-how-to-make-a-referral.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.
