> For the complete documentation index, see [llms.txt](https://crocbot.gitbook.io/crocbot-or-airdrop-farming-tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crocbot.gitbook.io/crocbot-or-airdrop-farming-tools/crocbot-ecosystem/referral-program.md).

# Referral Program

**How it works for referrer?**

As a referrer, you have the opportunity to earn ETH by referring others to the CrocBot platform. For every “buy” transaction made by your referrals, you’ll receive 1% of the total CROC token volume they purchase.&#x20;

You just need to go to [*dashboard/referral*](https://dashboard.crocbot.farm/referral) and **Click** on "Copy ref link"&#x20;

<figure><img src="/files/x4UfhTqasxuIy2CzWJDZ" alt=""><figcaption></figcaption></figure>

<mark style="color:green;">Exemple scenario:</mark> Your referrals, Alice and Bob, purchase $ 100,000 of tokens within a week.

* Total “Buy” of CROC Volume: $ 100,000
* 1% Reward for Refferers: 1% of $ 100,000 = $ 1,000

This example illustrates how your earnings can quickly add up as your referrals engage with CrocBot. The more referrals and transactions, the more ETH you can accumulate.

You also have direct access from the interface to the ETH generated through the referral, which you can claim at any time :

<figure><img src="/files/mmE3yFXlUhUDx6zoups0" alt=""><figcaption></figcaption></figure>

And you also have access to the table that compiles all of your referral transactions. You have the ability to track all transactions, their volume, and the fees generated for each one :

<figure><img src="/files/W2UYxUADwbXhgd83NVal" alt=""><figcaption></figcaption></figure>

**How it works for referee?**

\
As a referee who purchases a minimum of 10,000 CROC tokens directly to your ETH address, you’ll receive a valuable bonus. You’ll be granted swarm addresses, opening up new possibilities for you in the airdrop world.

<mark style="color:green;">Here’s how it works:</mark>

<mark style="background-color:yellow;">Condition</mark>: To be eligible for swarm addresses, you must hold a minimum of 10,000 CROC tokens purchased directly to your ETH address.

<mark style="background-color:yellow;">Example</mark>: Let’s say you’ve been referred by a friend, and you decide to buy 10,000 CROC tokens directly to your ETH address.

<mark style="background-color:yellow;">Result</mark>: You will have 10,000 CROC tokens in your wallet and access to 2 swarm addresses. Remember, it takes 10,000 CROC tokens to unlock each swarm address.


---

# 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://crocbot.gitbook.io/crocbot-or-airdrop-farming-tools/crocbot-ecosystem/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.
