> For the complete documentation index, see [llms.txt](https://stardex.gitbook.io/stardex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stardex.gitbook.io/stardex/education/understanding-web3.md).

# Understanding Web3

The internet has been evolving ever since it was created, and it has been through many eras.

* **Web1** started during the 1990s, and it was a period marked by people connecting to the internet and reading what was there, but not publishing or contributing themselves.
* **Web2** came into being during the early 2000s with the rise of social media, faster internet speeds, and mobile devices. Web2 was a period marked by user generated content, targeted advertising, and corporate owned data.
* **Web3** is a new era of the internet that is currently emerging thanks to the power of blockchain technology. Web3 is marked by user-owned data, open-source software, decentralized platforms, property rights, collective action, digital money (cryptocurrencies), and interoperability.

Web3 is attempting to solve many of the problems that arose during Web1 and Web2, and it will hopefully be yet another step in the direction of a digital world that works better for more people.

| Web2                                                  | Web3                                                                                          |
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| Individual accounts for each website                  | Sign in everywhere with 1 wallet/identity                                                     |
| Accounts have usernames and passwords set by the user | Wallets have public addresses and private keys that are deterministic and not set by the user |
| User data is held and controlled by the website owner | More user data is controlled by the user themself                                             |
| No digital ownership or property rights               | Digital ownership and property rights                                                         |
| Not interoperable                                     | Highly interoperable                                                                          |
| Walled gardens, hard to change platforms              | Open gardens, change platforms whenever you like                                              |


---

# 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://stardex.gitbook.io/stardex/education/understanding-web3.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.
