> For the complete documentation index, see [llms.txt](https://pepeoracles.gitbook.io/pepeoracles-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pepeoracles.gitbook.io/pepeoracles-docs/roadmap.md).

# Roadmap

| **Phase**                         | **Timeline** | **Key Milestones**                                                                                             | **Description**                                               |
| --------------------------------- | ------------ | -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| **Phase 1: Awakening**            | 2025 Q1–Q2   | Launch of **Ask the Oracle Beta** and the first batch of **Pepe Totem NFTs (LV1–LV3)**                         | Establish the core community and the early points system      |
| **Phase 2: Prophecy Expansion**   | 2025 Q3      | Release of the official **Pepe Points System**, first community prophecy event, and **Totem upgrade function** | Build the interaction loop and early incentive model          |
| **Phase 3: Totem Evolution**      | 2025 Q4      | Launch of **Totem LV4–LV5** and **AI Oracle Engine v2** with voice prophecy output                             | Expand product depth and user experience layers               |
| **Phase 4: Pepeverse Portal**     | 2026 Q1      | Launch of **Pepeverse Web App + Mobile App**, enable **Pepe Points → PE Token conversion**                     | Complete the ecosystem gateway                                |
| **Phase 5: Cosmic Convergence**   | 2026 Q2–Q3   | Establish **Pepe DAO** and launch **Oracle Mesh Nodes**; open AI model training API to the community           | Achieve decentralized governance and self-evolution           |
| **Phase 6: Multiverse Expansion** | 2027+        | Connect **Pepeverse** with other cultural ecosystems; form a **MemeFi Alliance**                               | Enter the stage of cultural autonomy and multiverse expansion |


---

# 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://pepeoracles.gitbook.io/pepeoracles-docs/roadmap.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.
