# Overview

When a user pays an amount X for a piece of content, the system automatically splits it into **two completely independent actions**:

#### 1. Content Value Payment (20%)

**0.2X → Creator**

This is traditional content payment:

* Recognition of the intrinsic value of the work;
* Direct cash income for the creator;
* Does not participate in any future prediction or redistribution mechanics.

#### 2. Prediction Market Payment (80%)

**0.8X → Senior Reward Pool (Reward Pool)**

This represents participation in a **content-based prediction game:**

* The user is predicting the **future popularity** of the content;
* This 80% is not an additional tip to the creator, but enters a **“senior / junior” redistribution mechanism;**
* The 80% is used to reward users who paid earlier for the same content (the “seniors”) as a form of gratitude for helping spread it.

Therefore:

* **20% = content value payment;**
* **80% = appears as gratitude for the distribution chain, but is fundamentally a prediction market transaction.**

The two logics are independent, clear, and easy to understand.


---

# 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://docs.talex.world/talex-as-a-new-content-app/overview.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.
