# Tips and Vouchers

To further enhance user engagement and provide additional utility for the $NEWS token, PUBLISH 2.0 will implement tips and voucher system. This system allows users to earn and redeem $NEWS tokens through various activities and interactions within the ecosystem.

### Tips System

**Overview:**

The tips system enables users to send $NEWS tokens as tips to news publishers, news creators, and other participants within the PUBLISH 2.0 ecosystem. This feature incentivizes high-quality content and active engagement.

**Features:**

* **Easy Tipping**: Users can tip news creators directly from articles, videos, and other media formats.
* **Integrated Wallets**: Tipping functionality is integrated with user wallets for seamless transactions.
* **Customizable Amounts**: Users can choose the amount they wish to tip, with suggested amounts to encourage tipping.

**Implementation:**

* **Tipping Button**: A visible tipping button on content pages allows users to tip with a single click.
* **Transaction Fees**: A small fee (e.g., 1-2%) is charged on each tip, paid in $NEWS tokens, which will be burned or allocated to development funds.
* **Tip Notifications**: News creators receive notifications of incoming tips, fostering a sense of appreciation and encouragement.

```
+---------------------------------------------+
|               Tips System                   |
+---------------------------------------------+
| User reads content and decides to tip       |
|      |                                      |
|      V                                      |
| User clicks tipping button and sends $NEWS  |
|      |                                      |
|      V                                      |
| Transaction fee deducted (1-2%)             |
|      |                                      |
|      V                                      |
| News creator receives $NEWS tokens       |
|      |                                      |
|      V                                      |
| Notification sent to content creator        |
+---------------------------------------------+

```

### Voucher System

**Overview:**

The voucher system allows users to earn vouchers through various activities and redeem them for $NEWS tokens, which can be used <mark style="background-color:yellow;">**exclusively**</mark> for tipping. This system encourages engagement and provides additional incentives for active participation.&#x20;

**Earning Vouchers:**

Users can earn vouchers by staking and participating in activities such as:

* **Staking**: Staking a specified minimum number of $NEWS tokens.
* **Content Creation**: Publishing articles, videos, and other content.
* **Content Curation**: Upvoting, commenting, and sharing high-quality content.
* **Community Engagement**: Participating in discussions, forums, and polls.
* **Referral Programs**: Referring new users to the PUBLISH 2.0 platform.

**Redeeming Vouchers:**

Vouchers can be redeemed for $NEWS tokens, which can then be used for tipping. Vouchers must be claimed within a specified period of time; otherwise, they will simply disappear.

**Implementation:**

* **Voucher Tracking**: Users have a dashboard to track their earned vouchers and redemption options.
* **Redemption Process**: A simple process for converting vouchers to $NEWS tokens, with options for partial or full redemption.
* **Voucher Expiry**: Vouchers may have an expiry date to encourage timely redemption and continuous engagement.

{% code fullWidth="false" %}

```
+---------------------------------------------+
|             Voucher System                  |
+---------------------------------------------+
| User participates in ecosystem activities   |
| (staking, content creation, engagement)     |
|      |                                      |
|      V                                      |
| User earns vouchers                         |
|      |                                      |
|      V                                      |
| User tracks vouchers in dashboard           |
|      |                                      |
|      V                                      |
| User decides to redeem vouchers for $NEWS   |
|      |                                      |
|      V                                      |
| Redemption process converts vouchers to     |
| $NEWS tokens                                |
|      |                                      |
|      V                                      |
| User uses $NEWS tokens exclusively for      |
| tipping.                                    |
+---------------------------------------------+

```

{% endcode %}

### Example Use Case

**Scenario: Tips and Vouchers in Action**

1. **Earning Vouchers**:
   * User A stakes 100,000 $NEWS earning 100 vouchers.
   * User B participates in a governance vote and earns 5 vouchers.
   * User C refers a friend to the platform and earns 15 vouchers.
2. **Tipping**:
   * User D reads publisher E's article and tips 100 $NEWS tokens for the high-quality content.
   * Publisher E receives the tip, minus a 2% transaction fee (2 $NEWS tokens), netting 98 $NEWS tokens.
3. **Redeeming Vouchers**:
   * User A decides to redeem 100 vouchers for $NEWS tokens.
   * The redemption process converts 10 vouchers into 500 $NEWS tokens (assuming a fixed exchange rate).
4. **Using Redeemed $NEWS**:
   * User A uses the redeemed $NEWS tokens to tip PUBLISH F.
   * Publisher F receives the tip, minus a 2% transaction fee (10 $NEWS tokens), netting  490 $NEWS tokens.

### Conclusion

The tips and voucher system for PUBLISH 2.0 provides a robust framework to enhance user engagement and utility for $NEWS tokens. By allowing users to earn vouchers through various activities and redeem them for $NEWS tokens, along with an easy-to-use tipping system, PUBLISH 2.0 can foster a vibrant and active community. This structure not only incentivizes high-quality content and participation but also integrates seamlessly with the broader ecosystem goals.<br>


---

# Agent Instructions: 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://protocol.publishinc.io/tokenomics/utilities/tips-and-vouchers.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.
