> For the complete documentation index, see [llms.txt](https://wagerdao.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wagerdao.gitbook.io/whitepaper/referrals.md).

# Referrals

### How Referrals Work

Our referral system is designed to reward you for bringing new users to the platform. Here’s the step-by-step process:

1. **Invite Friends**
   * Share your unique referral link with friends or community members.
2. **Friends Join and Play**
   * When your friends sign up using your referral link and place bets on WagerDAO, both you and your friend earn rewards.
3. **Earn Rewards Automatically**
   * Every time a bet is placed, a small percentage of the bet is set aside as referral rewards.
   * As the referrer, you earn a share of this reward. Your friend (the invitee) will also earn a small reward for being referred.
4. **Claim Your Rewards**
   * You can claim your accumulated referral rewards directly from the platform.
   * Rewards are paid in BNB, and your balance updates in real-time so you can see how much you’ve earned.
5. **Track Your Progress**
   * The platform keeps track of all your referrals and rewards. You can see your total rewards, recent activity, and when your rewards were last claimed.

***

### Why Use Referrals?

* **Passive Earnings:** You earn rewards just by inviting friends and building your network.
* **Shared Benefits:** Both you and your friend benefit from the referral program.
* **Community Growth:** Help grow the WagerDAO community while earning rewards.

***

**Tip:** Share your referral link in your social networks, Discord, Telegram, or with friends directly. The more people you bring, the more rewards you can earn!


---

# 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://wagerdao.gitbook.io/whitepaper/referrals.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.
