> For the complete documentation index, see [llms.txt](https://whitepaper.venus.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.venus.vip/apollo-consensus-program.md).

# Apollo Consensus Program

The Apollo program is a series of manned space missions that NASA has been engaged in since, mainly dedicated to accomplishing the goal of manned landing on the moon and safe return to Earth.

VUS Token Apollo Program is a Token value building program launched by Venus DAO, mainly dedicated to accomplish the goal of VUS Token from community consensus to industry consensus. With the principle of rocket lift-off and different propulsion methods in different stages, the value creation, value discovery and value soaring of VUS will be finally realized.

<table><thead><tr><th align="center">Number of mobile pools</th><th width="174" align="center">Total percentage of deductions</th><th width="115" align="center">Destruction</th><th align="center">Distribution Plan</th></tr></thead><tbody><tr><td align="center">0-20,000 BNB</td><td align="center">15%</td><td align="center">5%</td><td align="center">First generation 5% Second generation 2% Third to eighth generation 0.5%</td></tr><tr><td align="center">20,000 - 50,000 BNB</td><td align="center">10%</td><td align="center">3%</td><td align="center">First generation 5% Second generation 2%</td></tr><tr><td align="center">50,000 - 100,000 BNB</td><td align="center">5%</td><td align="center">2%</td><td align="center">3% of a generation</td></tr><tr><td align="center">Greater than 100,000 BNB</td><td align="center"></td><td align="center"></td><td align="center"></td></tr></tbody></table>


---

# 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://whitepaper.venus.vip/apollo-consensus-program.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.
