> 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/community-joint-construction-system-vip-level-mechanism.md).

# Community Joint Construction System-VIP Level Mechanism

The VIP level is set according to the amount of individual and community pledge, and enjoy the corresponding community rewards. The standards are as follows:

| VIP grade       | Personal pledge requirements | Community pledge requirements | Community tiered rewards | Community pledge awards |
| --------------- | ---------------------------- | ----------------------------- | ------------------------ | ----------------------- |
| Launch (VIP1)   | 1000 DLC                     | 10,000 DLC                    | 0.2%                     | 1%                      |
| Senior (VIP2)   | 2000 DLC                     | 30,000 DLC                    | 0.4%                     | 2%                      |
| Elite (VIP3)    | 3000 DLC                     | 2.12 million DLC              | 0.6%                     | 3%                      |
| Gold (VIP4)     | 4000 DLC                     | 300,000 DLC                   | 0.8%                     | 4%                      |
| Diamonds (VIP5) | 5000 DLC                     | 1 million DLC                 | 1%                       | 5%                      |
| Xing Yao (VIP6) | 6000 DLC                     | 2 million DLC                 | 1.2%                     | 6%                      |
| Legend (VIP7)   | 8000 DLC                     | 23 million DLC                | 1.4%                     | 7%                      |
| Supreme (VIP8)  | 10000 DLC                    | 10 million DLC                | 1.6%                     | 8%                      |

Note: The definition of community takes the user itself as the core, and the recommended amount of pledge of the two levels of users is included in the scope of community pledge to ensure that the VIP rating is fair and reasonable.


---

# 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/community-joint-construction-system-vip-level-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.
