# Roadmap

* Idea, basic implementation, deploying to nile network. (Q4 2022). Done
* Move to mainnet, enable user login, register, create/edit/delete new projects. (Q1 2023). Done
* Gather stats for amount of requests. (Q1 2023). Done
* Addind payed plans, enable to pay for this in crypto using smartcontract on Tron. (Q2 2023). Done
* Adding more networks. Provide api for Ethereum, Solana, etc. (Q2 2023). Ethereum done
* Adding more apis. Added price [apis for tron network](/extended.md)
* Websocket apis. in progress


---

# 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://docs.tronql.com/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.
