> For the complete documentation index, see [llms.txt](https://fanc-1.gitbook.io/fanc-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fanc-1.gitbook.io/fanc-whitepaper/introduction/web-2-and-web3.md).

# Web 2 & Web3

<table><thead><tr><th> </th><th width="219">Web 2.0</th><th>Web 3.0</th></tr></thead><tbody><tr><td>Information Processing</td><td>Read, Write</td><td>Read, Write, Ownership</td></tr><tr><td>Operating Entity</td><td>Major Platform</td><td>Network</td></tr><tr><td>Operational Authority</td><td>Centralization</td><td>Decentralization</td></tr></tbody></table>

Web2 and Web3 are two main concepts related to the development of the Internet. Although a full definition has not yet been established, there are some distinct differences between the terms.

**Web 2.0**

Web2 represents the phase when internet users shift from just consuming content to actively creating and sharing it, which enhances information exchange. It's a significant term in the evolution of the internet.

Popular platforms like Facebook, Twitter, and Instagram are commonly cited as prime examples of Web2. These sites have been crucial in promoting communication and spreading information, which has led to an explosion of user-created content.

However, the Web2 model, which revolves around platforms, has its challenges. Content creators often face restrictions imposed by platforms on how they own and make money from their content. Additionally, there are ongoing issues where users aren't fairly rewarded for their contributions, and their data is used for profit-driven purposes.

**Web 3.0**

Web3 refers to building a more personalized Internet environment by moving beyond centralized authority towards decentralization. The key distinction between Web2 and Web3 lies in who has the right to be rewarded for information. In Web3, the traditional content used by platforms in Web2 is transformed into a transparent reward system where individuals in the network can actively participate.

fanC is a project that links creators and users across both Web2 and Web3-based social platforms. It aims to merge social media with blockchain technology and user-driven reward services under the Web3 framework. Additionally, fanC offers users opportunities for participation and rewards, fostering interaction between creators and users. Through these efforts, fanC aims to establish a novel social economy ecosystem and deliver fresh value to users, positioning itself as a vital component of future social platforms and creator communities.


---

# 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://fanc-1.gitbook.io/fanc-whitepaper/introduction/web-2-and-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.
