> For the complete documentation index, see [llms.txt](https://cashback-eth-1.gitbook.io/cashback-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cashback-eth-1.gitbook.io/cashback-docs/product-guides/referral-program.md).

# Referral Program

Cashback's referral program is designed to reward both you and your friends, amplifying the benefits of being a part of our community. By referring others, not only do you help spread the word about our innovative service, but you also enhance your own earnings potential. Here's how to make the most out of our referral system:

1. **Starting with Your Referral ID**

Once you've sent at least one transaction via Cashback:

* Navigate to your account dashboard on the Cashback website.
* Here, you will find your unique **Referral ID**. This ID is your key to inviting others and earning additional rewards.

2. **Sharing is Caring (and Rewarding!)**

* Share your unique Referral ID with friends, family, and colleagues.
* They can use your Referral ID to sign up for Cashback and start transacting.

3. &#x20;**Referral Rewards**

For every individual who joins through your referral and makes at least one transaction:

* Both you and the referred individual will earn an **additional 0.1 transactions**.
* This bonus is forever.

4. &#x20;**Monitoring Your Referral Success**

Back on your account dashboard:

* Keep track of the number of people you've referred and the bonus transactions you've earned from those referrals.

5. &#x20;**Limitless Opportunities**

There's no cap on how many people you can refer, so the more people you introduce to Cashback, the more you stand to gain!

***

Our referral program is a testament to our belief in community and shared success. By helping others discover the benefits of Cashback, you not only foster the Ethereum ecosystem but also significantly amplify your earnings. Happy referring!


---

# 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://cashback-eth-1.gitbook.io/cashback-docs/product-guides/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.
