# Content Voting

Unlike certain traditional content distribution models, the ReadON system utilizes a content voting system which allows users and curators to influence which content becomes popular and gets added to a sub-community.

### Traditional System A: A Centralized Model using Machine Learning, or "TikTok" Style&#x20;

In these platforms, all uploaded content is parsed through a centralized model, which then uses machine learning to optimize the click-through rate of a piece of content. Content is shown to users that are most likely to interact with it, which serves the platform’s goal of keeping users’ attention, but also tends to bias users to only interact with content they want to see, creating so-called “information cocoons”. In these platforms, the models and data that power the centralized model are the core assets and are owned by the platform.

![](/files/a63uhslt3xuxwiBsY8x1)

### Traditional System B: A Subscription Model, or "Twitter/RSS" Style&#x20;

Here, there is no centralized model as users select which content sources (distributors) to subscribe to. Creators can add content to different distributors and users can subscribe to different distributors. However, users may find it time-consuming to obtain information efficiently as they have to subscribe to each distributor individually. It can also be a lengthy process for new users to find the influencers they like.

![](/files/iiXTu3diGZMMjcPIc6uc)

### ReadON’s solution&#x20;

ReadON’s solution is focused on enabling and promoting organic content sharing while giving power to the user to control what content becomes popular. To do this, ReadON will create sub-communities based on topics. Experienced users, those who hold Tier 2 Glasses NFTs, of those sub-communities will become **curators** of the corresponding topics. Curators can cast votes on **new content**; votes are not visible until the voting phase ends.

![](/files/7SuFUV4GHv1H1eUxFGxQ)

**Voting Powe**r: Users can **stake** tokens to get voting power and to cast their votes.

**Content Score**: Content score is used to rank content within its sub-community, and is computed via the **Quadratic Voting Procedure** to prevent major token owners from dominating the ranking results.

**Voting Outcomes**: 10% of all reading rewards generated from a piece of content will be shared by its voters, distributed by their voting power, and another 10% of total reward will go to the creator.

We have proved that the Nash Equilibrium will be reached when all parties tell their true understanding of the content quality.


---

# 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://whitepaper.readon.me/read-fi-token-economy/governance/content-voting.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.
