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

# Web3-Referral-System

WeSendit hat ein Web3-basiertes Direkt Empfehlungs System implementiert, das Web2- und Web3-Nutzer für ihre Empfehlungen mit wiederkehrenden WSI-Belohnungen auszeichnet. Dieses System motiviert zur aktiven Teilnahme am WeSendit-Ökosystem und fördert die Verbreitung der Plattform [wesendit.com](https://www.wesendit.com) durch persönliche Empfehlungen. Web3 Nutzer erhalten einen persönlichen Empfehlungslink zum Teilen. Bei jeder erfolgreichen Empfehlung, die zu einem aktiven Basic, Pro- oder Business-Konto führt, erhalten die Nutzer wiederkehrende WSI-Belohnungen.&#x20;

Diese Belohnungen entsprechen bis zu 25% der monatlichen Abonnementgebühren des geworbenen Nutzers und werden so lange monatlich gutgeschrieben, wie das Abonnement aktiv bleibt.

<br>

<table><thead><tr><th width="222">Active Referrals	</th><th width="144">Basic Account </th><th width="121">Pro Account </th><th>Business Account</th></tr></thead><tbody><tr><td><img src="https://wesendit.io/wp-content/uploads/2023/10/icon-_users_.png" alt="">  <strong>>0 Ref</strong></td><td>5 %</td><td>10 %</td><td>12 %</td></tr><tr><td><img src="https://wesendit.io/wp-content/uploads/2023/10/icon-_users_.png" alt="">  <strong>>50 Ref.</strong></td><td>7.5 %</td><td>12.5 %</td><td>15 %</td></tr><tr><td><img src="https://wesendit.io/wp-content/uploads/2023/10/icon-_users_.png" alt="">  <strong>>250 Ref.</strong></td><td>10 %</td><td>15 %</td><td>17.5 %</td></tr><tr><td><img src="https://wesendit.io/wp-content/uploads/2023/10/icon-_users_.png" alt="">  <strong>>1.000 Ref.</strong></td><td>12.5 %</td><td>17.5 %</td><td>20 %</td></tr><tr><td><img src="https://wesendit.io/wp-content/uploads/2023/10/icon-_users_.png" alt="">  <strong>>5.000 Ref</strong><br></td><td>15 %</td><td>20 %</td><td>25 %</td></tr></tbody></table>

{% hint style="info" %}
Beispiel: \
\
Ein Web3 User mit einem Pro-Abonnement wirbt 50 neue Business-Abonnenten über seinen Empfehlungslink. Der Werbende erhält die folgende wiederkehrende Provision in $WSI, solange das Abonnement auf beiden Seiten aktiv ist.

50 Business-Abonnements = $1.495 Umsatz x 12,5 % = $187 wiederkehrend in WSI.
{% endhint %}


---

# 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.wesendit.io/de/wesendit-token-usecases/web3-referral-system.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.
