> For the complete documentation index, see [llms.txt](https://whitepaper.evefrontier.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.evefrontier.com/development-update-and-roadmap.md).

# Development Update and Roadmap

#### FROM PROJECT AWAKENING TO NEW ERA

The Founder Access is an all-access pass to the pre-launch version of EVE Frontier, opening the doors of the earliest phases of live development to our most committed community members. With this, they are co-developers of the game’s core systems, shaping the balance of the world while laying the foundations for the future civilizations of the Frontier.

To date, there have been seven phases of EVE Frontier:

<table><thead><tr><th valign="top">DATE</th><th valign="top">PROGRAM</th><th valign="top">NOTES</th></tr></thead><tbody><tr><td valign="top">Dec 2022</td><td valign="top">Project Awakening Launch</td><td valign="top">First external playtest</td></tr><tr><td valign="top">Dec 2023</td><td valign="top">Project Awakening Phase II</td><td valign="top">Introduction of survival mechanics</td></tr><tr><td valign="top">May 2024</td><td valign="top">Project Awakening Phase III</td><td valign="top">Implementation of Smart Assemblies</td></tr><tr><td valign="top">Sep 2024</td><td valign="top">EVE Frontier Phase IV</td><td valign="top">Rebranding with major technical upgrades</td></tr><tr><td valign="top">Oct 2024</td><td valign="top">EVE Frontier Phase V</td><td valign="top">Major stability improvements</td></tr><tr><td valign="top">Dec 2024</td><td valign="top">EVE Frontier Founder Access</td><td valign="top">Always-on gameplay access, under NDA</td></tr><tr><td valign="top">Jun 2025</td><td valign="top">EVE Frontier Founder Access: New Era</td><td valign="top">NDA lifted, Grace system introduced</td></tr></tbody></table>

### Cycles

Introduced with Founder Access, Cycles are time-bound phases allowing the developers and players to explore and test new features. Each Cycle culminates in complete destruction before the world starts anew. This system, launched in December 2024, has already provided many insights into player motivation, economic behavior, and technical limitations.

Each Cycle focuses on a specific area of the economy, which allows the developers to:

●        Receive direct feedback from users on the UI and gameplay through observation and real data that would not be possible otherwise

●        Iterate faster through experimental economic mechanics so that the economy team can test various hypotheses under varying conditions

●        Identify vulnerabilities or weak aspects of the gameplay loops through repeated resets and observation of how the community respawns

●        Engage with a dedicated community that will help bootstrap the game’s economy and infrastructure when the game goes live

In each cycle, players can complete tasks and quests to earn Grace. Grace is used to compete on leaderboards. At the end of the cycle, Grace is converted to EVE Points, which can be viewed as a proxy for someone's effort and commitment in the earliest stages of rebuilding the Frontier.


---

# 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.evefrontier.com/development-update-and-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.
