# 1.4 What Web3 Got Right & What PTERI Keeps

Web3 introduced several critical breakthroughs:

* Self-custody
* Cryptographic ownership
* Public verification

These ideas were correct.

However, Web3 systems often layered on additional complexity:

* Token-centric design
* Speculation-first incentives
* Poor user experience
* Identity leakage on public ledgers

#### PTERI’s approach

PTERI deliberately **separates cryptographic utility from financialization**.

It keeps only what works:

* Self-custody
* Cryptographic signatures
* Deterministic verification

Everything else is removed by design.

There are:

* No tokens
* No speculative assets
* No identity broadcast
* No dependency on smart-contract ecosystems

<figure><img src="/files/erpbWV0XjxNLkXwXqAU3" alt=""><figcaption></figcaption></figure>


---

# 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://docs.kakrlabs.com/1.-foundations/1.4-what-web3-got-right-and-what-pteri-keeps.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.
