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

# Referral Program

On the account page, you can generate a referral link to share with your friends! If your friends who used your referral link win in the weekly draw, **10% of the jackpot goes to you!** \
\
The referral link can be customized to whatever you want, and you'll do this on the account page where you generate the referral link.

👉 **Please note:** People have to click the referral link the next time they make a deposit from the same browser, for it to count as you referred them! If they clear the cookies and cache before depositing, or they have already used a referral link, the referral won't be counted. Cookies and cache can be cleared after a deposit, and the deposit will be counted!

### **Here is a guide on how to create the ref-link:**

Step 1

![](/files/GL9j5ZKJ6AfYnq1Q9ow6)

Step 2

![](/files/la6dVoV8jmppwNWc7u1C)

Step 3

![](/files/0vF7L6kDctZ3H5pmizKZ)

Step 4

![](/files/ilUEASpxM1cJjWRLNviQ)


---

# 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.joinpoolparty.io/introduction/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.
