# Reward Distribution Logic

SageUnion’s reward distribution system is fully automated and decentralized, ensuring that users receive fair compensation based on the quality of their contributions.

**Reward Allocation Process:**

1. **Quality-Based Scoring:**\
   Each submission is assigned a score by the AI Evaluation Engine.
2. **Reward Pool Calculation:**\
   A predetermined amount of SAGU tokens is allocated to a weekly reward pool.
3. **Proportional Distribution:**\
   Users receive a share of the reward pool in proportion to their evaluation score relative to the total score of all participants for that week.
4. **Token Transfer:**\
   Rewards are automatically distributed to users’ BSC wallets via smart contracts after the evaluation period.
5. **Incentive Adjustment (Optional):**\
   The reward pool and scoring criteria may be dynamically adjusted based on community feedback and platform growth to maintain long-term sustainability.

This reward mechanism ensures that contributors are incentivized to provide accurate, high-quality information and actively participate in the platform’s ecosystem.


---

# 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://sageunion.gitbook.io/sageunion/platform-architecture/reward-distribution-logic.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.
