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

# Historical events and timeline

* First appearance at the Web3 Summit 2018 in Berlin [Edgeware: A Wasm smart contract platform built on Substrate](https://youtu.be/lx_JO7vIL9k?feature=shared)
* Lockdrop announcement
* Lockdrop launch
* Lockdrop V2
* Testnet genesis in 2019 and onwards:
*

```
* v0.1.1 SlurmChurm
```

```
* v0.1.3 Basquiat
* v0.1.5 Bacon
* v0.1.6 Twisting Edward
* v0.1.7 Identifiquate
* v0.1.8 Gottem
* v0.1.9 Katchup
* v0.2.0 Mustard
* v0.4.0 Kyoto
* v0.5.0 Prayin
* v0.9 Erdős
* v0.9.9 סוף testnet v099
* v1.0.0 Berlin Testnet
* v3.0.5 Bergmannkiez
* v3.0.8 Beresheet
```

* Decentralized Mainnet genesis in 2020 and onwards:
* * v3.0.1 Edgeware Mainnet
  * v3.0.8 Naples
  * v3.1.0 New York
  * v3.2.0 Tokyo
  * v3.3.2 - v3.3.5 Wako
  * v3.4.0 ERUP4
  * v3.5.1 ERUP5
  * v4.0.0 RC1
  * v4.0.1
  * v4.0.2


---

# 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://edgeverse.gitbook.io/whitepaper/background/historical-events-and-timeline.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.
