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

# Referral Program

We’re excited to introduce [**P2PBet**](https://p2pbet.io/)**’s Referral Program**, designed to reward you for helping grow our P2P community. Earn passive income every time your referrals and referrals of your referrals place bets – the more they bet, the more you earn.

### Your Referral Link <a href="#your-referral-link" id="your-referral-link"></a>

When you create an account in **P2PBet**, you receive a unique referral link. Share it with others, and every time someone signs up using your link and wins, you’ll earn a percentage of the fees. Referred users remain tied to the inviter permanently.

Rewards earned through the referral program are automatically added to your balance.

<figure><img src="/files/HefsOQyI3idAhpG7aBCo" alt=""><figcaption><p>Multi-level Referral System</p></figcaption></figure>

### Rewards Breakdown <a href="#rewards-breakdown" id="rewards-breakdown"></a>

**P2PLabs'** multi-level Referral System rewards you across multiple levels.

#### Level 1 <a href="#level-1" id="level-1"></a>

Users who sign up using your referral link. Your earnings represent 20% of the commission paid by these users on the P2PBet platform.

For example:

* Person A refers Person B
* Person B wins $10,000, from which the platform takes a 5% commission
* Winning Fee: $10,000 × 5% = $500
* Person A’s reward: $500 × 20% = $100

#### Level 2 <a href="#level-2" id="level-2"></a>

Users who were referred by your direct invitees (i.e., your Level 1 referrals). Your earnings represent 5% of the commission paid by these users on the P2PBet platform.

For example:

* Person A refers Person B → Person B refers Person C
* Person C wins $10,000, from which $500 is the platform’s commission
* Winning Fee: $10,000 × 5% = $500
* Person A’s reward: $500 × 5% = $25


---

# 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://p2pbet.gitbook.io/documentation/for-users/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.
