> 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/wsi-rewards-fur-das-teilen-von-daten.md).

# WSI Rewards für das Teilen von Daten

Neben den Rewards für Node-Betreiber bilden die Activity Rewards ein zentrales Element des WSI-Token-Ökosystems. Nutzer mit [Basic-, Pro- oder Business-Abonnements](https://www.wesendit.com/web3-ranks) erhalten Rewards in WSI für das erfolgreiche Teilen von Daten zu verdienen. Eine Datenübertragung gilt als erfolgreich, sobald der Empfänger die vom Sender geteilte Datei herunterlädt, unter der Voraussetzung, dass sich Sender und Empfänger in unterschiedlichen Netzwerken befinden\*. Die Bedingungen entnehmen Sie unserer Dokumentation, siehe:

Diese Belohnungen entstammen dem in unserer Tokennomics vorgesehenen Activity Pool, der insgesamt 45 Millionen WSI umfasst. Der Pool ist darauf ausgelegt, eine gleichmäßige Verteilung der Belohnungen über einen Zeitraum von insgesamt 1800 Tagen zu gewährleisten. Die kontinuierliche Auffüllung dieses Pools wird durch eine zusätzliche Unstake-Gebühr von 0,75% ermöglicht.

Um Fairness zu garantieren und Missbrauch vorzubeugen, wurde eine tägliche Obergrenze für die Belohnungsausschüttung auf 25.000 WSI festgelegt. Jeder Nutzer kann pro Tag maximal 25 Belohnungen erhalten, die über das Dashboard bei einer aktiven Basic-, Pro- oder Business-Web3-Subscription beansprucht werden können. Nicht beanspruchte Rewards verfallen nach 200 Tagen und fliessen zurück in den Activity Pool.

<table><thead><tr><th width="99">User</th><th width="98">Uploads</th><th width="113">Downloads</th><th width="131">Rewards (%)</th><th>WSI Rewards</th></tr></thead><tbody><tr><td>User 1</td><td>10</td><td>10</td><td>25%</td><td>6.250</td></tr><tr><td>User 2</td><td>40</td><td>25</td><td>62,5%</td><td>15.625</td></tr><tr><td>User 3</td><td>5</td><td>5</td><td>12,5%</td><td>1.250</td></tr></tbody></table>

{% hint style="info" %}
Hier siehst Du ein Beispiel für Aktivitätsbelohnungen, die Benutzer basierend auf aktiven Downloads von Ihren Empfängern erhalten.
{% 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/wsi-rewards-fur-das-teilen-von-daten.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.
