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

# Internet and Web3

State and nation are modern concepts traced back to the [Peace of Westphalia](https://en.wikipedia.org/wiki/Peace_of_Westphalia). According to some theses from the 1980s of the last century, it is cultural proximity that has led to the birth of nations of people that create states.

<figure><img src="https://lh5.googleusercontent.com/9lr3Dgj_WgzlrqFuRXUVCAruoAjV4ElFiZs6vsSI12XtmE5LyE7zKW3Fp2CKIciE_YT4et211bt7LiBeqvj15mTVkHd5DdkV9EOi6aw3D_TEPTSx5ogQBESpDODG_Rj0mZBNADi6wCVorx2YC0GHJzWFND-XWDqG9Hc9D_NrFhPjDvZpci7q5e7lZAuvYA" alt=""><figcaption></figcaption></figure>

[Technology has enabled the creation of the conditions for a national consciousness](https://en.wikipedia.org/wiki/Nation_state). With the printing press and the possibility of creating newspapers, people have started to feel close regardless of their physical proximity. The nation is an imaginative cultural product. It is an [imagined community ](https://en.wikipedia.org/wiki/Imagined_community)because the size requires an imagination since people cannot all see or meet each other (Anderson).

With the Internet, which is now used by over 60% of the global population, new forms of sharing capabilities have emerged and matured. The Internet has allowed the birth of new types of communities; it has allowed people to share values independently of territories. There are new forms of vernacular languages, such as memes.

With Web3, people can own and trade assets across national borders and without the need for a state to protect the relationship.

<figure><img src="https://lh6.googleusercontent.com/Qhc9BVljxWLiaQFAdDjiFK_Yt9KohcSAD3XU_YzqYvEvu8eJovgblA0-JdnARG95i-kBvD3ZnrdT0bq-DFeGEa1mWUhZD_mOD829ubsRxKL0u0XHyiogMXC4nOLDcXcm_-gyR2Nsp0KPPVkT18rhHpGk5YZnqFs3cQXYb3eiFDHhJ3FMC-oxs8-w5bbsrQ" alt=""><figcaption></figcaption></figure>

This is what could be described as a [Copernican Revolution](https://en.wikipedia.org/wiki/Copernican_Revolution) of the dynamic between the digital and physical worlds. The digital world is becoming the main realm where our consciousness is formed, relationships are built, culture is made, and scarce resources are managed. Minting tokens online was only the first step.


---

# 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://gitbook.jur.io/jur-documentation/key-notions/internet-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.
