# Roadmap

Version 0.5 (Stokenet beta testing)

In this phase, beta testers will have access to our first usable version. They can:

* Create virtual wallets
* Test the buying bot and a Trade bot for real-time ecosystem trading
* Test real-time notification system, such as:
  * Notification when Buy bot purchases a token
  * Notification when Trade Bot completes a trading schedule
* Identify and address potential bugs and inconsistencies in wallet creation, management, and recovery
* Test our social trading features
* Test the community ranking system (users who have successfully opened their wallets to be followed and copied)


---

# Agent Instructions: 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:

```
GET https://3syde.gitbook.io/3syde/roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
