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

# Roadmap

| <p><strong>Phase 1</strong></p><p><strong>IDO</strong></p>                                                                                                                                                                                             | <p><strong>Phase 2</strong></p><p><strong>Token engine Development (Base)</strong></p>                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>· Development of an IDO roadmap</p><p>· Legal, technical, and organizational review of the IDO</p><p>· Preparation of IDO presentation documents</p><p>· Development of an IDO token issuance system</p><p>· Development of an IDO login system</p> | <p>· Development of a token mining module</p><p>· Development of a token transfer module</p><p>· Development of a token wallet module</p><p>· Development of a token signing module</p><p>· Development of a token management module</p> |
| <p>Phase 3</p><p>Token engine Development (Commercial)</p>                                                                                                                                                                                             | <p>Phase 4</p><p>Toke Platform Development</p>                                                                                                                                                                                           |
| <p>· Development of a token mining module</p><p>· Development of a token transfer module</p><p>· Development of a token wallet module</p><p>· Development of a token signing module</p><p>· Development of a token management module</p>               | <p>· Development of a transaction server</p><p>· Development of a blockchain server</p><p>· Development of PC/mobile wallets</p><p>· Development of a mining system</p><p>· Development of an application system</p>                     |
| <p>Phase 5</p><p>Main net launching</p>                                                                                                                                                                                                                | <p>Phase 6</p><p>Token exchange listing</p>                                                                                                                                                                                              |
| <p>· GitHub Source code registration</p><p>· Block explorer service registration</p><p>· Conducting Testnet QA (Quality Assurance)</p><p>· Testnet improvement</p><p>· Mainnet launch</p>                                                              | <p>· Implementation of mining service</p><p>· Implementation of API service</p><p>· CoinMarketCap registration</p><p>· International exchange registration</p>                                                                           |


---

# 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.romrom.io/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.
