# What is Web3?

### Overview

Web3 is the next step in the internet’s evolution. Web1 let you read pages. Web2 let you read and post on platforms owned by companies. Web3 lets you own assets and interact peer-to-peer using blockchains. That shift reduces reliance on middlemen and enables global, programmable money and digital ownership.

### Core concepts

* Web1: Read-only websites.
* Web2: Read-write platforms run by companies.
* Web3: Read-write-own using blockchains and wallets.
* Decentralization: No single party controls the system.
* Trustless: Rules are enforced by code, not by promises.
* Blockchain: A shared database that many computers agree on.

### Key takeaways

* Web3 replaces platform accounts with wallets you control.
* Assets and actions are recorded on public ledgers.
* Code enforces rules; you do not need to trust a company.
* With ownership comes responsibility for security.


---

# 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://mosaic-9.gitbook.io/mosaic-launchpad/101-starter-pack/what-is-web3.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.
