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

# Referral Program

### <mark style="color:purple;">**$BCA Protocol**</mark>**&#x20;referral program**

Referral Structure:&#x20;

**You Earn %** of all of your referred friends **points**.

**Your friends earn %  as bonus** when they use your referral link to join the network

> ex. Someone you refer Earn 10,000 worth of points , you get 700 as commission and they get 500 as bonus,&#x20;

### How it works

* Refer through BCA platform[ https://bcaprotocol.org ](https://app.bcaprotocol.org)

1. Sign Up.
2. Share your unique Referral Link
3. Earn rewards when your friends use your Referral link to register and join the network.

Once you've created your code, click on the copy icon next to the code to get your referral link, it should look something like this: <https://app.bcaprotocol.org/signup?ref=> <mark style="color:blue;">**\<your code>**</mark>&#x20;

You can share this link on any platform, e.g. Twitter, Facebook, Discord. When a user clicks on your link, your referral code would be stored with the user's account.&#x20;

When the user interacts within the BCA ecosystem, runs campaigns or monetizes their data you would earn rebates from the revenue they generate. You will continue to earn referral fee even if the user uses another device later on as the referral code is stored on the contract the first time the user interacts with the BCA properties.


---

# 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://docs.bcaprotocol.org/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.
