> For the complete documentation index, see [llms.txt](https://docs.cruxfinance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cruxfinance.io/platform-details/modular-development-and-milestones.md).

# Modular Development & Milestones

To achieve the goal of an accelerated product delivery, execution will take place in separate phases, spanning four months each. Each phase will consist of the following:

### Phase One

* Phase one focuses on providing much needed investor tooling that Ergo currently lacks. For that reason, phase one will target three key areas. Firstly, produce a Portfolio Management platform. Secondly, provide a robust charting package for Erg and Ergo Native Tokens. Lastly, complete v.1 of the accounting panel.

### Phase Two

* Power trader UI. A major focus of phase two will be providing a general investing user-interface for accessing existing Defi infrastructure in one place. This phase will also include a notification service and v.2 of the accounting tools to assist users in their record-keeping & filing needs.

## Milestones

Funds will be raised for each phase independently, and only after completion of the previous milestone.

### Milestone one

* Deliver a charting package and Portfolio Management platform.
* Provide a UI for simplifying one's accounting process (v.1).

### Milestone Two

* Release the dApp portal, providing access to available Defi on a single platform.&#x20;
* Launch the notification service.&#x20;
* Upgrading the pre-existing toolset for accounting and tax filing to v.2.<br>


---

# 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://docs.cruxfinance.io/platform-details/modular-development-and-milestones.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.
