# Referral program

Each registered user of the Crodo platform receives an individual affiliate link, which allows you to receive additional Gravity in the amount of 2% of your referral partner's frozen CROD amount.

### **The formula for calculating your bonuses:**

$$
​
Gravity = CROD\*0.02
$$

* CROD is the staking amount of your referral partner&#x20;
* Gravity is the sum of your staking bonuses from your referral partner

### Calculation example:

$$
10000 (CROD)\*0.02=200 (Gravity)
$$

{% hint style="info" %}
Bonus points Gravity are credited to your account within 24 hours from the moment of staking by your referral partner and remain in your account while this amount is in staking mode.
{% endhint %}

You can get a referral link on the profile page: <https://crodo.io/profile>

![](/files/Is6AGpCAO6KJSZDZAA6N)

By attracting new users through your referral link, you increase [tier](/documentation/tiers.md).


---

# Agent Instructions: 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:

```
GET https://docs.crodo.io/documentation/referral-program.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
