> For the complete documentation index, see [llms.txt](https://docs.realfi.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realfi.co/testnet-participation/referral-mechanism-and-points.md).

# Referral mechanism and points

Every RealFi user is issued a unique, auto-generated referral link the moment they connect their wallet. The link is permanent and cannot be changed, and the friend who joins through it is permanently paired to that referrer; this pairing cannot be overwritten, and self-referrals or circular referral loops are not permitted. In order to be attributed as a referral, a user must make their initial connection to the RealFi dApp via a referral link; referrals are not possible for wallets that have already connected to the RealFi dApp.\
\
![](/files/7eKaL0yzmCON5MepdKpx)

### How the referral bonus works <a href="#how-the-referral-bonus-works" id="how-the-referral-bonus-works"></a>

When a referred user earns points, their referrer earns a bonus calculated as 10% of that user’s daily points. This bonus flows upstream through the referral chain at a diminishing rate: a grand-referrer earns 10% of the 10% earned by their referrer, and so on up the chain. The bonus is only minted once the referred user’s points balance reaches at least 5,000 points across all activities. These bonus points are newly minted by the protocol rather than deducted from the referred user’s balance, so referring does not reduce the rewards earned by the person being referred.

### Testnet referral limits <a href="#testnet-referral-limits" id="testnet-referral-limits"></a>

During the Testnet, referral rewards are capped to reflect the fact that Testnet points carry no real-world value. A user earns bonuses from only their first 5 direct referrals, determined by the timestamp of the referral link’s use; referrals beyond the fifth are still recorded and linked in the database but generate no bonus points for the referrer during the Testnet period.

Points earned through Testnet referrals are not automatically final. They vest only once the referring wallet holds at least 100 USDr or sUSDr during our mainnet launch phase, with Testnet and Mainnet wallets needing to be linked via an on-chain, dual-signature message.

### Mainnet Season 1 <a href="#mainnet-season-1" id="mainnet-season-1"></a>

Once Mainnet launches, the 5-referral cap is removed. Referral links established during the Testnet, including those beyond the first 5, automatically become eligible for rewards based on Mainnet activity, and the 10% bonus applies to an unlimited number of direct and indirect referrals during the first Mainnet Season. Referral bonuses stop accruing after that first Mainnet Season concludes.


---

# 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.realfi.co/testnet-participation/referral-mechanism-and-points.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.
