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

# Roadmap

#### Roadmap logic:

With the ambitious vision of t2, we have broken down our roadmap into 3 main stages:

* **Alpha Stage**: The Web3 Reader/Publisher with POA
* **Beta Stage**: The social network of reading and writing
* **V1-Mainnet**: The decentralized social network and collaborative workspace for all readers and writers

We will tackle it step-by-step, first establishing the app foundation with web3 genes, then creating the social impact, adding the collaborative layer, and finally, building a knowledge network owned by us all.<br>

#### The main scope for every stage:

<table><thead><tr><th>Alpha (Q1 2023)</th><th width="264.3333333333333">Beta (Q2 2023)</th><th>V1 ( Launch time TBD)</th></tr></thead><tbody><tr><td>Deep Reading </td><td>Web3 Identity</td><td>Co-authoring</td></tr><tr><td>Proof-of-Attention</td><td>On-chain Content Curation</td><td>Territory Membership NFTs</td></tr><tr><td>Publish on DSN</td><td>t2 ID &#x26; Social Graph following</td><td>On-chain Subscription </td></tr><tr><td>Time points (Reputation) </td><td>User Home Feed</td><td>Knowledge Graph</td></tr><tr><td>Territory Level Up </td><td>Read-Together</td><td>Territory Launchpad</td></tr><tr><td>User Profiles</td><td>Territory Task Boards</td><td>World Achievements</td></tr></tbody></table>


---

# 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://t2-world.gitbook.io/docs/use-cases/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.
