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

# Roadmap

**H1 2024**

**Launch of the DataTie storage contract on the BNB Chain.**&#x20;

Our primary goal is to deploy the DataTie storage contract on the BNB Chain. This contract will serve as the foundation for our decentralized storage layer. By launching the storage contract, we will establish the infrastructure required for efficient and secure data storage.<br>

**H2 2024**

**Deployment of the L2 storage network composed of es-nodes for off-chain data storage replicas and Proof of Storage verification.**&#x20;

We will focus on deploying the L2 storage network. This network will consist of es-nodes, which are responsible for off-chain data storage replicas and Proof of Storage verification. The es-nodes will ensure the redundancy and integrity of the stored data, providing a reliable and efficient storage solution.<br>

**H1 2025**

**Integration with existing Rollup solutions and fully on-chain applications.**&#x20;

We plan to integrate DataTie with existing Rollup solutions. This integration will enable long-term data availability solutions for Rollups, expanding the possibilities for fully on-chain applications such as games, social networks, and AI. With DataTie's modular and decentralized storage layer, developers will have the tools to build innovative and scalable applications on the BNB Chain.

**H2 2025**

**Implementation of governance mechanisms and community voting.**&#x20;

We will focus on implementing governance mechanisms and enabling community voting. This will empower the DataTie community to actively participate in decision-making processes, such as protocol upgrades, fee structures, and feature enhancements. By involving the community in governance, we aim to foster a decentralized and inclusive ecosystem where stakeholders have a say in shaping the future of DataTie.


---

# 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://datatie.gitbook.io/datatie-whitepaper/roadmap/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.
