# Referral System

Existing 3A users can invite new users using referral links. Referral links track the actions of the invited wallets. When new users perform specific actions with their wallets, the existing user is rewarded.&#x20;

We reward all actions that generate fees to the cashback pool.

* ***Minting EURO3 loan (min 0.5% fee)***
* ***Redeeming (min 0.5% fee)***
* ***Paying for Premium Services (Bots)***

Rewards are paid in A3A tokens and are getting distributed every 2 weeks. The total number of A3A tokens sent as rewards is predefined by the DAO. Users compete for a share of the rewards every 2 weeks based on the fees generated by their referrals.

**The rewards are calculated off-chain and distributed on-chain.**&#x20;

It helps address protocol scalability, gas fees, future growth, and evolution as well as the security of the platform.  \
\
The referral program tracks specific on-chain actions in the protocol to reward users, who can be either a **NORMAL USER** or a **CENTURION**.

Calculations for distribution rewards:

* **T:** Total EURO3 revenue brought from all referred addresses (Minting+Redeeming+Bot Purchase)
* **M**: EURO3 Revenue brought through my referrals
* **C**: Centurion NFT→ C=1.5 if not, C=1
* **R**: Total biweekly A3A rewards
* **P**: Payout to a person with referred addresses P= (R/T)(M\*C)

\ <br>


---

# 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.3adao.org/3a-protocol/community-rewards/referral-system.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.
