> For the complete documentation index, see [llms.txt](https://dealin-1.gitbook.io/dealin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dealin-1.gitbook.io/dealin/economic-model/core-incentive-mechanism.md).

# Core Incentive Mechanism

* Trigger time: 17:00 per day (UTC + 8) system automatically settlement, fixed time node is convenient for users to form the habit of participation.
* Qualification judgment: Record the last maximum of 50 pledge orders per day, determine the scope of users to participate in the reward distribution, and focus on active participants.
* Distribution rules: release 50% of the FOMO prize pool every day for distribution. If there are less than 50 eligible orders on the day, they will be divided according to the actual quantity; the remaining 50% will be accumulated to the next day prize pool to enhance the attractiveness of the reward.

**5.8.2 Weekly List Incentive Mechanism (Weekly Mechanism, 0.7%)**

* Release time: 17:00 every Sunday (UTC + 8) on time, synchronized with the weekly promotion cycle.
* Selection method: According to the effective ranking of "direct push order total" in the week, the top 10 will be awarded, directly related to the promotion contribution.
* Reward Distribution Proportion:
  * 1st place: 30%
  * 2nd place: 16%
  * 3rd place: 12%
  * 4th place: 9%
  * 5th place: 8%
  * 6th place: 7%
  * 7th place: 6%
  * 8th place: 5%
  * 9th place: 4%
  * 10th place: 3%

**5.8.3 Monthly Ranking Reward Mechanism (Monthly Mechanism)**

* Fund Proportion: 1% of the pledged deposit amount is injected into the monthly ranking reward pool.
* Selection Method: Based on the overall ranking of user community performance.
* Performance and Proportion Rules: Allocated according to community performance weight. For example, if the top 20 users in the monthly ranking have a total community performance of 2 million DLC, and the 1st place community performance is 500,000 DLC, then the top 25% is awarded.
* Reward Eligibility: The top 20 users are eligible for rewards (requiring an individual investment of ≥1000 DLC, and the community's performance on the current day must be greater than the previous day's performance; if these requirements are not met, the next highest-ranked user will be awarded the reward).
* Disbursement Time: Disbursement is made promptly at 00:00 (UTC+8) on the 1st of each month.


---

# 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://dealin-1.gitbook.io/dealin/economic-model/core-incentive-mechanism.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.
