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

# Referral Program

The referral owner can earn a commission by inviting others to create, join, and engage in fundraising campaigns on Shihu Protocol DAOs. Rewards depend on two key actions–when the invited user successfully raises funds and when they invest in fundraising projects. The more friends you invite, the higher your rewards.

<figure><img src="/files/ahXk3if7oaQdSVxwJEeX" alt=""><figcaption></figcaption></figure>

* Total Commission = **1%** of your referrals' raised funds + **2.5%** of your referrals' committed funds to successful projects.\
  \
  For example, if you invite A, and he creates a fundraising campaign with 100 BNB that is successful, and you invite B, who joins a fundraising campaign and commits 1 BNB successfully, then you will receive:\
  \- From A: 1% \* 100 BNB = 1 BNB\
  \- From B: 2.5% \* 1 BNB = 0.025 BNB\
  \- Total Commission = 1 BNB + 0.025 BNB = 1.025 BNB<br>
* Extra Rewards with SER Points\
  For each valid referral, you earn **88 SER**. To qualify as a valid referral, the person you invite via your referral link **must complete** at least one task on Shihu.

🔗 Learn more about [Shihu Referral Program](https://www.dropbox.com/scl/fi/uiirikzheoxaxzxq0950v/REFERRAL-PACKAGE.pdf?rlkey=yhuujd9z7anci2ua7vb26xpsy\&e=1\&st=8h9g1p3d\&dl=0).

#### How to Get Your Referral Link?

You can obtain your unique referral link from your profile. Simply click the **Copy button** to share it with others.

<figure><img src="/files/x74Rs054sdEmLRlkxuKc" alt=""><figcaption></figcaption></figure>

<br>


---

# 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:

```
GET https://shihu.gitbook.io/shihu-whitepaper/the-origin/referral-program.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.
