# Roadmap

* **August 2024**
  * **zkWasm Library**: Release of the C# library to verify zkWasm proof in aelf smart contract.
* **September 2024**
  * **WebAssembly Support**: Launch of the Solidity Sidechain, enabling smart contracts to run in a WebAssembly environment for improved performance and flexibility.
  * **Social Login Implementation**: Introduction of social media login capabilities, providing a seamless user experience for authentication.
* **October 2024**
  * **AEStack Release**: Release of AEStack, a comprehensive suite of tools and frameworks to develop and operate rollups.
* **November 2024**
  * **aelfDAL Release**: Release aelfDAL to support using aelf as DA layer for Ethereum rollups
* **December 2024**
  * **Chain Abstraction SDK**: Introduction of a Software Development Kit (SDK) for chain abstraction, facilitating easier interaction and integration with multiple blockchain protocols.


---

# 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://whitepaper-v2.aelf.dev/roadmap/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.
